umbrel-apps icon indicating copy to clipboard operation
umbrel-apps copied to clipboard

[App Request] - LnMe

Open Darth-Coin opened this issue 4 years ago • 5 comments

This is a very interesting and simple tool to add on a webpage option to pay with Lightning address, linked to Umbrel node https://github.com/bumi/lnme Please can you take a look if can be integrated into Umbrel?

Darth-Coin avatar Oct 28 '21 17:10 Darth-Coin

  • 1 for this request. I am almost successful integrating with a heroku instance but running into some configuration issuse with the TLS cert beng bound to the umbrel.local address versus the onion address. Any help to resolve this would be great. You can see the efforts here: https://github.com/bumi/lnme/issues/25

trbouma avatar Oct 28 '21 17:10 trbouma

Will this still be useful if only accessible via Tor?

louneskmt avatar Oct 29 '21 06:10 louneskmt

Absolutely. That's what I am attempting now - accessing directly from a heroku deployment.

However, we are still having issues accessing directly via Tor. I believe it has something to do with the TLS cert, not being configured correctly. I belive it needs the grpc onion address in the cert to complete the TLS handshake. You can see the issue here: https://github.com/bumi/lnme/issues/25#issuecomment-954672195

trbouma avatar Oct 29 '21 12:10 trbouma

This looks to be the solution. I will try

https://docs.zaphq.io/docs-desktop-lnd-configure

trbouma avatar Oct 29 '21 13:10 trbouma

There is a related PR to package LnMe in a docker container to run on umbrel: https://github.com/bumi/lnme/pull/24

bumi avatar Oct 30 '21 11:10 bumi