Podcastindex-org / helipad

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

Cannot read admin macaroon #19

Open Kukks opened 2 years 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.