Browse Source
Update LNDg to v1.3.1 (#127)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
cryptosharks131
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
7 additions and
2 deletions
-
lndg/docker-compose.yml
-
lndg/umbrel-app.yml
|
|
@ -7,9 +7,10 @@ services: |
|
|
|
APP_PORT: $APP_LNDG_PORT |
|
|
|
|
|
|
|
web: |
|
|
|
image: ghcr.io/cryptosharks131/lndg:v1.2.1@sha256:4c06dcf97b0b80324d775acdb6272a12559fbb318fe7b0fb4549e29dd0b2a7a5 |
|
|
|
image: ghcr.io/cryptosharks131/lndg:v1.3.1@sha256:b412bc37b6ed07c3c0335fedf409699ce019a928e69a3f6e7af9ffc8adcfcf99 |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
init: true |
|
|
|
volumes: |
|
|
|
- ${APP_LIGHTNING_NODE_DATA_DIR}:/root/.lnd:ro |
|
|
|
- ${APP_DATA_DIR}:/lndg/data |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: lndg |
|
|
|
category: Lightning Node Management |
|
|
|
name: LNDg |
|
|
|
version: "1.2.1" |
|
|
|
version: "1.3.1" |
|
|
|
tagline: Analyze and automate your Lightning node management |
|
|
|
description: LNDg is your command center for running a profitable and efficient |
|
|
|
routing node. From quickly viewing your node's health, automated rebalancing, |
|
|
@ -21,3 +21,7 @@ gallery: |
|
|
|
path: "" |
|
|
|
defaultUsername: lndg-admin |
|
|
|
deterministicPassword: true |
|
|
|
releaseNotes: >- |
|
|
|
Address an issue with unknown channels and calculating close fees |
|
|
|
|
|
|
|
Fixes an issue in the peer reconnection timer if the connect request results in an error |
|
|
|