Update LNbits to v0.9.4 (#159)

This commit is contained in:
Lounès Ksouri 2022-09-28 23:19:47 +02:00 committed by GitHub
parent fb3e468beb
commit 05889a5394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 4 deletions

View File

@ -7,8 +7,7 @@ services:
APP_PORT: $APP_LNBITS_PORT
PROXY_AUTH_ADD: "false"
web:
image: lnbitsdocker/lnbits-legend:0.8.0@sha256:3426e326bac347d09b4e018780cb1ecd8e5eac35851383d476076769ab4a9b2e
user: 1000:1000
image: lnbitsdocker/lnbits-legend:0.9.4@sha256:0dbcc5ad5c5d4439c4ee5148206ecd3fbc28422aec2847a3f17e968205dab68b
init: true
restart: on-failure
stop_grace_period: 1m

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: lnbits
category: Finance
name: LNbits
version: "0.8.0"
version: "0.9.4"
tagline: Multi-user wallet management system
description: >-
LNbits is a simple multi-user and account system for Lightning
@ -26,4 +26,12 @@ gallery:
- 3.jpg
path: ""
defaultUsername: ""
defaultPassword: ""
defaultPassword: ""
releaseNotes: >-
- New Boltcard extension: create and manage LNURL tap and pay NFC cards!
- New Invoices extension: creating formal invoices your goods/services!
- Updated Onchain Wallet extension: connect our new open-source hardware wallet over serial! More info on https://lnbits.github.io/hardware-wallet/installer/.
- More improvements to some extensions and bug fixes.