1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2024-10-17 03:42:50 +02:00
Commit Graph

81 Commits

Author SHA1 Message Date
c7354dce0e
Delete broken backup archive in case archival fails after the file is created 2023-02-05 11:02:20 +01:00
2f49d72014
Implement automatic backups 2023-02-05 03:39:35 +01:00
62a683f8ef
Add backend code for creating world backups (tar + zstd) 2023-02-04 16:26:29 +01:00
dca52bb6ad
Check Agent instance and memory limits on instance launch instead of instance creation 2023-01-30 21:28:25 +01:00
4c66193b6e
Fix missing disposal of instances in the Agent 2023-01-29 21:14:26 +01:00
d2e7f4f876
Add TaskManager shutdown logging of remaining tasks 2023-01-25 12:08:53 +01:00
3c10e1a8f9
Fix race conditions when transitioning instance states during Agent shutdown 2023-01-25 04:10:14 +01:00
b1758fb2bb
Minor code and dependency cleanup 2022-12-31 21:45:17 +01:00
2cc7975193
Rework message replies 2022-12-30 03:26:06 +01:00
55b643c513
Improve exception handling when configuring and starting the Minecraft server 2022-10-24 14:15:26 +02:00
69f3fbcbf4
Fix or suppress several ReSharper warnings 2022-10-19 13:11:40 +02:00
f5e01716ed
Fix Agent not checking allowed ports during instance launch 2022-10-19 13:07:06 +02:00
bcfc2c8240
Rewrite Agent shutdown procedure to delay RPC disconnection until main services are stopped 2022-10-19 06:36:31 +02:00
24e08f1943
Migrate from MessagePack to MemoryPack for RPC serialization 2022-10-19 00:26:17 +02:00
3d2b0d5373
Move TaskManager to Phantom.Utils.Runtime project 2022-10-16 16:54:34 +02:00
c4b1d3c920
Fix graceful shutdown issues 2022-10-14 17:20:41 +02:00
2b661fd170
Use chmod 750 for instance and server folders created by Agent 2022-10-14 14:04:19 +02:00
315f6b181c
Automatically restart instances if they stopped unexpectedly 2022-10-12 19:19:19 +02:00
46446ea5d5
Add customizable JVM arguments to instances 2022-10-11 21:30:09 +02:00
0b51a4509e
Change instance log sender from dedicated thread to async task 2022-10-11 21:26:44 +02:00
d2b085ec15
Add Minecraft versions to instance creation form 2022-10-10 19:41:57 +02:00
9e47351799
Add modal dialog for stopping instances with customizable stop delay 2022-10-08 12:36:34 +02:00
7b39ff2b2e
Refactor instance state initialization and result reporting 2022-10-08 12:17:19 +02:00
640731634b
Add custom task manager for tracking running tasks 2022-10-07 20:16:45 +02:00
7f1e838331
Add form for sending commands to instances 2022-10-07 17:21:39 +02:00
0695ee8405
Add instance logs to web 2022-10-07 17:21:39 +02:00
b9fa5de76b
Add support for configuring, launching, and stopping Minecraft server instances 2022-10-07 17:21:38 +02:00
abb4c72a66
Add basic instance management with a creation form and instance table on web 2022-10-07 17:21:38 +02:00
3c0c286c32
Add Java runtime discovery to Agents 2022-10-07 17:21:38 +02:00
23a4cf69dd
Add communication between Agent and Server via ZeroMQ and MessagePack 2022-10-07 07:27:20 +02:00
2c6c9ea493
Add Agent project & token generation 2022-10-07 07:27:20 +02:00