diff --git a/stats_server.py b/stats_server.py index 9a93757..aa1814c 100644 --- a/stats_server.py +++ b/stats_server.py @@ -70,6 +70,8 @@ SERVICES_ALIASES = { "pinepods": "pinepods", "frpc-ssh": "frpc (ssh)", "jellyfin": "jellyfin", + "kancolle-start2-server": "kc-start2", + "kcmonitor": "kc-monitor", } def _get_docker_services() -> list[dict]: """Query Docker for real container statuses with ternary status model."""