mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 03:10:42 +02:00
Update LNbits to v0.11.3 (#921)
This commit is contained in:
parent
8d8eb431a2
commit
d3c836cc26
@ -8,7 +8,7 @@ services:
|
||||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
web:
|
||||
image: lnbitsdocker/lnbits-legend:0.11.1@sha256:d06358c87075e60e779af91f674622fcb7970224c1f17503b3ca454950711b71
|
||||
image: lnbitsdocker/lnbits-legend:0.11.3@sha256:7c6ac2b3506c894c5a3f816a333fdfb2fcdd6ee0837285eb1d16297a88bbc70b
|
||||
init: true
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: lnbits
|
||||
category: bitcoin
|
||||
name: LNbits
|
||||
version: "0.11.1"
|
||||
version: "0.11.3"
|
||||
tagline: Multi-user wallet management system
|
||||
description: >-
|
||||
LNbits is a simple multi-user and account system for Lightning
|
||||
@ -41,21 +41,20 @@ path: ""
|
||||
defaultUsername: ""
|
||||
deterministicPassword: true
|
||||
releaseNotes: >-
|
||||
This release introduces the LNbits node manager which allows you to manage your Lightning channels directly from within your LNbits.
|
||||
The node manager works with Core Lightning and LND and we plan to add support for more Lightning backends soon. You can activate the node manager in your LNbits admin panel, which will allow you to:
|
||||
|
||||
- Manage your Lightning channels directly from within your LNbits.
|
||||
|
||||
- View the transaction history on your node to see a list of all incoming and outgoing payments
|
||||
|
||||
- Share a public node page with others who want to open a channel to your node.
|
||||
This release updates LNbits to 0.11.3, and includes various bug fixes, improvements, and new features.
|
||||
|
||||
|
||||
We have upgraded the API framework that we use in LNbits.
|
||||
That means that most extensions need to be update to work with this release.
|
||||
Please log in as an admin user and update your extensions to the latest version after upgrading your LNbits.
|
||||
- New service fee settings that lets you earn a transaction fee for all internal or external transaction on an LNbits instance.
|
||||
|
||||
- New funding source: Alby wallet
|
||||
|
||||
- Fiat balance in wallet
|
||||
|
||||
- LND REST bug fixes
|
||||
|
||||
- and more!
|
||||
|
||||
|
||||
|
||||
📄 Full Release Notes and detailed information is available at: https://github.com/lnbits/lnbits/releases
|
||||
submitter: Umbrel
|
||||
submission: https://github.com/getumbrel/umbrel/pull/372
|
||||
|
Loading…
Reference in New Issue
Block a user