umbrel-apps/torq/umbrel-app.yml

107 lines
4.3 KiB
YAML
Raw Normal View History

manifestVersion: 1
id: torq
category: bitcoin
name: Torq
2023-08-04 23:25:35 +00:00
version: "v1.0.11"
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.
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
- See the channel balance (inbound/outbound capacity) over time
- Manage multiple nodes at once.
2022-12-14 18:38:55 +00:00
- Stores all events from your node including HTLC events, fee rate changes and channel enable/disable events
2022-12-14 18:38:55 +00:00
- Filter, sort and group data
2022-12-14 18:38:55 +00:00
- 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
developer: LN Capital
website: https://ln.capital
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-06-07 18:21:19 +00:00
2023-08-04 23:25:35 +00:00
Torq v1.0.11
Bug fixes:
- Fixes issue where creation of new tags overwrote existing tags.
2023-08-02 21:58:52 +00:00
Torq v1.0.10
New:
- Connections status: Provides insight into the internals of Torq. (People often ask if there is a way to see if it's still importing data; well, now you can!)
- LND: Select an outbound channel for payment
- Keep historic information about tagging/untagging
- Manually request a channel from an LSP that is following the LSP channel request specification (i.e. Deezy)
- HTLC information in Open Channels
- Quick filter with fuzzy search on listing screens
- Mempool API integration for fee recommendations
New HTLC Firewall workflows:
- You can create one or more workflows to firewall/drop HTLCs. (i.e. block any HTLC coming from peer1 going to peer2 below a certain amount. Or block any HTLC if the amount of pending HTLC for a peer is above a certain amount)
- New HTLC Firewall Related workflow nodes:
- HTLC Intercepted (Trigger): Every HTLC will trigger the workflow when HTLC interceptor is enabled in the node's settings
- HTLC Event (Data Source): Starting point for the HTLC Firewall workflow
- HTLC Filter (Filter): Allows you to filter base on the HTLC's incoming and/or outgoing amount
- HTLC Channel Split (Filter): This splits the flow and you can chose to continue with either the incoming channel or outgoing channel from the HTLC
- HTLC Channel Join (Filter): After a split you can chose to join the flow back together
- HTLC Blocker (Action): This will firewall/drop the HTLC if something passed through it's parent
New workflow nodes:
- Close channel: be very careful with this one so you don't accidentally close a channel because of a logical error in your workflow!
- Open channel
- Request channel: You can now automatically request a channel from an LSP that is following the LSP channel request specification (i.e. Deezy)
Workflow update:
- Dry-run a workflow
- Capture workflow logs
- Visualize workflow logs in a flow diagram, including very detailed information for debugging workflows
- HTLC filterable data added to Channel Filter (i.e. summary of all pending HTLCs for peer1)
Updates:
- Improved filtering on the peers page
- Various optimizations and updates
Torq pay:
- We've never hidden the fact that some day you will have to pay to use Torq.
- This release starts a new phase for our startup.
- You will need a subscription and we chose to use Stripe for the initial launch.
- We ourselves are a startup looking for a good model to be able to provide the power of Torq to as many node operators as possible, so please don't hesitate to reach out to provide feedback! Let's take lightning to the next level, together!
2023-06-22 17:32:08 +00:00
path: ""
defaultUsername: ""
2023-02-13 22:42:08 +00:00
deterministicPassword: false
submitter: LN Capital
2023-06-07 18:21:19 +00:00
submission: https://github.com/getumbrel/umbrel-apps/pull/549