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:
ginnoir
2026-06-02 22:12:07 -05:00
commit 56d834ede9
11 changed files with 1426 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# These files are deployed to a Linux host via scp (a byte-for-byte copy).
# Force LF so a Windows checkout never introduces CRLF -- stray \r in .env
# values or shell snippets would break on the server.
* text=auto eol=lf
*.ps1 text eol=lf
*.yml text eol=lf
.env text eol=lf
Caddyfile text eol=lf