mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-13 03:40:42 +02:00
Update LNDg to v1.5.0 (#361)
This commit is contained in:
parent
048b937ebd
commit
a7c062fd64
@ -7,7 +7,7 @@ services:
|
|||||||
APP_PORT: $APP_LNDG_PORT
|
APP_PORT: $APP_LNDG_PORT
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: ghcr.io/cryptosharks131/lndg:v1.4.0@sha256:9b97efa9a4329a4fdaf2025124433b40eb329526e13c73180c472de26bfd43df
|
image: ghcr.io/cryptosharks131/lndg:v1.5.0@sha256:5adb0bace9086468542fe8ecf7c971fc47c94b0da6b491b0eb856f3d854c86ba
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
init: true
|
init: true
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: lndg
|
id: lndg
|
||||||
category: Lightning Node Management
|
category: Lightning Node Management
|
||||||
name: LNDg
|
name: LNDg
|
||||||
version: "1.4.0"
|
version: "1.5.0"
|
||||||
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,
|
||||||
@ -22,18 +22,16 @@ path: ""
|
|||||||
defaultUsername: lndg-admin
|
defaultUsername: lndg-admin
|
||||||
deterministicPassword: true
|
deterministicPassword: true
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
- Additional failed HTLC filter by channel id (click on the alias by in/out)
|
- Async rebalancing - add additional AR workers from the advanced settings page
|
||||||
|
|
||||||
- The AP and AF logs can now be filtered by clicking on an alias name
|
- Simple front-end table sorting and basic dark mode toggle
|
||||||
|
|
||||||
- Auto-adjusting AR target (decrease when potential MPP or failure, increase when successful)
|
- Short channel ids are displayed for the nodes channel objects
|
||||||
|
|
||||||
- Increasing rapid fire amounts and final rapid fire attempts decreasing until amount too small
|
- Peer events are now tracked including connection times and fee policy changes
|
||||||
|
|
||||||
- Dashboard (only) page refresh every 21 min
|
- The channel policy update form has been removed from the bottom of the home dashboard
|
||||||
|
|
||||||
- Record closing costs for all closures (migrated data to closures table)
|
- And more... Full details can be found here: https://github.com/cryptosharks131/lndg/releases/tag/v1.5.0
|
||||||
|
|
||||||
- And more... Full details can be found here: https://github.com/cryptosharks131/lndg/releases/tag/v1.4.0
|
|
||||||
submitter: cryptosharks131
|
submitter: cryptosharks131
|
||||||
submission: https://github.com/getumbrel/umbrel/pull/1189
|
submission: https://github.com/getumbrel/umbrel/pull/1189
|
||||||
|
Loading…
Reference in New Issue
Block a user