feat: add Tailscale serve configuration

This commit is contained in:
2026-01-11 11:26:48 +00:00
parent a877418d2a
commit 0ee6936f89

16
serve-config.json Normal file
View File

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