From 5bc0a7f07da98889e23982df1d4b99420cc382f7 Mon Sep 17 00:00:00 2001 From: Falk Heiland Date: Tue, 13 Feb 2024 21:34:26 +0100 Subject: [PATCH] edited app server port to 8209 --- apps/homeassistant-1/data/config/configuration.yaml | 4 ++-- apps/homeassistant-1/docker-compose.yml | 2 +- apps/homeassistant-1/metadata/description.md | 11 ++++++----- apps/homeassistant/metadata/description.md | 11 ++++++----- 4 files changed, 15 insertions(+), 13 deletions(-) diff --git a/apps/homeassistant-1/data/config/configuration.yaml b/apps/homeassistant-1/data/config/configuration.yaml index 036bbb18..1f969024 100644 --- a/apps/homeassistant-1/data/config/configuration.yaml +++ b/apps/homeassistant-1/data/config/configuration.yaml @@ -1,4 +1,3 @@ - # Loads default set of integrations. Do not remove. default_config: @@ -11,8 +10,9 @@ script: !include scripts.yaml scene: !include scenes.yaml http: + server_port: 8209 use_x_forwarded_for: true trusted_proxies: - 127.0.0.1 - 172.16.0.0/12 - - ::1 \ No newline at end of file + - ::1 diff --git a/apps/homeassistant-1/docker-compose.yml b/apps/homeassistant-1/docker-compose.yml index 013f568c..64044e90 100644 --- a/apps/homeassistant-1/docker-compose.yml +++ b/apps/homeassistant-1/docker-compose.yml @@ -18,7 +18,7 @@ services: # Main traefik.enable: true traefik.http.middlewares.homeassistant-web-redirect.redirectscheme.scheme: https - traefik.http.services.homeassistant.loadbalancer.server.port: 8123 + traefik.http.services.homeassistant.loadbalancer.server.port: 8209 # Web traefik.http.routers.homeassistant-insecure.rule: Host(`${APP_DOMAIN}`) traefik.http.routers.homeassistant-insecure.entrypoints: web diff --git a/apps/homeassistant-1/metadata/description.md b/apps/homeassistant-1/metadata/description.md index 9cefbb39..74b0d5ac 100644 --- a/apps/homeassistant-1/metadata/description.md +++ b/apps/homeassistant-1/metadata/description.md @@ -20,11 +20,12 @@ This version of Home Assistant can be exposed. To migrate from the non-exposable - add the following section to `runtipi/app-data/homeassistant/data/config/configuration.yaml` ``` http: - use_x_forwarded_for: true - trusted_proxies: - - 127.0.0.1 - - 172.16.0.0/12 - - ::1 + server_port: 8209 + use_x_forwarded_for: true + trusted_proxies: + - 127.0.0.1 + - 172.16.0.0/12 + - ::1 ``` - change `APP_ID=homeassistant` to `APP_ID=homeassistant-1` in `runtipi/app-data/homeassistant/app.env` - change `APP_PORT=8123` to `APP_PORT=8209` in `runtipi/app-data/homeassistant/app.env` diff --git a/apps/homeassistant/metadata/description.md b/apps/homeassistant/metadata/description.md index 50e06bff..58853014 100644 --- a/apps/homeassistant/metadata/description.md +++ b/apps/homeassistant/metadata/description.md @@ -22,11 +22,12 @@ This version of Home Assistant can not be exposed. To migrate to the exposable a - add the following section to `runtipi/app-data/homeassistant/data/config/configuration.yaml` ``` http: - use_x_forwarded_for: true - trusted_proxies: - - 127.0.0.1 - - 172.16.0.0/12 - - ::1 + server_port: 8209 + use_x_forwarded_for: true + trusted_proxies: + - 127.0.0.1 + - 172.16.0.0/12 + - ::1 ``` - change `APP_ID=homeassistant` to `APP_ID=homeassistant-1` in `runtipi/app-data/homeassistant/app.env` - change `APP_PORT=8123` to `APP_PORT=8209` in `runtipi/app-data/homeassistant/app.env`