diff --git a/home/homeassistant/configuration.yaml b/home/homeassistant/configuration.yaml index c9c631f..bd7caca 100644 --- a/home/homeassistant/configuration.yaml +++ b/home/homeassistant/configuration.yaml @@ -11,7 +11,7 @@ http: use_x_forwarded_for: true trusted_proxies: - 192.168.96.2 - - 172.18.0.13 + - 172.18.0.4 # Configure logging logger: diff --git a/media/plex/docker-compose.yml b/media/plex/docker-compose.yml index 6ae4a80..3a81452 100644 --- a/media/plex/docker-compose.yml +++ b/media/plex/docker-compose.yml @@ -21,13 +21,13 @@ services: - /pwspool/archive/plex/homevideos:/homevideos - /pwspool/archive/plex/transcode:/transcode - /pwspool/archive/plex/downloads:/downloads - #ports: - # - "32400:32400" - labels: - - traefik.enable=true - - traefik.http.routers.plex.rule=Host(`watch.whitney.rip`) - - traefik.http.routers.plex.tls=true - - traefik.http.routers.plex.tls.certresolver=lets-encrypt - - traefik.http.services.plex.loadbalancer.server.port=32400 + ports: + - "32400:32400" + #labels: + # - traefik.enable=true + # - traefik.http.routers.plex.rule=Host(`watch.whitney.rip`) + # - traefik.http.routers.plex.tls=true + # - traefik.http.routers.plex.tls.certresolver=lets-encrypt + # - traefik.http.services.plex.loadbalancer.server.port=32400 diff --git a/start-all-containers.sh b/start-all-containers.sh index 4a09684..6240594 100755 --- a/start-all-containers.sh +++ b/start-all-containers.sh @@ -8,8 +8,8 @@ declare -a CONTAINERS=( "media/transmission" "misc/homepage" "productivity/code-server" + "productivity/excalidraw" "productivity/planka" - "software/workflow/n8n" "software-development/gitea" "software-development/grafana" "software-development/traefik"