generated from DAM/ts-TEMPLATE
- serve.json: now uses ${TS_CERT_DOMAIN} with 443 (Tailscale default)
- serve.headscale.json: uses hardcoded example domain (Headscale)
- README: replace all {{service}} placeholders with vikunja
- Update logo to selfh.st icon
- Harden .gitignore
19 lines
197 B
Plaintext
19 lines
197 B
Plaintext
# Real environment files (never commit)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Secrets and keys
|
|
*.key
|
|
tskey-*
|
|
authkey*
|
|
|
|
# Tailscale state
|
|
tailscale/tailscale-data/
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
*~
|