umbrel-apps/plex/exports.sh
Steven Briscoe 11f36560e8
Remove hard-coded container IPs (#310)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
2022-12-04 20:18:22 +00:00

6 lines
245 B
Bash

# 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"