lightninglabs / lndmon

🔎lndmon: A drop-in monitoring solution for your lnd node using Prometheus+Grafana
MIT License
149 stars 47 forks source link

config: allow specifying of macaroon directory and name #61

Closed carlaKC closed 3 years ago

carlaKC commented 3 years ago

Previous changes set lndmon to only use the macaroon path that is set when we use docker-compose and the mounted macaroons volume. This commit updates lndmon to use the macaroon dir path and adds a macaroon name (so that macaroons other than the readonly macaroon could be used). This allows standalone lndmon containers that do not use our docker-compose setup to specify where their macaroons are.