getumbrel / umbrel-apps

The official app repository of the Umbrel App Store. Submit apps and updates here. Learn how → https://github.com/getumbrel/umbrel-apps#readme
https://apps.umbrel.com
512 stars 384 forks source link

[App Request] - LnMe #578

Open Darth-Coin opened 2 years ago

Darth-Coin commented 2 years ago

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?

trbouma commented 2 years ago
louneskmt commented 2 years ago

Will this still be useful if only accessible via Tor?

trbouma commented 2 years ago

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 commented 2 years ago

This looks to be the solution. I will try

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

bumi commented 2 years ago

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