From 7e5d77c39dc47f603dab9a6a5deacc14ba31546e Mon Sep 17 00:00:00 2001 From: arbadacarba <63317640+arbadacarbaYK@users.noreply.github.com> Date: Mon, 19 Jun 2023 21:50:59 +0200 Subject: [PATCH] Updated LNbits Extensions (markdown) --- LNbits-Extensions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LNbits-Extensions.md b/LNbits-Extensions.md index f639172..90d9cb0 100644 --- a/LNbits-Extensions.md +++ b/LNbits-Extensions.md @@ -24,6 +24,8 @@ 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```. +On Start9 go to Properties, and open the Superuser URL from there. + 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. 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.