mirror of https://github.com/lukechilds/umbrel.git
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.
60 lines
2.1 KiB
60 lines
2.1 KiB
# Bind only to "<tor-proxy-ip>" which is the tor IP within the container
|
|
SocksPort <tor-proxy-ip>:<tor-proxy-port>
|
|
ControlPort <tor-proxy-ip>:29051
|
|
|
|
# Umbrel
|
|
|
|
# Dashboard Hidden Service
|
|
HiddenServiceDir /var/lib/tor/web
|
|
HiddenServicePort 80 <nginx-ip>:80
|
|
|
|
# Bitcoin Core P2P Hidden Service
|
|
HiddenServiceDir /var/lib/tor/bitcoin-p2p
|
|
HiddenServicePort <bitcoin-p2p-port> <bitcoin-ip>:<bitcoin-p2p-port>
|
|
|
|
# Bitcoin Core RPC Hidden Service
|
|
HiddenServiceDir /var/lib/tor/bitcoin-rpc
|
|
HiddenServicePort <bitcoin-rpc-port> <bitcoin-ip>:<bitcoin-rpc-port>
|
|
|
|
# Electrum Hidden Service
|
|
HiddenServiceDir /var/lib/tor/electrum
|
|
HiddenServicePort <electrum-port> <electrum-ip>:<electrum-port>
|
|
|
|
# LND REST Hidden Service
|
|
HiddenServiceDir /var/lib/tor/lnd-rest
|
|
HiddenServicePort <lnd-rest-port> <lnd-ip>:<lnd-rest-port>
|
|
|
|
# LND gRPC Hidden Service
|
|
HiddenServiceDir /var/lib/tor/lnd-grpc
|
|
HiddenServicePort <lnd-grpc-port> <lnd-ip>:<lnd-grpc-port>
|
|
|
|
# Apps
|
|
|
|
# btc-rpc-explorer Hidden Service
|
|
HiddenServiceDir /var/lib/tor/app-btc-rpc-explorer
|
|
HiddenServicePort 80 <app-btc-rpc-explorer-ip>:<app-btc-rpc-explorer-port>
|
|
|
|
# thunderhub Hidden Service
|
|
HiddenServiceDir /var/lib/tor/app-thunderhub
|
|
HiddenServicePort 80 <app-thunderhub-ip>:<app-thunderhub-port>
|
|
|
|
# sphinx-relay Hidden Service
|
|
# We expose 80 for the connection string UI and <app-sphinx-relay-port> for the
|
|
# actual server connection
|
|
HiddenServiceDir /var/lib/tor/app-sphinx-relay
|
|
HiddenServicePort 80 <app-sphinx-relay-ip>:<app-sphinx-relay-port>
|
|
HiddenServicePort <app-sphinx-relay-port> <app-sphinx-relay-ip>:<app-sphinx-relay-port>
|
|
|
|
# ride-the-lightning Hidden Service
|
|
HiddenServiceDir /var/lib/tor/app-ride-the-lightning
|
|
HiddenServicePort 80 <app-ride-the-lightning-ip>:<app-ride-the-lightning-port>
|
|
|
|
# lightning-terminal Hidden Service
|
|
HiddenServiceDir /var/lib/tor/app-lightning-terminal
|
|
HiddenServicePort 80 <app-lightning-terminal-ip>:<app-lightning-terminal-port>
|
|
|
|
# specter-desktop Hidden Service
|
|
HiddenServiceDir /var/lib/tor/app-specter-desktop
|
|
HiddenServicePort 80 <app-specter-desktop-ip>:<app-specter-desktop-port>
|
|
|
|
HashedControlPassword <password>
|
|
|