You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
245 B
6 lines
245 B
# 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"
|