feat: add Tailscale serve configuration

This commit is contained in:
2026-02-05 09:20:28 +00:00
parent e7bcab82c3
commit b97ceb6645

16
serve-config.json Normal file
View File

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