diff --git a/tailscale/config/config.json b/tailscale/config/config.json deleted file mode 100644 index e69de29..0000000 diff --git a/tailscale/config/serve.json b/tailscale/config/serve.json new file mode 100644 index 0000000..121ffb8 --- /dev/null +++ b/tailscale/config/serve.json @@ -0,0 +1,19 @@ +{ + "TCP": { + "443": { + "HTTPS": true + } + }, + "Web": { + "${TS_CERT_DOMAIN}:443": { + "Handlers": { + "/": { + "Proxy": "http://127.0.0.1:3000" + } + } + } + }, + "AllowFunnel": { + "${TS_CERT_DOMAIN}:443": false + } + } \ No newline at end of file