📚 Improved backend structure & logs organization 🎉

This commit is contained in:
2025-06-10 10:03:25 +02:00
parent ccd11f0f41
commit af7838e77b
25 changed files with 675 additions and 9 deletions

View File

@@ -162,8 +162,9 @@ ExecStart=/bin/bash -c '\
--new-instance"; \
fi; \
\
# URL mit Fallback \
TARGET_URL="http://localhost:5000"; \
# URL mit intelligenter Ermittlung \
TARGET_URL=$(/opt/myp/scripts/get_kiosk_url.sh); \
[ -z "$TARGET_URL" ] && TARGET_URL="http://localhost:5000"; \
\
# Browser starten mit Fehlerbehandlung \
echo "🖥️ Starte $BROWSER im Kiosk-Modus..."; \