Michael Bumann
Michael Bumann
> Do you have instructions on how to deploy to heroku? Thanks! Use the one-click Heroku deploy button (https://github.com/bumi/lnme#heroku) or simply push the repo to an heroku app and set...
thanks. I currently host it on heroku, but heroku now seems to require a paid account. 😱 I should probably migrate somewhere else.
thanks for the idea and reporting. I've looked at your fork, but it seems some files are missing? did you commit all Go files? https://github.com/bumi/lnme/compare/tor-support...aplnx:tor-support?expand=1
hey! thanks for bringing this up! Right now I think this is not possible out of the box (or without additional proxies.) But this is for sure something that I...
Running it as a static page does sadly not work. The invoice needs to be created that's why this is a small Golang app that does this for you. You...
yes, that's the idea. lnme runs on the same sever as your LND and then you can use JS from a static page to get the invoice. As described here:...
If you run lnme on the same node it connects through localhost. but then the lnme must be accessible. Connecting from the outside through tor should for sure be easier...
I have a branch that supports connecting through tor. You can test it here: https://github.com/bumi/lnme/tree/tor-connections feedback welcome!
thanks for your feedback! sadly I do not have much experience with TOR so far, so help is greatly appreciated. your error message does not sound that bad to me...it...