mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-13 03:40:42 +02:00
Update LndBoss to v2.16.0 (#367)
Signed-off-by: Nitesh Balusu <niteshbalusu@icloud.com>
This commit is contained in:
parent
8301d66984
commit
c009e1505c
@ -7,7 +7,7 @@ services:
|
|||||||
APP_PORT: 8055
|
APP_PORT: 8055
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: niteshbalusu/lndboss:v2.12.0@sha256:d1a0454d22123dd95c0b8887d9c557937ac006d77d87a0391a9b4dc27e93b0c9
|
image: niteshbalusu/lndboss:v2.16.0@sha256:5bd633f932484fbfd8737a9827f32b4c5d70d1bd04b49c11af2af5ba62e205b7
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: lndboss
|
id: lndboss
|
||||||
category: Lightning Node Management
|
category: Lightning Node Management
|
||||||
name: LndBoss
|
name: LndBoss
|
||||||
version: "2.12.0"
|
version: "2.16.0"
|
||||||
tagline: A GUI for BalanceOfSatoshis
|
tagline: A GUI for BalanceOfSatoshis
|
||||||
description: LndBoss is a GUI for BalanceOfSatoshis.
|
description: LndBoss is a GUI for BalanceOfSatoshis.
|
||||||
It is a tool that makes it easy to run your favorite
|
It is a tool that makes it easy to run your favorite
|
||||||
@ -25,13 +25,25 @@ path: ""
|
|||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
releaseNotes: >
|
releaseNotes: >
|
||||||
|
- 2.16.0 (2023-01-13)
|
||||||
|
Added bos encrypt command.
|
||||||
|
Added bos decrypt command.
|
||||||
|
Added bos invoice command.
|
||||||
|
Improved display output for rebalance, lnurl, pay, send and probe commands.
|
||||||
|
Bumped dependencies.
|
||||||
|
|
||||||
|
- 2.15.0 (2022-12-30)
|
||||||
|
Added quick tools page to create invoice, pay invoice, create onchain address and send onchain.
|
||||||
|
Fixed a bug where detailed balance is broken for balance command.
|
||||||
|
|
||||||
|
- 2.14.0 (2022-12-19)
|
||||||
|
Added bos clean-failed-payments command.
|
||||||
|
|
||||||
|
- 2.13.0 (2022-12-07)
|
||||||
|
Added bos utxos command.
|
||||||
|
Added date flag to accounting command for precision.
|
||||||
|
|
||||||
- 2.12.0 (2022-11-28)
|
- 2.12.0 (2022-11-28)
|
||||||
Added allow flag to create-channel-group command to determine order and allow list for joining group.
|
Added allow flag to create-channel-group command to determine order and allow list for joining group.
|
||||||
|
|
||||||
- 2.11.0 (2022-11-18)
|
|
||||||
Added avoid-high-fee-routes to rebalance to ignore route above max-fee-rate.
|
|
||||||
|
|
||||||
- 2.10.0 (2022-11-08)
|
|
||||||
Added a simple table on dashboard page that shows pending payments and channels.
|
|
||||||
submitter: Nitesh Balusu
|
submitter: Nitesh Balusu
|
||||||
submission: https://github.com/getumbrel/umbrel-apps/pull/65
|
submission: https://github.com/getumbrel/umbrel-apps/pull/65
|
||||||
|
Loading…
Reference in New Issue
Block a user