chore: initial homelab stack config and sync tooling
Mirror the three production files (docker-compose.yml, .env, Caddyfile) that live on valhalla, plus the push/pull PowerShell scripts, CLAUDE.md, .gitignore/.gitattributes, and .claude/skills for ssh/apply/sync.
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
# NOTE: .env is intentionally TRACKED in this repo. ginnoir/homelabstack is a
|
||||
# private repo and the stack's secrets are versioned with it. Do NOT add .env here.
|
||||
|
||||
# OS / editor cruft
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# Local scratch
|
||||
*.tmp
|
||||
*.log
|
||||
Reference in New Issue
Block a user