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.
7 lines
373 B
7 lines
373 B
export APP_TDEX_PORT="9092"
|
|
|
|
daemon_hidden_service_file="${EXPORTS_TOR_DATA_DIR}/app-${EXPORTS_APP_ID}-daemon/hostname"
|
|
export APP_TDEX_DAEMON_HIDDEN_SERVICE="$(cat "${daemon_hidden_service_file}" 2>/dev/null || echo "daemon_not_yet_set.onion")"
|
|
|
|
# Necessary for the tdexd daemon to be able to write to the volume
|
|
sudo chmod -R 777 "${UMBREL_ROOT}/app-data/tdex/tdex-data"
|
|
|