Files
ts-focalboard/tailscale/config/serve.headscale.json
DAM Updater 19a4ed3f40 fix: use real MagicDNS hostname in serve.headscale.json (focalboard.damconsulting.net)
The {{service}}.yourdomain.com placeholder does not work in tailscale serve -
JSON values are not template-substituted. Use the actual MagicDNS base
domain so the user has a working starting point, matching the pattern
established in ts-homepage.
2026-08-03 15:49:18 -04:00

17 lines
215 B
JSON

{
"TCP": {
"80": {
"HTTP": true
}
},
"Web": {
"focalboard.damconsulting.net:80": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:8000"
}
}
}
}
}