Browse Source

Update LndBoss to v2.0.1 (#136)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
Nitesh Balusu 2 years ago
committed by GitHub
parent
commit
01211369bf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lndboss/docker-compose.yml
  2. 47
      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:v1.16.4@sha256:45b963007dbe5d293a6aa3035fa7d79bd71048ef862d2edda1059d947b2e0000 image: niteshbalusu/lndboss:v2.0.1@sha256:197fc8c0314a82616b8256de849bfad7d958b0d54eea4e4c5cd163360a85c8bd
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
volumes: volumes:

47
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: "1.16.4" version: "2.0.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
@ -23,3 +23,48 @@ gallery:
path: "" path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: >
- 2.0.1 (2022-09-06)
Fixed a bug where cronjob schedule is not getting parsed
- 2.0.0 (2022-09-06)
Breaking change: Drop support for scheduled rebalances encoding in invoices and move to a JSON file in .bosgui directory.
- 1.25.0 (2022-09-02)
Support for peers and tags in rebalances
- 1.24.0 (2022-09-02)
Added ability to turn amboss health check and automated rebalancing from UI.
- 1.23.0 (2022-08-30)
Added month to date accounting on dashboard
Added copy to clipboard on dashboard and for chain-deposit command output
Fixed a bug which caused validation issues in call command
Fixed loading dialog timing issue on dashboard
- 1.22.0 (2022-08-28)
Added support for bos call command
- 1.21.1 (2022-08-24)
Fix npmignore file
- 1.21.0 (2022-08-24)
Added start and end flags to chart commands
Better connection check on dashboard
- 1.20.0 (2022-08-22)
Added support for bos lnurl command (auth, channel, pay, withdraw)
- 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
Loading…
Cancel
Save