fix: improve proxy liveness and graceful shutdown

This commit is contained in:
2026-07-22 14:37:05 +02:00
parent 4566d53ebf
commit 97c82b38e4
6 changed files with 318 additions and 30 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ bashio::log.info "Démarrage du proxy Arkteos"
bashio::log.info "PAC : ${PAC_HOST}:${PAC_PORT}"
bashio::log.info "Proxy en écoute sur port : ${PROXY_PORT}"
exec python3 /arkteos_proxy.py "${PAC_HOST}" "${PAC_PORT}" "${PROXY_PORT}" "${ALLOW_CLIENT_WRITES}"
exec python3 /arkteos_proxy.py "${PAC_HOST}" "${PAC_PORT}" "${PROXY_PORT}" "${ALLOW_CLIENT_WRITES:-false}"