igniter icon indicating copy to clipboard operation
igniter copied to clipboard

Improvment for umbrel installs in custom directories

Open guiand888 opened this issue 1 year ago • 1 comments

If user has Umbrel in a customer directory, the script will fail. Not a frequent occurence but this is an option in the Umbrel install script.

One workaround would be to:

  1. Check if docker is installed.
  2. Check if container named lightning_lnd_1 is running since this is a "signature" Umbrel container name for lnd.
  3. Run lncli with docker exec -i lightning_lnd_1 lncli instead

This also nulls the need to do a version check. The lnd container name has remained the same since inception.

guiand888 avatar Jul 01 '23 13:07 guiand888

@dsbaars do you still animate some RoF?

Been a while since I've had the chance to do it, would be nice to have someone competent review this nice little PR, but I don't feel like the right one to do it.

Thanks @guiand888!

RooSoft avatar Jul 10 '23 15:07 RooSoft