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

Cannot read admin macaroon #19

Closed Kukks closed 4 weeks ago

Kukks commented 2 years ago

Using: Docker image podcastindexorg/podcasting20-helipad:v0.1.6

I am setting LND_ADMINMACAROON to "/lnd/admin.macaroon". I have verified the file exists manually. However, helipad reports it cannot find the file.

Fix: adding user: "root" to the docker compose service makes it able to read the file

valcanobacon commented 2 years ago

Not an issue on raspiblitz https://github.com/SpencerPearson/helipad-for-raspiblitz/blob/master/bonus.helipad.sh#L154

Kukks commented 2 years ago

Not an issue on raspiblitz https://github.com/SpencerPearson/helipad-for-raspiblitz/blob/master/bonus.helipad.sh#L154

This is specific to docker image usage.

ericpp commented 4 weeks ago

Closing this issue for now, but let me know if you're still having trouble with it. I'm guessing that your admin.macaroon permissions were root-only which prevented docker from reading the file.