Browse Source

Update lnbits app to baf3b76 (#884)

sphinx-relay-2.2.0
Luke Childs 3 years ago
committed by GitHub
parent
commit
5c25373e8a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/lnbits/docker-compose.yml
  2. 2
      apps/registry.json

2
apps/lnbits/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
web:
image: lnbitsdocker/lnbits:0a884e8@sha256:e4d1f0dc2da71aefa606c6e7426a5313741bc2d7980088445cff88135c39405c
image: lnbitsdocker/lnbits:baf3b76@sha256:9084ecf3aa0a7c4baf4e4b79f97d7643a690f9a42cbda57b7382e5889fda1d71
user: 1000:1000
init: true
restart: on-failure

2
apps/registry.json

@ -190,7 +190,7 @@
"id": "lnbits",
"category": "Lightning Node Management",
"name": "LNbits",
"version": "0a884e8",
"version": "baf3b76",
"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",

Loading…
Cancel
Save