-
Notifications
You must be signed in to change notification settings - Fork 63
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
Integrate the watchtower-plugin into CLN on Umbrel #207
Comments
I think this is a great idea. I'd link it to the SoB project about building the GUI for |
Related to #192 |
Hi @sr-gi , |
Nope, we haven't worked with Umbrel before, so all needs to be done from scratch. Using an existing app as the base is an option, and most likely recommend. |
okay. |
Why not make a watchtower-plugin Umbrel app that works with LND as well? |
For that to work we'd need a way to pull the required information from LND, however, LND does not expose that publicly, so currently there is no way of doing so. |
So you're basically saying that watchtowers only work for CLN, not LND? |
I beleive LND has their built-in 3rd party watchtower. The watchtower plugin (the one we are talking about in this thread) though only works for CLN. |
Interesting. I wonder if we could request that LND make the required interface public. |
No, that's certainly not what I'm saying. LND does has it's own watchtower, but it uses a private interface to interact with the node that third party software has no access to.
I've tried to talk them into it for years, but I encourage you to try. Maybe the more people requesting it the better. |
Is there an open LND GitHub issue detailing what is needed to make TEOS work with LND? |
I don't think there is, but I'm happy to open one at this point. |
Umbrel is what a lot of lightning node runners host their nodes on, because it has an easy to use interface and it's easy to install applications on.
Applications on Umbrel are like applications on an app store, and these applications can be any app you can think of, running inside a docker container, and has a web interface that is accessible from one's Umbrel endpoint.
There is a Core-Lightning (CLN) application available on Umbrel to run CLN nodes.
We can add the
watchtower-plugin
to Umbrel and integrate it with CLN.I think this could be done in one of two ways:
watchtower-plugin
.The text was updated successfully, but these errors were encountered: