cryptosharks131 / lndg

Lite GUI web interface to analyze lnd data and leverage the backend database for automation tools around rebalancing and other basic maintenance tasks.
MIT License
219 stars 41 forks source link

Rootless container image #370

Open chevdor opened 8 months ago

chevdor commented 8 months ago

When security is a concern, better use rootless images.

I started working on the topic and I have a working rootless image.

You can see the diff here. This diff includes a bunch of other changes (See #77) that probably shouls be excluded from a PR.

Happy to propose a PR if this is welcome.

The fixes I made so far are:

cryptosharks131 commented 7 months ago

Yes, PRs are welcome!

chevdor commented 7 months ago

Here you go: https://github.com/cryptosharks131/lndg/pull/377