mirror of
https://github.com/runyanjake/olomana.git
synced 2026-03-26 05:53:17 -07:00
Add README notes for downloads
This commit is contained in:
parent
01570bad90
commit
dd406c2891
@ -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:
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user