Browse Source
Update LndBoss to v2.16.0 (#367)
Signed-off-by: Nitesh Balusu <niteshbalusu@icloud.com>
main
Nitesh Balusu
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
20 additions and
8 deletions
-
lndboss/docker-compose.yml
-
lndboss/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 8055 |
|
|
|
|
|
|
|
web: |
|
|
|
image: niteshbalusu/lndboss:v2.12.0@sha256:d1a0454d22123dd95c0b8887d9c557937ac006d77d87a0391a9b4dc27e93b0c9 |
|
|
|
image: niteshbalusu/lndboss:v2.16.0@sha256:5bd633f932484fbfd8737a9827f32b4c5d70d1bd04b49c11af2af5ba62e205b7 |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
volumes: |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: lndboss |
|
|
|
category: Lightning Node Management |
|
|
|
name: LndBoss |
|
|
|
version: "2.12.0" |
|
|
|
version: "2.16.0" |
|
|
|
tagline: A GUI for BalanceOfSatoshis |
|
|
|
description: LndBoss is a GUI for BalanceOfSatoshis. |
|
|
|
It is a tool that makes it easy to run your favorite |
|
|
@ -25,13 +25,25 @@ path: "" |
|
|
|
defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
releaseNotes: > |
|
|
|
- 2.12.0 (2022-11-28) |
|
|
|
Added allow flag to create-channel-group command to determine order and allow list for joining group. |
|
|
|
- 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.11.0 (2022-11-18) |
|
|
|
Added avoid-high-fee-routes to rebalance to ignore route above max-fee-rate. |
|
|
|
- 2.14.0 (2022-12-19) |
|
|
|
Added bos clean-failed-payments command. |
|
|
|
|
|
|
|
- 2.10.0 (2022-11-08) |
|
|
|
Added a simple table on dashboard page that shows pending payments and channels. |
|
|
|
- 2.13.0 (2022-12-07) |
|
|
|
Added bos utxos command. |
|
|
|
Added date flag to accounting command for precision. |
|
|
|
|
|
|
|
- 2.12.0 (2022-11-28) |
|
|
|
Added allow flag to create-channel-group command to determine order and allow list for joining group. |
|
|
|
submitter: Nitesh Balusu |
|
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/65 |
|
|
|