generated from DAM/ts-TEMPLATE
- 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
16 lines
167 B
Plaintext
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
|
|
*~
|