diff --git a/README.md b/README.md index b9d6549..6909f06 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ If you're using Headscale instead of Tailscale: ```bash cp tailscale/config/serve.headscale.json tailscale/config/serve.json ``` -4. Edit `serve.json` and replace `{{service}}.yourdomain.com` with your actual domain +4. Edit `serve.json` to use your actual domain. The default in this file uses `focalboard.damconsulting.net` (Kevin Headscale base domain) - replace it with your own if your setup differs. 5. Start the stack: ```bash docker compose up -d diff --git a/tailscale/config/serve.headscale.json b/tailscale/config/serve.headscale.json index 319b42a..3c33d51 100644 --- a/tailscale/config/serve.headscale.json +++ b/tailscale/config/serve.headscale.json @@ -5,7 +5,7 @@ } }, "Web": { - "{{service}}.yourdomain.com:80": { + "focalboard.damconsulting.net:80": { "Handlers": { "/": { "Proxy": "http://127.0.0.1:8000" @@ -14,4 +14,3 @@ } } } -