mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-27 02:02:14 +01:00
Updated LNbits Extensions (markdown)
parent
9c1930b668
commit
91e2a0bc88
@ -16,7 +16,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 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 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
|
||||
|
||||
On Citadel you can fetch it after restart with ```sudo docker restart lnbits-main-1 && sleep 3 && sudo docker logs --tail=100 lnbits-main-1```
|
||||
|
||||
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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user