[App Request] - LnMe
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?
- 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
Will this still be useful if only accessible via Tor?
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
This looks to be the solution. I will try
https://docs.zaphq.io/docs-desktop-lnd-configure
There is a related PR to package LnMe in a docker container to run on umbrel: https://github.com/bumi/lnme/pull/24