lnproxy / lnproxy-relay

A minimalist lnproxy relay
GNU General Public License v3.0
91 stars 13 forks source link

Create Dockerfile. Release Docker image and add to popular nodes app-stores. #15

Open Reckless-Satoshi opened 1 year ago

Reckless-Satoshi commented 1 year ago

Is your feature request related to a problem? Please describe. Lnproxy works, it's a good idea and it is loved. Proof of this is its integration into Raspiblitz. Now it is time it is made easy to "run-and-forget" for anyone else. In addition, there is a chance the current service has compatibility issues with some base systems (e.g. dev lnproxy is down for this reason). This is a final solution to it as well.

Describe the solution you'd like Create a Dockerfile for a Lnproxy service that 'will just work'.

Additional context

Other considerations

lnproxy commented 1 year ago

Yes! This will be the solution to my kernel bug woes.

nir3shprabu commented 1 year ago

https://github.com/lnproxy/lnproxy/pull/18

The final image build was run through trivy to test for vulns and the result:

Before version bump of golang.org/x/net

before-net-lib-bump

After version bump of golang.org/x/net

after-net-lib-bump

lnproxy commented 1 year ago

Merged.

@Reckless-Satoshi if you get a chance, would be awesome to have someone that actually knows how to use docker test the the Docker file.