From 25e15fbeda6f092de1a62b96a079c2a0b1997676 Mon Sep 17 00:00:00 2001 From: arbadacarba <63317640+arbadacarbaYK@users.noreply.github.com> Date: Sat, 27 May 2023 11:50:04 +0200 Subject: [PATCH] Updated LNbits Extensions (markdown) --- LNbits-Extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LNbits-Extensions.md b/LNbits-Extensions.md index f2dd65c..417f3fd 100644 --- a/LNbits-Extensions.md +++ b/LNbits-Extensions.md @@ -16,7 +16,7 @@ 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 Citadel/Umbrel it is called docker-compose.yml. +On Citadel/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 form with it https://apps.umbrel.com/app/lnbits On MyNode after you activated the Admin-UI (in your case its in /mnt/hdd/mynode/lnbits/) you should be able to see your superuser-id in the logs at this url http://mynode.local/status or find it in your lnbits directory mentioned above. If start up messages have scrolled off, use http://mynode.local/apps and restart LNbits with ```sudo systemctl restart lnbits``` and you should be able to see what's happening in the log.