Rend l'ensemble du repo agnostique de l'infra perso (paths/domaines/services paramétrés)
This commit is contained in:
@@ -13,8 +13,8 @@ BASE="/mnt/onboard/.adds/Monitorink"
|
||||
LOG="$BASE/monitorink.log"
|
||||
cd "$BASE" || exit 1
|
||||
|
||||
# --- Configuration ---
|
||||
export MONITORINK_URL="http://192.168.0.43:8899/image.png"
|
||||
# --- Configuration --- (adapter à l'IP/host LAN de ton serveur Monitorink)
|
||||
export MONITORINK_URL="http://192.168.1.50:8899/image.png"
|
||||
export MONITORINK_REFRESH=900 # PROD: refresh partiel 15 min (moins de réveils = batterie)
|
||||
# Cadence du full refresh : côté SERVEUR via MONITORINK_FULL_INTERVAL_MIN (défaut 120 = 2 h),
|
||||
# indépendante du cycle. Entre deux fulls, seuls les blocs modifiés sont rafraîchis (partiel).
|
||||
|
||||
Reference in New Issue
Block a user