2022-08-10 13:13:26 +00:00
|
|
|
manifestVersion: 1
|
|
|
|
id: lndboss
|
|
|
|
category: Lightning Node Management
|
|
|
|
name: LndBoss
|
2022-09-07 14:57:58 +00:00
|
|
|
version: "2.0.1"
|
2022-08-10 13:13:26 +00:00
|
|
|
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: ""
|
2022-09-07 14:57:58 +00:00
|
|
|
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
|