From 9b2841a4d7afd3143d6825df956a1ccb99fd52fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A2ni=20Marques?= Date: Sat, 18 Jul 2026 19:13:09 +0200 Subject: [PATCH] fix: remove misplaced env examples from host-agent root --- host-agent/francpaysan.env.example | 27 --------------------------- host-agent/hacktivism.env.example | 26 -------------------------- host-agent/stagepaysan.env.example | 30 ------------------------------ 3 files changed, 83 deletions(-) delete mode 100644 host-agent/francpaysan.env.example delete mode 100644 host-agent/hacktivism.env.example delete mode 100644 host-agent/stagepaysan.env.example diff --git a/host-agent/francpaysan.env.example b/host-agent/francpaysan.env.example deleted file mode 100644 index 2f5019d..0000000 --- a/host-agent/francpaysan.env.example +++ /dev/null @@ -1,27 +0,0 @@ -# Copy to: ~/.config/taler-monitoring/env (user francpaysan) -# Never inside the git tree — update-suite never overwrites this file. -# -# Shared reporting generation (run-host-report.sh / run-fp-prod-monitoring.sh): -# RUN_TIMEOUT, line-buffered log, always HTML, commit link on git.hacktivism.ch - -TALER_DOMAIN=lefrancpaysan.ch -INSIDE_PODMAN=1 -INSIDE_MODE=local-podman -LOCAL_STACK=0 -CONTINUE_ON_ERROR=1 -PHASES="urls inside versions" -RUN_TIMEOUT=600 - -HTML_OUT=$HOME/monitoring-sites-staging -MON_HOSTS="bank.lefrancpaysan.ch exchange.lefrancpaysan.ch monnaie.lefrancpaysan.ch" - -SUITE_DIR=$HOME/src/taler-monitoring -SUITE_GIT_URL=https://git.hacktivism.ch/hernani/taler-monitoring.git -SUITE_GIT_REF=main -SUITE_UPDATE_MODE=reset -SOURCE_REPO_WEB=https://git.hacktivism.ch/hernani/taler-monitoring - -# DEPLOY_WWW_ROOT=/var/www/monitoring-sites - -# UI language for console + HTML sticky bar (en|fr) -TALER_MON_LANG=fr diff --git a/host-agent/hacktivism.env.example b/host-agent/hacktivism.env.example deleted file mode 100644 index ebdcb8f..0000000 --- a/host-agent/hacktivism.env.example +++ /dev/null @@ -1,26 +0,0 @@ -# Copy to: ~/.config/taler-monitoring/env (user hernani on koopa) -# Shared reporting generation: RUN_TIMEOUT, line-buffered log, always HTML. - -TALER_DOMAIN=hacktivism.ch -INSIDE_PODMAN=1 -INSIDE_MODE=local-podman -LOCAL_STACK=1 -CONTINUE_ON_ERROR=1 -PHASES="urls inside versions" -# aptdeploy HTML: run-aptdeploy-monitoring.sh → /taler-monitoring-aptdeploy* -RUN_TIMEOUT=600 -# APT_DEPLOY_ENSURE=1 -# APT_DEPLOY_SKIP=0 - -HTML_OUT=$HOME/monitoring-sites-staging -MON_HOSTS="bank.hacktivism.ch exchange.hacktivism.ch taler.hacktivism.ch" - -SUITE_DIR=$HOME/src/taler-monitoring -SUITE_GIT_URL=https://git.hacktivism.ch/hernani/taler-monitoring.git -SUITE_GIT_REF=main -SUITE_UPDATE_MODE=reset -SOURCE_REPO_WEB=https://git.hacktivism.ch/hernani/taler-monitoring - -DEPLOY_WWW_ROOT=/var/www/monitoring-sites - -TALER_MON_LANG=en diff --git a/host-agent/stagepaysan.env.example b/host-agent/stagepaysan.env.example deleted file mode 100644 index e91d54e..0000000 --- a/host-agent/stagepaysan.env.example +++ /dev/null @@ -1,30 +0,0 @@ -# Copy to: ~/.config/taler-monitoring/env (user stagepaysan) -# Never inside the git tree — update-suite never overwrites this file. -# -# Shared reporting generation (run-host-report.sh / run-fp-stage-monitoring.sh): -# RUN_TIMEOUT, line-buffered log, always HTML, commit link on git.hacktivism.ch - -TALER_DOMAIN=stage.lefrancpaysan.ch -INSIDE_PODMAN=1 -INSIDE_MODE=local-podman -INSIDE_PROFILE=stage-lfp -LOCAL_STACK=0 -CONTINUE_ON_ERROR=1 -PHASES="urls inside versions" -RUN_TIMEOUT=600 - -HTML_OUT=$HOME/monitoring-sites-staging -MON_HOSTS="stage.bank.lefrancpaysan.ch stage.exchange.lefrancpaysan.ch stage.monnaie.lefrancpaysan.ch" - -# Git clone of taler-monitoring (repo root, not …/taler-monitoring (repo root)) -SUITE_DIR=$HOME/src/taler-monitoring -SUITE_GIT_URL=https://git.hacktivism.ch/hernani/taler-monitoring.git -SUITE_GIT_REF=main -SUITE_UPDATE_MODE=reset -SOURCE_REPO_WEB=https://git.hacktivism.ch/hernani/taler-monitoring - -# Optional public docroot if this user can write it -# DEPLOY_WWW_ROOT=/var/www/monitoring-sites - -# UI language for console + HTML sticky bar (en|fr) -TALER_MON_LANG=fr