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.
35 lines
1.1 KiB
35 lines
1.1 KiB
# Warning: it's not recommended to modify these files directly. Any
|
|
# modifications you make can break the functionality of your umbrel. These files
|
|
# are automatically reset with every Umbrel update.
|
|
|
|
# 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>
|
|
|
|
HashedControlPassword <password>
|
|
|