Browse Source
Update LndBoss to 2.17.1 (#416)
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
11 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.16.0@sha256:5bd633f932484fbfd8737a9827f32b4c5d70d1bd04b49c11af2af5ba62e205b7 |
|
|
|
image: niteshbalusu/lndboss:v2.17.1@sha256:6147ffe8870ee23784af83afe33b142fbe310166dff2042d386f30747b9d3d2f |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
volumes: |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: lndboss |
|
|
|
category: Lightning Node Management |
|
|
|
name: LndBoss |
|
|
|
version: "2.16.0" |
|
|
|
version: "2.17.1" |
|
|
|
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,6 +25,15 @@ path: "" |
|
|
|
defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
releaseNotes: > |
|
|
|
- 2.17.1 (2023-02-14) |
|
|
|
Fixed condition for auto-fees when outbound/capacity ratio is zero. |
|
|
|
|
|
|
|
- 2.17.0 (2023-01-31) |
|
|
|
Added avoid-high-fee-routes to probe command. |
|
|
|
Added avoid high-fee-routes to pay command. |
|
|
|
Added avoid high-fee-routes to send command. |
|
|
|
Added support for calling acceptsChannelOpen, connectPeer, findKey and getNetwork to call command. |
|
|
|
|
|
|
|
- 2.16.0 (2023-01-13) |
|
|
|
Added bos encrypt command. |
|
|
|
Added bos decrypt command. |
|
|
@ -39,11 +48,5 @@ releaseNotes: > |
|
|
|
- 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) |
|
|
|
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 |
|
|
|