From 7fbaf593f7a0067134ffcb5057bbfd0123f73ca6 Mon Sep 17 00:00:00 2001 From: arbadacarba <63317640+arbadacarbaYK@users.noreply.github.com> Date: Tue, 13 Jun 2023 21:53:11 +0200 Subject: [PATCH] Updated LNbits Extensions (markdown) --- LNbits-Extensions.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/LNbits-Extensions.md b/LNbits-Extensions.md index 650ec84..f639172 100644 --- a/LNbits-Extensions.md +++ b/LNbits-Extensions.md @@ -17,7 +17,10 @@ To make use of all this we introduced a SuperUser, Admin-Users and plain Pleb ac The LNbits Admin UI lets you change LNbits settings via the LNbits frontend. It is disabled by default and the first time you set the enviroment variable ```LNBITS_ADMIN_UI=true``` in the .env the settings are initialized and saved to the database and will be used (as long the UI is enabled). You will find the .env file within your lnbits/ or lnbits/apps/data folder by extending the command to list files in your directory with ```ls -a``` (only ls is not enough to see systemfiles!) then open it with ```sudo nano lnbits.env```or whatever it is called in your implementation. On Umbrel it is called docker-compose.yml. -Umbrel has made it available in a special way, try this before messing with CLI if you are not firm with it https://apps.umbrel.com/app/lnbits +But Umbrel has made it available in a special way, try this before messing with CLI if you are not firm with it. +Copy your unique LNbits password from the LNbits' app store page https://apps.umbrel.com/app/lnbits +Access the Super Admin page of LNbits at 'umbrel.local:3007/uuidv4/'. Replace '' with the password you copied before. +You can now install and uninstall extensions from this page. On Citadel you can fetch it with ```sudo docker restart lnbits-main-1 && sleep 3 && sudo docker logs --tail=100 lnbits-main-1```.