home assistant

This commit is contained in:
mini-pc-01 2026-02-08 21:09:34 +01:00
parent ccba2fd427
commit 75594805e5
4 changed files with 75 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:8123"
}
}
}
},
"AllowFunnel": {
"${TS_CERT_DOMAIN}:443": false
}
}