From affe0aab2eff7288b45a1efdb3777e2950a6c0b6 Mon Sep 17 00:00:00 2001 From: smolgrrr Date: Sat, 11 Nov 2023 07:52:01 +1100 Subject: [PATCH] Update lnbits to 0.11.1 (#822) Co-authored-by: nmfretz --- lnbits/docker-compose.yml | 2 +- lnbits/umbrel-app.yml | 25 +++++++++---------------- 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/lnbits/docker-compose.yml b/lnbits/docker-compose.yml index cc7646a..0ed1a7f 100644 --- a/lnbits/docker-compose.yml +++ b/lnbits/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" web: - image: lnbitsdocker/lnbits-legend:0.10.9@sha256:ec4d6055e1de1b340c66bb6b473635ade1e95b57a69e0cb6effe21af310385d6 + image: lnbitsdocker/lnbits-legend:0.11.1@sha256:d06358c87075e60e779af91f674622fcb7970224c1f17503b3ca454950711b71 init: true restart: on-failure stop_grace_period: 1m diff --git a/lnbits/umbrel-app.yml b/lnbits/umbrel-app.yml index f5403b4..df5fbb0 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.10.9" +version: "0.11.1" tagline: Multi-user wallet management system description: >- LNbits is a simple multi-user and account system for Lightning @@ -41,26 +41,19 @@ path: "" defaultUsername: "" deterministicPassword: true releaseNotes: >- - In this release, we introduce a whole suite of new security features to harden your LNbits instance. Our goal is to make these features - accessible and keep every instance as safe as possible to protect user funds from possible security breaches. + 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. - You will find a new Security panel in your Manage Server AdminUI that you can access as the super user. All features are opt-in and are also accessible via the LNbits API. + - 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. - The Security panel has six components: - - Server logs 📝 - - - IP blocker 🚫 - - - Rate limiter 🐌 - - - Security notifications 🔔 - - - Killswitch 🪓 - - - Watchdog 🐕 (coming soon) + 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. 📄 Full Release Notes and detailed information is available at: https://github.com/lnbits/lnbits/releases