Browse Source

Update LNDg to v1.6.4 (#492)

main
cryptosharks131 2 years ago
committed by GitHub
parent
commit
1de3ce3b2d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lndg/docker-compose.yml
  2. 4
      lndg/umbrel-app.yml

2
lndg/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: $APP_LNDG_PORT APP_PORT: $APP_LNDG_PORT
web: web:
image: ghcr.io/cryptosharks131/lndg:v1.6.1@sha256:837ca98d5f7cfb960edb4037b9798311b49edd2d1945571dbbb7cb6c46ae5d76 image: ghcr.io/cryptosharks131/lndg:v1.6.4@sha256:953b17802d2ddcfa8839d9ee719b623e35d149c1c934b371aa02eb4328dafdc3
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
init: true init: true

4
lndg/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: lndg id: lndg
category: Lightning Node Management category: Lightning Node Management
name: LNDg name: LNDg
version: "1.6.1" version: "1.6.4"
tagline: Analyze and automate your Lightning node management tagline: Analyze and automate your Lightning node management
description: LNDg is your command center for running a profitable and efficient description: LNDg is your command center for running a profitable and efficient
routing node. From quickly viewing your node's health, automated rebalancing, routing node. From quickly viewing your node's health, automated rebalancing,
@ -32,7 +32,7 @@ releaseNotes: >-
- Removes all failed HTLCs greater than 30 days old - Removes all failed HTLCs greater than 30 days old
- Additional fixes included in v1.6.1 - Additional fixes included in v1.6.4
- And more... Full details can be found here: https://github.com/cryptosharks131/lndg/releases/tag/v1.6.0 - And more... Full details can be found here: https://github.com/cryptosharks131/lndg/releases/tag/v1.6.0
submitter: cryptosharks131 submitter: cryptosharks131

Loading…
Cancel
Save