Files
ts-vikunja/tailscale/config/serve.headscale.json
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

17 lines
206 B
JSON

{
"TCP": {
"80": {
"HTTP": true
}
},
"Web": {
"vikunja.example.com:80": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3456"
}
}
}
}
}