From 3af7bc5c447deb98ffa281441f2317085e1cdbe0 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Fri, 23 Apr 2021 01:51:45 +0700 Subject: [PATCH] Update lnbits app to 7134821 (#733) --- 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 aedd2ba..f57c197 100644 --- a/apps/lnbits/docker-compose.yml +++ b/apps/lnbits/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: web: - image: louneskmt/lnbits:8188ae0@sha256:191b1696e8a532dfd94f982cd8249e7896dfd69c25fbe0a8437b0d08795670ef + image: lnbitsdocker/lnbits:7134821@sha256:c5e58fa94e01180a9c538b0d5a66dc9824c900c6671e8c5ede9adb270d885579 user: 1000:1000 init: true restart: on-failure diff --git a/apps/registry.json b/apps/registry.json index 80a639a..a3bb3e9 100644 --- a/apps/registry.json +++ b/apps/registry.json @@ -190,7 +190,7 @@ "id": "lnbits", "category": "Lightning Node Management", "name": "LNbits", - "version": "8188ae0", + "version": "7134821", "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",