Update LNbits to 0.12.10 #1358 (#1370)

Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
Mathieu 2024-09-03 14:02:48 +02:00 committed by GitHub
parent aee9fb0ef9
commit 6022091d69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 20 deletions

View File

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

View File

@ -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/<your-lnbits-password>'. Replace '<your-lnbits-password>' 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