From b4426e9738e8494115e19f6236d6415423626c00 Mon Sep 17 00:00:00 2001 From: jbperrin Date: Fri, 17 Jul 2026 14:56:36 +0200 Subject: [PATCH] feat: add zoraxy, kiosk, hostapd, dnsmasq to services dashboard --- backend/services/system_service.py | 4 ++++ 1 file changed, 4 insertions(+) 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 = []