diff --git a/lnbits/docker-compose.yml b/lnbits/docker-compose.yml index e51a96c8..b5bd94f6 100644 --- a/lnbits/docker-compose.yml +++ b/lnbits/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" web: - image: lnbits/lnbits:0.12.2@sha256:ce11b1127ab9a6314ed5a57792dcd938ee189c2f549888f6cdda21a181a12fc9 + image: lnbits/lnbits:0.12.10@sha256:7baf6f5bc78707f9923968b8f5ec9142cb589841e2b58736dbf96585531941e0 init: true restart: on-failure stop_grace_period: 1m @@ -33,4 +33,3 @@ services: LNBITS_DISABLED_EXTENSIONS: "amilk" LNBITS_ADMIN_EXTENSIONS: "ngrok" LNBITS_ADMIN_UI: "true" - SUPER_USER: "$APP_PASSWORD" diff --git a/lnbits/umbrel-app.yml b/lnbits/umbrel-app.yml index 6bf2374d..70e3d7a1 100644 --- a/lnbits/umbrel-app.yml +++ b/lnbits/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: lnbits category: bitcoin name: LNbits -version: "0.12.2" +version: "0.12.10" tagline: Multi-user wallet management system description: >- LNbits is a simple multi-user and account system for Lightning @@ -13,19 +13,6 @@ description: >- LNbits is packaged with tools to help manage funds, such as a table of transactions, line chart of spending, export to CSV, and more to come. It provides an extendable platform for expanding Lightning Network functionality via LNbits extension framework, and can also be used as a fallback wallet for the LNURL scheme. - - - 🔧 Extension Management - - - Follow these steps to install extensions: - - - 1. Copy your unique LNbits password from the LNbits' app store page on your Umbrel: 'umbrel.local/app-store/lnbits'. - - 2. Access the Super Admin page of LNbits at 'umbrel.local:3007/uuidv4/'. Replace '' with the password you copied before. - - 3. You can now install and uninstall extensions from this page. developer: LNbits website: https://github.com/lnbits/lnbits-legend dependencies: @@ -39,14 +26,16 @@ gallery: - 3.jpg path: "" defaultUsername: "" -deterministicPassword: true +defaultPassword: "" releaseNotes: >- - ⚠️ Reminder that the previous update included a new login flow for LNBits - make a note of previously used wallet URLs and user IDs. + 🚨 Reminder that legacy LNbits users (users who first installed a version of LNbits lower than v0.12.2) can access their existing superuser account by logging in to LNbits using the user ID from their legacy admin account. + As of LNbits v0.12.2 on umbrelOS (previous update), a fresh install of LNbits walks the user through creating a superuser account. - This is a minor release that includes bug fixes and improvements. + This release updates the LNbits app on umbrelOS from version 0.12.2 to 0.12.10. + It includes numerous bug fixes and improvements, along with a new user manager for easily monitoring users and wallets on the server. - 📄 Full Release Notes and detailed information is available at https://github.com/lnbits/lnbits/releases + Full release notes are available at https://github.com/lnbits/lnbits/releases submitter: Umbrel submission: https://github.com/getumbrel/umbrel/pull/372