k9ert
k9ert
I've a similiar issue but probably a little bit more complicated setup: I'm trying to run lnd and lncli-web in docker. So here are some questions which might also help...
Great, i have it working. The solution was simple but i couldn't see the forest because of too many trees. `tlsextraip=` is imho misleading here. We can't use the lnd-certificate...
Unfortunately it's not finished. Replacing the subject with alice results in a problem if you want to use the lncli from within the lnd-container. So what's needed here would be...
I've solved this. The problem with some investigation and the solution is here: https://gist.github.com/k9ert/9f549ea46b3b70b6cbcd4c1abac27d8c In short: `subjectAltName=DNS:localhost,DNS:${LND_OWNER}`
What's blocking this now? Would be cool to accept that PR! Anything which can be done here?!
To be honest, i don't know yet. One the one hand side, this is not much different than an integration with the node-providers (umbrel/rapsiblitz/...). It's also for now not addressing...
The default docker-container from @nolim1t is used. Here is a commit with the last update: https://github.com/getumbrel/umbrel/commit/da9e7acf3fe3e16c9d5a24350ac9d505e9d3111b Seems like some people took care of that. Last time it was @louneskmt
There are definitely more reasons than this to override rthooks. I just figured out about it in https://github.com/pyinstaller/pyinstaller/issues/6537 in order to find a workaround for an issue in an existing...
There is a difference between a solution and a workaround. A solution is by definition always better than a workaround however, if that solution tends to take longer (better solutions...
In the current state the application is not very testable. I tried to create tests but creating the app-for testing purposes is quite difficult, mainly because of: https://github.com/justinmoon/junction/blob/master/ui.py#L11 Although Unittests...