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
parent
commit
c009e1505c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lndboss/docker-compose.yml
  2. 26
      lndboss/umbrel-app.yml

2
lndboss/docker-compose.yml

@ -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:

26
lndboss/umbrel-app.yml

@ -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.12.0 (2022-11-28) - 2.16.0 (2023-01-13)
Added allow flag to create-channel-group command to determine order and allow list for joining group. 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) - 2.14.0 (2022-12-19)
Added avoid-high-fee-routes to rebalance to ignore route above max-fee-rate. Added bos clean-failed-payments command.
- 2.10.0 (2022-11-08) - 2.13.0 (2022-12-07)
Added a simple table on dashboard page that shows pending payments and channels. 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 submitter: Nitesh Balusu
submission: https://github.com/getumbrel/umbrel-apps/pull/65 submission: https://github.com/getumbrel/umbrel-apps/pull/65

Loading…
Cancel
Save