Initial commit of sharable config

This commit is contained in:
2026-03-18 16:08:26 -04:00
parent f1b1f609bc
commit 70fe31870f
2 changed files with 870 additions and 0 deletions

47
.gitignore vendored Normal file
View File

@@ -0,0 +1,47 @@
# --- ENV / SECRETS ---
.env
.env.*
*.env
*.secret
*.key
*.pem
# --- Docker runtime junk ---
**/data/
**/storage/
**/db/
**/postgres/
**/redis/
**/volumes/
**/tmp/
**/cache/
# --- Logs ---
*.log
logs/
**/logs/
# --- n8n ---
n8n/storage/
# --- Postgres ---
postgres/
# --- Wireguard ---
glue/wireguard/
# --- App-specific overrides ---
slskd/config/slskd.yml
vw-data/*
# --- OS junk ---
.DS_Store
Thumbs.db
# --- Editor ---
.vscode/
.idea/
# --- Git safety ---
*.bak
*.old