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
17 lines
206 B
JSON
17 lines
206 B
JSON
{
|
|
"TCP": {
|
|
"80": {
|
|
"HTTP": true
|
|
}
|
|
},
|
|
"Web": {
|
|
"vikunja.example.com:80": {
|
|
"Handlers": {
|
|
"/": {
|
|
"Proxy": "http://127.0.0.1:3456"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|