diff --git a/home/homeassistant/configuration.yaml b/home/homeassistant/configuration.yaml index bd7caca..b10f194 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.4 + - 172.18.0.0/24 # Configure logging logger: diff --git a/media/plex/README.md b/media/plex/README.md index 4e18dbc..20ae4d6 100644 --- a/media/plex/README.md +++ b/media/plex/README.md @@ -18,7 +18,9 @@ Requires that the `/transcode` and `/downloads` directories are created and link 1. Configure `Settings > Transcoder > Transcoder Temporary Directory` = `/transcode` mount on container. 2. Configure `Settings > Transcoder > Downloads Temporary Directory` = `/downloads` mount on container. 3. Configure `Settings > Network > Custom Server Access URLs` to be a CSV of locations to access through. -- For local this is `http://192.168.1.XXX:32400`, for prod this is the domain. +- For local this is `http://192.168.1.XXX:32400`, for prod this is the domain. You can specify both. +- Example: `http://192.168.1.135:32400,https://watch.whitney.rip` +4. Configure `Settings > Remote Access > Manually specify public port` = `32400` to ensure direct connections work when UPnP is unavailable. ## Setup When navigating to plex, assuming no nginx routing is happening, you must go to `https://[url]/web/index.html#!/` for first time setup.