release 1.7.5: monpages soft for stacks without public HTML

MONPAGES_REQUIRE_PUBLIC=0 turns missing public pages into WARN.
FrancPaysan host-agent wrappers default to 0 until Infomaniak vhosts
serve /monitoring*. GOA/koopa keep require=1.
This commit is contained in:
Hernâni Marques 2026-07-19 01:50:10 +02:00
parent 06caa83d60
commit 909e6a65da
No known key found for this signature in database
GPG key ID: CB5738652768F7E9
5 changed files with 33 additions and 13 deletions

View file

@ -15,6 +15,8 @@ export INSIDE_PODMAN="${INSIDE_PODMAN:-1}"
export INSIDE_MODE="${INSIDE_MODE:-local-podman}"
export LOCAL_STACK="${LOCAL_STACK:-0}"
export CONTINUE_ON_ERROR="${CONTINUE_ON_ERROR:-1}"
# Public /monitoring* not wired on Infomaniak yet — monpages WARN only
export MONPAGES_REQUIRE_PUBLIC="${MONPAGES_REQUIRE_PUBLIC:-0}"
export RUN_TIMEOUT="${RUN_TIMEOUT:-600}"
export PHASES="${PHASES:-urls inside versions monpages}"
export MON_HOSTS="${MON_HOSTS:-bank.lefrancpaysan.ch exchange.lefrancpaysan.ch monnaie.lefrancpaysan.ch}"