feat: add Tailscale serve configuration for HTTPS

This commit is contained in:
2026-01-30 14:02:52 +00:00
parent be4f43024b
commit b245ca45d8

16
serve-config.json Normal file
View File

@@ -0,0 +1,16 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"prefect.taila5ad8.ts.net:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:4200"
}
}
}
}
}