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

18 Commits

Author SHA1 Message Date
137a2a53c3
Replace remaining uses of TaskManager 2024-03-30 09:25:08 +01:00
72ddaf91ad
Implement actors in Agent via Akka.NET 2024-03-30 07:50:29 +01:00
8b0452ead6
Move logging to a utils project 2023-12-17 06:49:18 +01:00
2a9bb9e6ac
Extract classes for client-to-server RPC connection 2023-10-23 14:03:13 +02:00
0091fa11fb
Merge several Utils projects 2023-04-07 01:33:13 +02:00
01d6648b1f
Rework Agent instance state management into a procedure-based system 2023-03-27 06:12:35 +02:00
6f11f65d91
Add environment variable to set max concurrent backup compression tasks 2023-03-05 01:24:39 +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
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
bcfc2c8240
Rewrite Agent shutdown procedure to delay RPC disconnection until main services are stopped 2022-10-19 06:36:31 +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
640731634b
Add custom task manager for tracking running tasks 2022-10-07 20:16:45 +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