umbrel-lightning icon indicating copy to clipboard operation
umbrel-lightning copied to clipboard

Implement auto-unlock functionality

Open nolim1t opened this issue 4 years ago • 3 comments

Theres a new feature which i mentioned in getumbrel/umbrel#838 which lets you unlock through LND

It requires the following configuration settings to be added

wallet-unlock-password-file=/path/to/passwordfile
wallet-unlock-allow-create=true

nolim1t avatar Jul 20 '21 07:07 nolim1t

I implemented everything of that in https://github.com/runcitadel/, https://github.com/runcitadel/middleware/blob/main/services/lnd.ts might be interesting for Umbrel to implement the new state service in Umbrel too.

AaronDewes avatar Jul 24 '21 16:07 AaronDewes

Referencing https://github.com/getumbrel/umbrel-manager/pull/85 as this slightly changed the lock logic.

nolim1t avatar Aug 13 '21 07:08 nolim1t

if we can make the setting in https://github.com/lukechilds/umbrel-manager/blob/6b668eb20e586a8d88841f5c044cfb8a39fdf0d5/utils/const.js generate an "unlock file" it might be fix a lot of things

nolim1t avatar Aug 13 '21 07:08 nolim1t