Nathan Fretz
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
8 additions and
8 deletions
-
lnbits/docker-compose.yml
-
lnbits/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_ADD: "false" |
|
|
|
|
|
|
|
web: |
|
|
|
image: lnbits/lnbits:v0.12.11@sha256:1728dd2d16857365f134fe07f9f9a0274f8d54a722b1374bbf7a399551b5e38b |
|
|
|
image: lnbits/lnbits:v0.12.12@sha256:739512d10c10535bdb53ab363640f02f95e3f857b64af401d48991d3cf2e43a8 |
|
|
|
init: true |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: lnbits |
|
|
|
category: bitcoin |
|
|
|
name: LNbits |
|
|
|
version: "0.12.11" |
|
|
|
version: "0.12.12" |
|
|
|
tagline: Multi-user wallet management system |
|
|
|
description: >- |
|
|
|
LNbits is a simple multi-user and account system for Lightning |
|
|
@ -28,7 +28,7 @@ path: "" |
|
|
|
defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
releaseNotes: >- |
|
|
|
This release includes UI improvements such as a lovely new gradient option, as well as several bug fixes. |
|
|
|
This is a bugfix release for LNbits. |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are available at https://github.com/lnbits/lnbits/releases |
|
|
|