Browse Source

Update LndBoss to v2.8.1 (#220)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
Nitesh Balusu 2 years ago
committed by GitHub
parent
commit
1378d7daef
  1. 2
      lndboss/docker-compose.yml
  2. 67
      lndboss/umbrel-app.yml

2
lndboss/docker-compose.yml

@ -6,7 +6,7 @@ services:
APP_HOST: $APP_LNDBOSS_IP APP_HOST: $APP_LNDBOSS_IP
APP_PORT: $APP_LNDBOSS_PORT APP_PORT: $APP_LNDBOSS_PORT
web: web:
image: niteshbalusu/lndboss:v2.0.1@sha256:197fc8c0314a82616b8256de849bfad7d958b0d54eea4e4c5cd163360a85c8bd image: niteshbalusu/lndboss:v2.8.1@sha256:2d666140498118990763713f1222839a9bd018e0eae1c6f86aa273f9e36f94be
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
volumes: volumes:

67
lndboss/umbrel-app.yml

@ -2,12 +2,13 @@ manifestVersion: 1
id: lndboss id: lndboss
category: Lightning Node Management category: Lightning Node Management
name: LndBoss name: LndBoss
version: "2.0.1" version: "2.8.1"
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
bos commands and helps manage your lightning node. bos commands and helps manage your lightning node.
You can schedule jobs to automatically rebalance channels, You can schedule jobs to automatically rebalance channels,
auto update fees based on policies, open balanced/group channels with other nodes,
integration with amboss to post updates and much more. integration with amboss to post updates and much more.
developer: Nitesh Balusu developer: Nitesh Balusu
website: https://github.com/niteshbalusu11 website: https://github.com/niteshbalusu11
@ -24,49 +25,41 @@ path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: > releaseNotes: >
- 2.0.1 (2022-09-06) - 2.8.1 (2022-10-25)
Fixed a bug where cronjob schedule is not getting parsed Added support for auto fee policy based on channel inactivity periods.
Fixed positioning of inactivity period of fees scheduler page.
- 2.0.0 (2022-09-06) - 2.7.1 (2022-10-23)
Breaking change: Drop support for scheduled rebalances encoding in invoices and move to a JSON file in .bosgui directory. Fixed a bug where fee policy updates don't work for new channels.
- 1.25.0 (2022-09-02) - 2.7.0 (2022-10-11)
Support for peers and tags in rebalances Added support for bos create-group-channel
Added support for bos join-group-channel
Bump dependencies
- 1.24.0 (2022-09-02) - 2.6.0 (2022-10-06)
Added ability to turn amboss health check and automated rebalancing from UI. Add openChannel, closeChannel and sendToChainAddress to call command.
Fixed a bug where numbers and boolean types were not getting converted.
- 1.23.0 (2022-08-30) - 2.5.0 (2022-10-05)
Added month to date accounting on dashboard Added filter variable BLOCKS_SINCE_LAST_CHANNEL in peers command.
Added copy to clipboard on dashboard and for chain-deposit command output Added support for tags in bos forwards command.
Fixed a bug which caused validation issues in call command Bumps several dependencies.
Fixed loading dialog timing issue on dashboard
- 1.22.0 (2022-08-28) - 2.4.0 (2022-10-04)
Added support for bos call command Added support for scheduling automated fee/channel policies based on conditions.
Fixed tags command client page.
Fixed error messages on dashboard page.
- 1.21.1 (2022-08-24) - 2.3.0 (2022-09-23)
Fix npmignore file Added support for bos fees command
Bump dependencies
- 1.21.0 (2022-08-24) - 2.2.0 (2022-09-19)
Added start and end flags to chart commands Added for and query flags for chart-payments-received command
Better connection check on dashboard Change password validation requirements to only support length of 10 characters
- 1.20.0 (2022-08-22) - 2.1.0 (2022-09-16)
Added support for bos lnurl command (auth, channel, pay, withdraw) Support for bos open command for batch open and zero conf channels
- 1.19.0 (2022-08-19)
Added support for bos pay command
Fixed bug for auto rebalance parsing.
- 1.18.0 (2022-08-15)
Added support for a dashboard page to view node and accounting summary.
Removed react-jss and strip-ansi dependencies.
- 1.17.2 (2022-08-08)
Added support for graph summary for bos graph command.
- 1.17.0 (2022-08-08)
Added support for bos graph command
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