Open mariocynicys opened 1 year ago
I think this is a great idea. I'd link it to the SoB project about building the GUI for teos
, they may get along well.
Related to #192
Hi @sr-gi , Are there any specific design guidelines or requirements for creating a new app or modifying an existing one on Umbrel that I should be aware of before proceeding?
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.
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?
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.
So you're basically saying that watchtowers only work for CLN, not LND?
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.
Interesting. I wonder if we could request that LND make the required interface public.
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?
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
.