Files
ts-vikunja/.gitignore
peskyadmin 533b00fc26 fix: correct serve config assignment and clean up README
- 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
2026-08-02 15:54:26 -04:00

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
*~