umbrel-apps/plex/exports.sh
Steven Briscoe 60878f278d Media Apps
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
Co-authored-by: Luke Childs <lukechilds123@gmail.com>
Co-authored-by: John Corser <johnpc@umich.edu>
2022-09-07 00:49:53 +07:00

8 lines
278 B
Bash

export APP_PLEX_IP="10.21.25.2"
# As Plex does not use the app proxy
# There is a bug when generating the Tor HS
# This 'fix' will create a fake HS hostname
PLEX_TOR_DIR="${EXPORTS_TOR_DATA_DIR}/app-${EXPORTS_APP_ID}"
mkdir -p "${PLEX_TOR_DIR}"
touch "${PLEX_TOR_DIR}/hostname"