Commit Graph

7 Commits

Author SHA1 Message Date
peskyadmin
dccbc37a45 fix: correct port references in README and add commented ports section
- README: use 3456 instead of 3000
- docker-compose.yml: add commented ports for optional direct access
2026-08-02 15:57:19 -04:00
peskyadmin
4204fed9c1 fix: update serve.headscale.json to use yourdomain.com for consistency 2026-08-02 15:56:00 -04:00
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
peskyadmin
09f5020316 docs: improve .env.example with better placeholders and comments
- Use controlplane.tailscale.com as default TS_LOGIN_SERVER
- Use consistent .your-tailnet.ts.net and .yourdomain.com placeholders
- Add clear section comments
2026-08-02 15:52:35 -04:00
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
peskyadmin
35e840f329 fix: use TS_AUTHKEY and TS_LOGIN_SERVER environment variables
- docker-compose.yml: read authkey and login server from env
- README.md: updated instructions to use env vars instead of editing the file
- Added .gitignore for secrets and Tailscale state
2026-08-02 10:25:51 -04:00
117aac11fb Initial commit 2026-08-01 21:41:50 -05:00