From df6c7ea4bc79eafce3fc85e2eaeacdc89d60beed Mon Sep 17 00:00:00 2001 From: Mikkeli Matlock Date: Fri, 24 Jul 2026 12:52:10 +0900 Subject: [PATCH] added kc services to watch --- stats_server.py | 2 ++ 1 file changed, 2 insertions(+) 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."""