forked from michael.heier/umbrel-apps
576ecd2bef
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
11 lines
444 B
Plaintext
11 lines
444 B
Plaintext
# Bitcoin Core P2P Hidden Service
|
|
HiddenServiceDir /data/app-$APP_ID-p2p
|
|
HiddenServicePort $APP_BITCOIN_P2P_PORT $APP_BITCOIN_NODE_IP:$APP_BITCOIN_P2P_PORT
|
|
|
|
# Bitcoin Core RPC Hidden Service
|
|
HiddenServiceDir /data/app-$APP_ID-rpc
|
|
HiddenServicePort $APP_BITCOIN_RPC_PORT $APP_BITCOIN_NODE_IP:$APP_BITCOIN_RPC_PORT
|
|
|
|
# Bitcoin Core Frontend Hidden Service
|
|
HiddenServiceDir /data/app-$APP_ID
|
|
HiddenServicePort 80 $APP_PROXY_HOSTNAME:$APP_PROXY_PORT |