- Ajout scripts/ reproduisant chaque étape (secrets, render config, up CLI, init Garage, bootstrap prod, admin, vérif E2E, adoption Coolify, backup) - Templates envsubst (config.yml, garage.toml, cantaloupe.properties) + .example - deploy.conf (config non-secrète : domaine, versions, uuids Coolify) - docs/ : ARCHITECTURE, TROUBLESHOOTING (11 problèmes/fixes), RUNBOOK, SECURITY - Makefile (raccourcis) - .gitignore + retrait du suivi de .env/.secrets.env/config.yml/garage.toml (fichiers conservés sur disque ; secrets restent dans l'historique -> voir SECURITY.md) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
14 lines
165 B
Plaintext
14 lines
165 B
Plaintext
# ---- Secrets : NE JAMAIS committer ----
|
|
.secrets.env
|
|
.env
|
|
config.yml
|
|
garage.toml
|
|
*.key
|
|
*.pem
|
|
.ark_coolify_token
|
|
|
|
# ---- Généré / local ----
|
|
*.log
|
|
tmp/
|
|
backups/
|