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.
5 lines
310 B
5 lines
310 B
# Homebridge runs in host networking mode, so does not use the app proxy which is needed to generate the Tor HS hostname
|
|
# This generates a fake HS hostname for Homebridge
|
|
HOMEBRIDGE_TOR_DIR="${EXPORTS_TOR_DATA_DIR}/app-${EXPORTS_APP_ID}"
|
|
mkdir -p "${HOMEBRIDGE_TOR_DIR}"
|
|
touch "${HOMEBRIDGE_TOR_DIR}/hostname"
|