Podcastindex-org / helipad

This is a simple lnd poller and web front-end to see and read boosts and boostagrams.
MIT License
31 stars 14 forks source link

Umbrel: respect the $BITCOIN_NETWORK env var #40

Open daveajones opened 2 years ago

daveajones commented 2 years ago

Respect the $BITCOIN_NETWORK environment variable to test which network is being asked for and use the proper macaroon. Referenced by issue: #1278 on the Umbrel repo.

ericpp commented 2 years ago

Would adding the following to the environment section of the Umbrel docker-compose.yml file resolve this issue?

LND_ADMINMACAROON: "/lnd/data/chain/bitcoin/$APP_BITCOIN_NETWORK/admin.macaroon"
daveajones commented 2 years ago

Interesting. Not sure. Since the move from 0.4.x to 0.5.x I’m unsure if any of that changed. Will need to test once my Umbrel is successfully upgraded.