fix: improve proxy liveness and graceful shutdown
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user