From b245ca45d8d81b3442743600b842fc4882d21c78 Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Fri, 30 Jan 2026 14:02:52 +0000 Subject: [PATCH] feat: add Tailscale serve configuration for HTTPS --- serve-config.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 serve-config.json diff --git a/serve-config.json b/serve-config.json new file mode 100644 index 0000000..e58d4d6 --- /dev/null +++ b/serve-config.json @@ -0,0 +1,16 @@ +{ + "TCP": { + "443": { + "HTTPS": true + } + }, + "Web": { + "prefect.taila5ad8.ts.net:443": { + "Handlers": { + "/": { + "Proxy": "http://127.0.0.1:4200" + } + } + } + } +}