-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package for the umbrel appstore #4
Comments
I'm absolutely looking for a service like this. Would love to have it in a docker container as an app on Umbrel. |
@brianoflondon You can now easily deploy LnMe to heroku and connect it to you local umbrel node through Tor |
I'll have a look later today. I'll package it for Citadel and build the dockerfile. I'm no longer contributing to Umbrel though, I'll only add it to Citadel and create a reference docker-compose.yml. |
<3 yeah, Citadel would be awesome! |
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 the config environment variables |
Working on it now: #24 |
Thanks - I tried it with the variables - I opened another issue with the problems and questions I had when deploying |
Hi there, how I should generate or find the LNME_LND_CERT in order to pair my Umbrel Node with lnme? It's currently difficult for me to deploy the App in Umbrel...if there is another way since the last video in Y2 from 2021, happy to hear some updates... |
The presonal bitcoin node software Umbrel released an app store which makes installing Bitcoin/Lightning app super easy:
https://medium.com/getumbrel/introducing-the-umbrel-app-store-7a2068c64a10
lnme should be packaged for the Umbrel app store:
https://github.com/getumbrel/umbrel/blob/master/apps/README.md
It seems to do this we only need to create a Dockerfile and a docker-compose file which run the app. The LND data (macaroon, cert, address) will be provided by Umbrel through environment variables.
The text was updated successfully, but these errors were encountered: