feat: add dual Tailscale/Headscale serve support + template improvements

- Add serve.json (Tailscale with certs) and serve.headscale.json (Headscale/HTTP-only)
- Pin Vikunja to v0.24
- Improve .env.example with comments
- Harden .gitignore (env, keys, Tailscale state)
- Add SECURITY.md
- Update README with configuration and usage instructions
- Remove all damconsulting references for generic template use
This commit is contained in:
peskyadmin
2026-08-02 15:42:10 -04:00
parent 35e840f329
commit 7a8812a263
6 changed files with 148 additions and 28 deletions

10
.gitignore vendored
View File

@@ -1,9 +1,15 @@
# Secrets and environment files
# Environment and secrets
.env
.env.*
*.key
tskey-*
authkey*
# Tailscale data (never commit state)
# Tailscale state (never commit)
tailscale/tailscale-data/
# OS / editor files
.DS_Store
*.swp
*.swo
*~