Commit Graph

135 Commits

Author SHA1 Message Date
chylex 101ca865fe
WIP 2023-03-03 22:50:52 +01:00
chylex dd57c442af
Add Serilog async sink to eliminate blocking when logging to console 2023-03-03 13:36:33 +01:00
chylex dacd786b4c
Work around .NET starving thread pool when reading process output 2023-03-03 08:32:05 +01:00
chylex 89e67e1690
Log exceptions caught in RPC thread 2023-03-03 04:28:33 +01:00
chylex 33de01f564
Add Fabric support 2023-03-02 06:28:52 +01:00
chylex dd0d9b3ddb
Fix not seeing instance statuses after restarting Server 2023-02-28 02:10:32 +01:00
chylex 9971855bf8
Cache Minecraft server executable info 2023-02-28 01:45:35 +01:00
chylex ffa0ff24fa
Move most verbose log messages to debug level 2023-02-28 00:07:54 +01:00
chylex 8f003c6351
Restore chunk saving immediately after archiving the backup 2023-02-27 03:02:35 +01:00
chylex 2b4fa2c902
Fix event log webpage title 2023-02-26 21:53:43 +01:00
chylex 734d9e266e
Prepare for adding non-vanilla server types 2023-02-26 19:39:12 +01:00
chylex a31dda7439
Fix Server forgetting instance status after reconfiguring & refactor automatic instance launch 2023-02-26 19:39:12 +01:00
chylex d93c93cbf7
Extract reusable one-shot process runner from backup compressor implementation 2023-02-26 18:51:17 +01:00
chylex bb7de48d24
Move fetching server jar download information exclusively to the Server 2023-02-26 15:29:51 +01:00
chylex 51d8585f05
Fix race condition and wrong instance status when cancelling instance launch 2023-02-25 12:13:10 +01:00
chylex 891a999ffd
Add event log 2023-02-24 17:22:19 +01:00
chylex c0bfe8f403
Rename audit log classes and entities 2023-02-13 05:30:32 +01:00
chylex d307dbb6e0
Fix not setting the Server Software field when editing an instance 2023-02-08 00:16:40 +01:00
chylex a6acd7dec9
Fix not showing offline Agents when editing an instance 2023-02-08 00:04:49 +01:00
chylex 524e27bd29
Add protection against modifying selected agent when editing an instance 2023-02-07 23:48:31 +01:00
chylex 7a209d1d71
Fix Server not marking Agent as connected if a keep-alive packet arrives after a temporary packet loss 2023-02-07 23:44:27 +01:00
chylex 71a5babb73
Tweak website design and improve browser compatibility 2023-02-07 23:44:26 +01:00
chylex 125239b48d
Fix centering of HTML range inputs so that background color split is positioned correctly 2023-02-07 23:20:50 +01:00
chylex 81bcb91566
Add instance edit form & fix instance configuration validation 2023-02-07 23:15:33 +01:00
chylex b71bc56fc2
Fix drop-down with Minecraft version types accidentally submitting the instance creation form 2023-02-07 21:48:37 +01:00
chylex d50119d666
Add environment variable to set minimum log level 2023-02-07 00:04:11 +01:00
chylex a192a9aa54
Fix log level in backup scheduler 2023-02-06 23:37:54 +01:00
chylex 09e7510358
Change online player check in backup scheduler to wait for any server process output before retrying 2023-02-06 23:37:54 +01:00
chylex b3104f9ac3
Change backup world copying to use the dedicated temporary folder 2023-02-05 11:24:43 +01:00
chylex c7354dce0e
Delete broken backup archive in case archival fails after the file is created 2023-02-05 11:02:20 +01:00
chylex b5129e2f70
Add zstd installation to Dockerfile 2023-02-05 03:39:35 +01:00
chylex 2f49d72014
Implement automatic backups 2023-02-05 03:39:35 +01:00
chylex 62a683f8ef
Add backend code for creating world backups (tar + zstd) 2023-02-04 16:26:29 +01:00
chylex dca52bb6ad
Check Agent instance and memory limits on instance launch instead of instance creation 2023-01-30 21:28:25 +01:00
chylex e40459a039
Unify enums used for result messages 2023-01-30 08:18:53 +01:00
chylex 4c66193b6e
Fix missing disposal of instances in the Agent 2023-01-29 21:14:26 +01:00
chylex 07eed8b689
Clarify cancellation token purpose in RPC Send methods 2023-01-27 13:59:44 +01:00
chylex bb261d34ac
Update Dockerfile to cache apt packages and reduce layers 2023-01-26 05:49:02 +01:00
chylex d2e7f4f876
Add TaskManager shutdown logging of remaining tasks 2023-01-25 12:08:53 +01:00
chylex c4cf45776d
Refactor PhantomLogger overloads 2023-01-25 05:04:28 +01:00
chylex 3c10e1a8f9
Fix race conditions when transitioning instance states during Agent shutdown 2023-01-25 04:10:14 +01:00
chylex f4aec6f11d
Refactor sequence IDs in message replies 2023-01-24 01:09:25 +01:00
chylex c8a2a539e8
Move Agent keep-alive loop into an unmanaged task to ensure unreachable Server does not prevent Agent shutdown 2022-12-31 23:53:13 +01:00
chylex b1758fb2bb
Minor code and dependency cleanup 2022-12-31 21:45:17 +01:00
chylex 2cc7975193
Rework message replies 2022-12-30 03:26:06 +01:00
chylex 6472134f9a
Update all NuGet packages 2022-12-29 18:20:24 +01:00
chylex c0243dc749
Add README 2022-10-28 14:48:17 +02:00
chylex d57546bb71
Refactor and tweak design of Users table and edit dialogs on web 2022-10-28 04:41:36 +02:00
chylex ab20e46af2
Add LICENSE 2022-10-28 04:41:17 +02:00
chylex d4f244a3db
Add an "Instance Manager" role 2022-10-28 03:44:41 +02:00