home assistant
This commit is contained in:
parent
ccba2fd427
commit
75594805e5
4 changed files with 75 additions and 0 deletions
19
Containers/HomeAssistant/serveconfig/serve-config.json
Normal file
19
Containers/HomeAssistant/serveconfig/serve-config.json
Normal 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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue