Add README notes for downloads

This commit is contained in:
whitney 2026-03-25 12:41:25 -07:00
parent 01570bad90
commit dd406c2891
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ http:
use_x_forwarded_for: true use_x_forwarded_for: true
trusted_proxies: trusted_proxies:
- 192.168.96.2 - 192.168.96.2
- 172.18.0.4 - 172.18.0.0/24
# Configure logging # Configure logging
logger: logger:

View File

@ -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. 1. Configure `Settings > Transcoder > Transcoder Temporary Directory` = `/transcode` mount on container.
2. Configure `Settings > Transcoder > Downloads Temporary Directory` = `/downloads` 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. 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 ## Setup
When navigating to plex, assuming no nginx routing is happening, you must go to `https://[url]/web/index.html#!/` for first time setup. When navigating to plex, assuming no nginx routing is happening, you must go to `https://[url]/web/index.html#!/` for first time setup.