diff --git a/backend/services/system_service.py b/backend/services/system_service.py index 2a768db..7be93e3 100644 --- a/backend/services/system_service.py +++ b/backend/services/system_service.py @@ -98,6 +98,10 @@ class SystemService: services = [ ("photobooth-app", "Photobooth App"), ("jh-photomaton", "JH Photomaton"), + ("photobooth-kiosk", "Kiosk (Chromium)"), + ("zoraxy", "Zoraxy (Reverse Proxy)"), + ("hostapd", "WiFi Hotspot (hostapd)"), + ("dnsmasq", "DNS/DHCP (dnsmasq)"), ("cups", "CUPS (Impression)"), ] result = []