Files
infrastructure/esphome/ts-serve-config.json
2024-12-30 11:42:12 -07:00

19 lines
265 B
JSON

{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:6052"
}
}
}
},
"AllowFunnel": {
"${TS_CERT_DOMAIN}:443": false
}
}