forked from michael.heier/umbrel-apps
ea5469a1d3
Signed-off-by: Nitesh Balusu <niteshbalusu@icloud.com>
53 lines
1.7 KiB
YAML
53 lines
1.7 KiB
YAML
manifestVersion: 1
|
|
id: lndboss
|
|
category: Lightning Node Management
|
|
name: LndBoss
|
|
version: "2.17.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,
|
|
auto update fees based on policies, open balanced/group channels with other nodes,
|
|
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.17.1 (2023-02-14)
|
|
Fixed condition for auto-fees when outbound/capacity ratio is zero.
|
|
|
|
- 2.17.0 (2023-01-31)
|
|
Added avoid-high-fee-routes to probe command.
|
|
Added avoid high-fee-routes to pay command.
|
|
Added avoid high-fee-routes to send command.
|
|
Added support for calling acceptsChannelOpen, connectPeer, findKey and getNetwork to call command.
|
|
|
|
- 2.16.0 (2023-01-13)
|
|
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.14.0 (2022-12-19)
|
|
Added bos clean-failed-payments command.
|
|
|
|
submitter: Nitesh Balusu
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/65
|