From 57ca0713636af808d3a51bffd570386b1a3e3553 Mon Sep 17 00:00:00 2001 From: arbadacarba <63317640+arbadacarbaYK@users.noreply.github.com> Date: Fri, 21 Apr 2023 00:42:08 +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 176edf1..7ff8c9f 100644 --- a/LNbits-Extensions.md +++ b/LNbits-Extensions.md @@ -19,7 +19,7 @@ On Citadel/Umbrel it is called docker-compose.yml. On MyNode after you activated the Admin-UI you should be able to see your superuser-id in the logs at this url http://mynode.local/status or find it in you lnbits directory as 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. -From there on the settings from the database instead those of the .env file are used. If you want to return to those settings you can just set LNBITS_ADMIN_UI=false and restart LNbits to take the .env again. +From there on the settings from the database instead those of the .env file are used. If you want to return to those settings you can just set ```LNBITS_ADMIN_UI=false``` and restart LNbits to take the .env again. On restart of LNbits you will find the link to the superuser-AdminUI in your terminal. Save if good and never share it. See [this guide to become admin and define who is allowed to add which extensions](https://gist.github.com/callebtc/61417cce47ff00a8ed4d19c45f1ff10f). Demo video on [how to install and activate a new extension](https://www.youtube.com/watch?v=98VYC99s770) or [read here](https://github.com/lnbits/lnbits/blob/main/docs/guide/extension-install.md#install-new-extension). When the AdminUI is opened we can move on.