umbrel-apps/sphinx-relay/exports.sh
Steven Briscoe 7de657dae1
Hotfix for Tor access with Sphinx Relay (#248)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
2022-11-03 02:37:45 +10:00

3 lines
194 B
Bash

export APP_SPHINX_RELAY_IP="10.21.21.14"
export APP_SPHINX_RELAY_PORT="3300"
export APP_SPHINX_RELAY_TOR_HS_EXTRA_PORTS="${APP_SPHINX_RELAY_PORT}:${APP_SPHINX_RELAY_IP}:${APP_SPHINX_RELAY_PORT}"