Premier commit
Build and Push Docker Image / build-and-push (push) Failing after 38s

This commit is contained in:
pyriec
2026-09-09 18:51:08 +02:00
commit 3d06c9a7ee
8 changed files with 733 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
USE_ENV=true
# Intervalle en secondes entre chaque boucle (3600 = 1 heure)
CHECK_INTERVAL=3600
# Configuration Home Assistant
HA_URL=http://homeassistant.local:8123
HA_TOKEN=votre_jeton_ha_longue_duree
HA_WEBHOOK_ID=votre_webhook_id
HA_CALENDAR_ID=calendar.votre_calendrier
# Configuration CCI
CCI_BASE_URL=https://votre-portail-cci.fr
CCI_USERNAME=votre_identifiant_cci
CCI_PASSWORD=votre_mot_de_passe_cci
CCI_CODE_RESSOURCE=12345
CCI_TYPE_RESSOURCE=1
# Fichiers de stockage dans le conteneur
STATE_FILE=data/planning_state.json
SCREENSHOT_DIR=screenshots
TZ=Europe/Paris