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 904620f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 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 All @@ -152,7 +153,7 @@
}
{/if}
{if Context.useFileBrowser}
, "HA-Filebrowser": {
, "{ServiceName}-Filebrowser": {
"image": "filebrowser/filebrowser:s6",
"container_name": "{ServiceName}-Filebrowser",
"restart": "unless-stopped",
Expand Down Expand Up @@ -195,9 +196,9 @@
"routes": [
{
"name": "{ServiceName}-Filebrowser",
"description": "Expose HA-Filebrowser to the web",
"description": "Expose {ServiceName}-Filebrowser to the web (WARNING: has to be free / different than the above)",
"useHost": true,
"target": "http://HA-Filebrowser:80",
"target": "http://{ServiceName}-Filebrowser:80",
"mode": "SERVAPP",
"Timeout": 14400000,
"ThrottlePerMinute": 12000,
Expand Down

0 comments on commit 904620f

Please sign in to comment.