umbrel-apps/lndboss/umbrel-app.yml
Nitesh Balusu 01211369bf
Update LndBoss to v2.0.1 (#136)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
2022-09-07 15:57:58 +01:00

70 lines
2.1 KiB
YAML

manifestVersion: 1
id: lndboss
category: Lightning Node Management
name: LndBoss
version: "2.0.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
bos commands and helps manage your lightning node.
You can schedule jobs to automatically rebalance channels,
integration with amboss to post updates and much more.
developer: Nitesh Balusu
website: https://github.com/niteshbalusu11
dependencies:
- lightning
repo: https://github.com/niteshbalusu11/lndboss
support: https://t.me/lndboss
port: 8055
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
defaultUsername: ""
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