Updated LNbits Extensions (markdown)

arbadacarba 2023-06-19 21:50:59 +02:00
parent d803b122da
commit 7e5d77c39d

@ -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.