2024-10-14 22:23:17 +02:00
|
|
|
# GibCasa Game Server Supervisor
|
|
|
|
|
|
|
|
## Skeleton
|
|
|
|
|
2024-11-02 23:22:21 +01:00
|
|
|
* Stick with HL2DM
|
2024-10-14 22:23:17 +02:00
|
|
|
* Set up routing
|
|
|
|
* GS Lifecycle Management and Statistics
|
|
|
|
* Concurrency - manage simultaneously events and schedule tasks.
|
2024-11-02 23:22:21 +01:00
|
|
|
* File Handling - configs, logs, backups and export server configs.
|
|
|
|
* TODO: Add auth and db stuff later. For persistent configurations.
|
|
|
|
|
|
|
|
|
|
|
|
## Status
|
|
|
|
|
|
|
|
* running srcds_run directly for the moment.
|
|
|
|
* file permissions are not being handled.
|
|
|
|
* ideal systemd integration?
|
|
|
|
* min add screen/tmux.
|
|
|
|
* routing : index -> /hl2 -> ok/err response to start & stop
|