mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
11f36560e8
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
6 lines
245 B
Bash
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" |