Browse Source

Update LNDg to v1.7.0 (#660)

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

2
lndg/docker-compose.yml

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

16
lndg/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: lndg
category: bitcoin
name: LNDg
version: "1.6.4"
version: "1.7.0"
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,
@ -22,18 +22,18 @@ path: ""
defaultUsername: lndg-admin
deterministicPassword: true
releaseNotes: >-
- Updated and improved UI theme
- Updated dashboard to reduce load times
- Bump unconfirmed transactions from /balances
- Updated AutoFee logic and added two new variables
- Downstream HTLC recording and aggregration
- Legacy address generation and view previous addresses
- Greatly improved loading time of the /rebalancing page
- New chart added to P&L page
- Removes all failed HTLCs greater than 30 days old
- Operator notes for any channel
- Additional fixes included in v1.6.4
- Estimate a fee bump or broadcast a raw tx
- 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.7.0
submitter: cryptosharks131
submission: https://github.com/getumbrel/umbrel/pull/1189

Loading…
Cancel
Save