Files
ts-vikunja/.gitignore
peskyadmin 7a8812a263 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
2026-08-02 15:42:10 -04:00

16 lines
167 B
Plaintext

# Environment and secrets
.env
.env.*
*.key
tskey-*
authkey*
# Tailscale state (never commit)
tailscale/tailscale-data/
# OS / editor files
.DS_Store
*.swp
*.swo
*~