From 64d6d86e5222fb0c0c684deb764745c5a22b9574 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 22 Jun 2021 19:38:47 +0700 Subject: [PATCH] Update lnbits app to 0a884e8 --- apps/lnbits/docker-compose.yml | 2 +- apps/registry.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/lnbits/docker-compose.yml b/apps/lnbits/docker-compose.yml index 56ecbce..9c4f341 100644 --- a/apps/lnbits/docker-compose.yml +++ b/apps/lnbits/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: web: - image: lnbitsdocker/lnbits:558f3ac@sha256:edff8ce0073d165e4db85cb5c3c96e7beb863b89a5f608f1951f3a6928d915d3 + image: lnbitsdocker/lnbits:0a884e8@sha256:e4d1f0dc2da71aefa606c6e7426a5313741bc2d7980088445cff88135c39405c user: 1000:1000 init: true restart: on-failure diff --git a/apps/registry.json b/apps/registry.json index d7cc15d..f525f75 100644 --- a/apps/registry.json +++ b/apps/registry.json @@ -190,7 +190,7 @@ "id": "lnbits", "category": "Lightning Node Management", "name": "LNbits", - "version": "558f3ac", + "version": "0a884e8", "tagline": "Multi-user wallet management system", "description": "LNbits is a simple multi-user and account system for Lightning Network that can be used for creating separate Lightning wallets for friends and family members. You can also create multiple accounts for yourself to mitigate the risk of exposing applications to your full balance via unique API keys for each wallet.\n\nLNbits 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.", "developer": "LNbits",