Skip to content

Commit

Permalink
update Home Assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
madejackson committed Jul 29, 2024
1 parent 247fac8 commit 424d829
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions servapps/HomeAssistant/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"form.fielBrowserAdminOnly.label": "Möchten Sie den Dateiexplorer nur für Administratoren zugänglich machen?",
"form.codeServerAdminOnly.label": "Möchten Sie den Studio Code Server nur für Administratoren zugänglich machen?",
"routes.{ServiceName}.description": "{ServiceName} im Netzwerk veröffentlichen",
"routes.{ServiceName}-CodeServer.description": "Studio Code Server im Netzwerk veröffentlichen"
"routes.{ServiceName}-CodeServer.description": "Studio Code Server im Netzwerk veröffentlichen (ACHTUNG: Addresse muss frei sein bzw. sich von oben unterscheiden)",
"routes.{ServiceName}-Filebrowser.description": "Dateiexplorer im Netzwerk veröffentlichen (ACHTUNG: Addresse muss frei sein bzw. sich von oben unterscheiden)"
}
}
},
Expand Down Expand Up @@ -133,7 +134,7 @@
"routes": [
{
"name": "{ServiceName}-Code",
"description": "Expose Studio Code Server to the web",
"description": "Expose Studio Code Server to the web (WARNING: has to be free / different than the above)",
"useHost": true,
"target": "http://{ServiceName}-Code:8443",
"mode": "SERVAPP",
Expand Down Expand Up @@ -194,8 +195,8 @@
],
"routes": [
{
"name": "{ServiceName}-Filebrowser",
"description": "Expose HA-Filebrowser to the web",
"name": "HA-Filebrowser",
"description": "Expose HA-Filebrowser to the web (WARNING: has to be free / different than the above)",
"useHost": true,
"target": "http://HA-Filebrowser:80",
"mode": "SERVAPP",
Expand Down

0 comments on commit 424d829

Please sign in to comment.