cryptosharks131
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
lndg/docker-compose.yml
-
lndg/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: $APP_LNDG_PORT |
|
|
|
|
|
|
|
web: |
|
|
|
image: ghcr.io/cryptosharks131/lndg:v1.6.1@sha256:837ca98d5f7cfb960edb4037b9798311b49edd2d1945571dbbb7cb6c46ae5d76 |
|
|
|
image: ghcr.io/cryptosharks131/lndg:v1.6.4@sha256:953b17802d2ddcfa8839d9ee719b623e35d149c1c934b371aa02eb4328dafdc3 |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
init: true |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: lndg |
|
|
|
category: Lightning Node Management |
|
|
|
name: LNDg |
|
|
|
version: "1.6.1" |
|
|
|
version: "1.6.4" |
|
|
|
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, |
|
|
@ -32,7 +32,7 @@ releaseNotes: >- |
|
|
|
|
|
|
|
- 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 |
|
|
|
submitter: cryptosharks131 |
|
|
|