raspiblitz / raspiblitz-web

A mobile-first responsive Web UI for the RaspiBlitz
MIT License
61 stars 21 forks source link

RaspiBlitz: 1.9.0 WebUI: 1.1.0 LNBits does not give me an option to install an extension #631

Closed jalbstmeijer closed 1 year ago

jalbstmeijer commented 1 year ago

LNBits 10.6 is installed. But within LNBits I don't seem to be able to install an extention, See screenshot. extention

jalbstmeijer commented 1 year ago

you need to be admin/superuser for that it seems:

https://docs.lnbits.org/guide/admin_ui.html

echo "LNBITS_ADMIN_UI=true" >> /home/lnbits/lnbits/.env

sudo systemctl restart lnbits

cat /home/lnbits/lnbits/.super_user

https://xxx:5001/wallet?usr=admin_id

cstenglein commented 1 year ago

Thanks for providing a solution to your problem @jalbstmeijer :)

This is the repo for the webui. Looks like it's an issue for the base system, which is located here: https://github.com/raspiblitz/raspiblitz

I created an issue there, you can find it here: https://github.com/raspiblitz/raspiblitz/issues/3991

Closing this one.