Actualiser recuperation_config.sh

This commit is contained in:
admin-linexos 2024-11-28 10:33:49 +00:00
parent 51ebeb91f4
commit d73c93c21c
1 changed files with 4 additions and 3 deletions

View File

@ -2,14 +2,15 @@
# Configuration des variables
ORG="CONFIGS"
CLIENT="SFR" # Exemple de client
BASE_URL="https://repolake.alc-crm.com"
API_URL="$BASE_URL/api/v1"
REPO_NAME=$(hostname)
REPO_URL="$BASE_URL/$ORG/$REPO_NAME.git"
REPO_PATH="/etc/gitea/CONFIGS/$REPO_NAME" # Ajusté pour inclure l'organisation correcte
REPO_URL="$BASE_URL/$ORG/$CLIENT/$REPO_NAME.git"
REPO_PATH="/etc/gitea/CONFIGS/$CLIENT/$REPO_NAME" # Ajusté pour inclure l'organisation correcte
BRANCH="main"
TOKEN="434ac97ae9def5ac02024971582e82dd35f89ee0"
REPO_URL_TOKEN="https://$TOKEN@repolake.alc-crm.com/$ORG/$REPO_NAME.git"
REPO_URL_TOKEN="https://$TOKEN@repolake.alc-crm.com/$ORG/$CLIENT/$REPO_NAME.git"
HOSTNAME=$(hostname)
echo "Début du script pour $HOSTNAME"