From a1f75fab30a9c898772a98057107e82b03f5239f Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Sat, 14 Feb 2026 03:44:26 +0000 Subject: [PATCH] Add config/tailscale-serve-config.json --- config/tailscale-serve-config.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config/tailscale-serve-config.json diff --git a/config/tailscale-serve-config.json b/config/tailscale-serve-config.json new file mode 100644 index 0000000..6c9e927 --- /dev/null +++ b/config/tailscale-serve-config.json @@ -0,0 +1,20 @@ +{ + "TCP": { + "443": { + "HTTPS": true + } + }, + "Web": { + "your-hostname.tail8f43b.ts.net:443": { + "Handlers": { + "/": { + "Path": "/shared" + } + } + } + }, + "AllowFunnel": { + "your-hostname.tail8f43b.ts.net:443": true + } +} +