From ee049906f630a4f4d53d43b7658a0c110e850117 Mon Sep 17 00:00:00 2001 From: Falk Heiland Date: Tue, 13 Feb 2024 21:58:59 +0100 Subject: [PATCH] revoked changed app_port --- apps/homeassistant-1/data/config/configuration.yaml | 1 - apps/homeassistant-1/docker-compose.yml | 4 ++-- apps/homeassistant-1/metadata/description.md | 1 - apps/homeassistant/metadata/description.md | 1 - 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/apps/homeassistant-1/data/config/configuration.yaml b/apps/homeassistant-1/data/config/configuration.yaml index 1f969024..304fe25d 100644 --- a/apps/homeassistant-1/data/config/configuration.yaml +++ b/apps/homeassistant-1/data/config/configuration.yaml @@ -10,7 +10,6 @@ script: !include scripts.yaml scene: !include scenes.yaml http: - server_port: 8209 use_x_forwarded_for: true trusted_proxies: - 127.0.0.1 diff --git a/apps/homeassistant-1/docker-compose.yml b/apps/homeassistant-1/docker-compose.yml index 64044e90..3424ebe5 100644 --- a/apps/homeassistant-1/docker-compose.yml +++ b/apps/homeassistant-1/docker-compose.yml @@ -8,7 +8,7 @@ services: - TZ=${TZ} restart: unless-stopped ports: - - ${APP_PORT}:8209 + - ${APP_PORT}:8123 volumes: - /etc/localtime:/etc/localtime:ro - ${APP_DATA_DIR}/data/config:/config @@ -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: 8209 + traefik.http.services.homeassistant.loadbalancer.server.port: 8123 # 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 74b0d5ac..62d6b043 100644 --- a/apps/homeassistant-1/metadata/description.md +++ b/apps/homeassistant-1/metadata/description.md @@ -20,7 +20,6 @@ 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: - server_port: 8209 use_x_forwarded_for: true trusted_proxies: - 127.0.0.1 diff --git a/apps/homeassistant/metadata/description.md b/apps/homeassistant/metadata/description.md index 58853014..34d1a78a 100644 --- a/apps/homeassistant/metadata/description.md +++ b/apps/homeassistant/metadata/description.md @@ -22,7 +22,6 @@ 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: - server_port: 8209 use_x_forwarded_for: true trusted_proxies: - 127.0.0.1