Update lnbits to version v1.0.0 (#2540)

This commit is contained in:
Alexander L. 2025-04-22 15:10:13 +02:00 committed by GitHub
parent 1c588a939b
commit ae3f5466d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 22 additions and 5 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
web:
image: lnbits/lnbits:v0.12.12@sha256:739512d10c10535bdb53ab363640f02f95e3f857b64af401d48991d3cf2e43a8
image: lnbits/lnbits:v1.0.0@sha256:fc056ce8594e1f10b126829ac70e537f5d6939478dd17fc1b4c1a6c7237e9344
init: true
restart: on-failure
stop_grace_period: 1m
@ -32,4 +32,4 @@ services:
LNBITS_DEFAULT_WALLET_NAME: "LNbits wallet"
LNBITS_DISABLED_EXTENSIONS: "amilk"
LNBITS_ADMIN_EXTENSIONS: "ngrok"
LNBITS_ADMIN_UI: "true"
LNBITS_ADMIN_UI: "true"

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: lnbits
category: bitcoin
name: LNbits
version: "0.12.12"
version: "1.0.0"
tagline: Multi-user wallet management system
description: >-
LNbits is a simple multi-user and account system for Lightning
@ -28,9 +28,26 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
This is a bugfix release for LNbits.
⚠️ Please note that this is a major version update and may include breaking changes. Ensure to backup your data before upgrading.
You may need to clear your browser cache (local storage) after upgrading to see the new UI.
This major release brings significant improvements and new features to LNbits:
- LNbits now at v1.0.0 - the software is stable, hardened, and production-ready.
- Vue 3 migration - a complete frontend overhaul for performance and long-term maintainability.
- WebSocket payments - faster and more efficient, replacing older SSE and long-polling methods.
- New lnbits.sh install script - simplifies setup and local deployment.
- Access Control Lists (ACL) - token-based permissions for powerful role and scope control.
- Admin tools:
- Admin payments overview
- Toggle outgoing payments
- View payments from deleted wallets
- NWC (Nostr Wallet Connect) support
- Login with Nostr or OAuth - expanding integration and authentication options
Full release notes are available at https://github.com/lnbits/lnbits/releases
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/pull/372
submission: https://github.com/getumbrel/umbrel/pull/372