Initialisation du Homelab

This commit is contained in:
2026-07-07 09:32:57 +02:00
commit 5d8adcff39
4 changed files with 141 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# Secrets
.env
.env.*
secrets/
*.key
*.pem
*.crt
*.token
.vault_pass
# Runtime / data
data/
postgres/
backup/
backups/
logs/
# Dumps / exports
*.sql
*.dump
*.zip
*.tar.gz
*.gz
# Gitea runtime config
app.ini
# OS / editors
Thumbs.db
.DS_Store
.vscode/
.idea/