umbrel-apps/torq/umbrel-app.yml

95 lines
2.5 KiB
YAML
Raw Normal View History

manifestVersion: 1
id: torq
category: bitcoin
name: Torq
2024-02-05 20:31:17 +00:00
version: "v1.5.1"
2023-06-22 17:32:08 +00:00
tagline: Scalable Node Management Software
description: >-
2023-06-22 17:32:08 +00:00
Operating a Lightning node requires a lot of work. You need to monitor your channels, rebalance them, keep track of your fees and much more.
2023-06-22 17:32:08 +00:00
With Torq, you can collect and analyze your data with increasingly advanced tools.
2022-12-14 18:38:55 +00:00
Features:
2022-12-14 18:38:55 +00:00
2023-08-02 21:58:52 +00:00
- Advanced decision engine for automation. Create your own logic visually through workflows.
2023-09-13 18:06:06 +00:00
- Notifications via Telegram, Discord and Slack (with advanced logic and templating)
2022-12-14 18:38:55 +00:00
2023-08-02 21:58:52 +00:00
- Fast even with more than 1000 channels.
2023-06-22 17:32:08 +00:00
- Advanced charts and visualizations of aggregated forwarding statistics
2022-12-14 18:38:55 +00:00
2023-06-22 17:32:08 +00:00
- Manage multiple nodes at once.
2022-12-14 18:38:55 +00:00
- Filter, sort and group data
2022-12-14 18:38:55 +00:00
2023-09-13 18:06:06 +00:00
- Stores all events from your node including HTLC events, fee rate changes and channel enable/disable events
- Store custom table views configurations for quickly finding the right information
2022-12-14 18:38:55 +00:00
- Fetch and analyse data from any point in time
2022-12-14 18:38:55 +00:00
- Navigate through time (days, weeks, months) to track your progress
2023-01-23 20:09:18 +00:00
2023-01-15 01:23:34 +00:00
- Tag channels and nodes with custom labels (Exchange, Routing node, Sink, Source, or anything else)
2023-06-22 17:32:08 +00:00
2023-01-15 01:23:34 +00:00
2023-09-13 18:06:06 +00:00
developer: Torq
website: https://torq.co
dependencies:
- lightning
repo: ""
support: https://github.com/lncapital/torq/issues/new
port: 7028
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
- 4.jpg
- 5.jpg
releaseNotes: >-
2023-08-04 23:25:35 +00:00
2024-02-05 20:31:17 +00:00
Torq v.1.5.1:
2023-06-22 17:32:08 +00:00
2024-02-05 20:31:17 +00:00
Release notes:
- CLN v23.11+ is required (pagination)
- Integration with Kraken
- New workflow triggers: Invoice, Forward, Payment, Transaction (on-chain)
- New workflow filters: Mempool, Exchange (Kraken) balance
- New workflow action: Payment Attempt (experimental: tries to find a route to pay an exchange invoice)
- New variables in workflow actions: API client, notification
- Replace intercom with chatwoot
- Small changes to rebalancer + new metrics and logs
- Timelock Delta in seconds on list screens
- Update of packages
2023-11-10 18:40:08 +00:00
2024-02-05 20:31:17 +00:00
Notes:
2024-02-05 20:31:17 +00:00
- This release contains a large set of database updates. So the migration might take some time depending on the
hardware and stored data. Please create a backup before updating, there is no automatic rollback process other
then a database restore from before the migration.
2024-02-05 20:31:17 +00:00
- This release (re)imports CLN data so it might take some time to get all data fetched from your CLN node.
(No impact to LND nodes)
2023-10-10 19:13:37 +00:00
path: ""
defaultUsername: ""
2023-02-13 22:42:08 +00:00
deterministicPassword: false
2023-09-13 18:06:06 +00:00
submitter: Torq
2023-06-07 18:21:19 +00:00
submission: https://github.com/getumbrel/umbrel-apps/pull/549