From 2e32c1782b7b4e695f0314f1a0f984a210145080 Mon Sep 17 00:00:00 2001 From: peskyadmin Date: Tue, 8 Apr 2025 09:20:28 -0500 Subject: [PATCH] rename + boilerplate --- tailscale/config/config.json | 0 tailscale/config/serve.json | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+) delete mode 100644 tailscale/config/config.json create mode 100644 tailscale/config/serve.json 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