revoked changed app_port

This commit is contained in:
Falk Heiland 2024-02-13 21:58:59 +01:00
parent 5bc0a7f07d
commit ee049906f6
4 changed files with 2 additions and 5 deletions

View File

@ -10,7 +10,6 @@ script: !include scripts.yaml
scene: !include scenes.yaml scene: !include scenes.yaml
http: http:
server_port: 8209
use_x_forwarded_for: true use_x_forwarded_for: true
trusted_proxies: trusted_proxies:
- 127.0.0.1 - 127.0.0.1

View File

@ -8,7 +8,7 @@ services:
- TZ=${TZ} - TZ=${TZ}
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:8209 - ${APP_PORT}:8123
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- ${APP_DATA_DIR}/data/config:/config - ${APP_DATA_DIR}/data/config:/config
@ -18,7 +18,7 @@ services:
# Main # Main
traefik.enable: true traefik.enable: true
traefik.http.middlewares.homeassistant-web-redirect.redirectscheme.scheme: https 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 # Web
traefik.http.routers.homeassistant-insecure.rule: Host(`${APP_DOMAIN}`) traefik.http.routers.homeassistant-insecure.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.homeassistant-insecure.entrypoints: web traefik.http.routers.homeassistant-insecure.entrypoints: web

View File

@ -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` - add the following section to `runtipi/app-data/homeassistant/data/config/configuration.yaml`
``` ```
http: http:
server_port: 8209
use_x_forwarded_for: true use_x_forwarded_for: true
trusted_proxies: trusted_proxies:
- 127.0.0.1 - 127.0.0.1

View File

@ -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` - add the following section to `runtipi/app-data/homeassistant/data/config/configuration.yaml`
``` ```
http: http:
server_port: 8209
use_x_forwarded_for: true use_x_forwarded_for: true
trusted_proxies: trusted_proxies:
- 127.0.0.1 - 127.0.0.1