mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update Torq to v0.15.2 (#336)
This commit is contained in:
parent
9b00f1ee9c
commit
9dc1e20db6
@ -5,9 +5,9 @@ services:
|
||||
environment:
|
||||
APP_HOST: torq_web_1
|
||||
APP_PORT: 7028
|
||||
|
||||
|
||||
web:
|
||||
image: lncapital/torq:0.11.1@sha256:a077ceb0796eba9a5bd11fe29038d9eb33e3e92b172ef52a281e730eafe4cbe7
|
||||
image: lncapital/torq:0.15.2@sha256:33559669f9d3f942f8e603f948ebdef7b6f20a06475f49ce3e25e90b4680fdac
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
@ -29,7 +29,7 @@ services:
|
||||
- --lnd.tls-path
|
||||
- /lnd/tls.cert
|
||||
- start
|
||||
|
||||
|
||||
db:
|
||||
image: timescale/timescaledb:2.8.1-pg14@sha256:96c3a5587a24bb336437403b394f5927f639322cf3fcc0eff4ee0294da540dd7
|
||||
user: "1000:1000"
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: torq
|
||||
category: Lightning Node Management
|
||||
name: Torq
|
||||
version: "v0.11.1"
|
||||
version: "v0.15.2"
|
||||
tagline: Capital management for routing nodes on the lightning network
|
||||
description: >-
|
||||
Operating a routing node requires managing capital efficiently. If you look past the technical challenges, what you are trying to do is stack sats and support the network by routing liquidity. No matter your motivation, efficiently managing your capital is essential.
|
||||
@ -10,25 +10,25 @@ description: >-
|
||||
|
||||
With Torq, you can collect routing data and you analyze your data with increasingly advanced tools.
|
||||
|
||||
|
||||
|
||||
Features:
|
||||
|
||||
|
||||
- Channel and Channel group inspection
|
||||
|
||||
|
||||
- See the channel balance (inbound/outbound capacity) over time
|
||||
|
||||
|
||||
- Advanced charts and visualizations of aggregated forwarding statistics
|
||||
|
||||
|
||||
- Visualization of sources and destinations for traffic
|
||||
|
||||
|
||||
- Stores all events from your node including HTLC events, fee rate changes and channel enable/disable events
|
||||
|
||||
|
||||
- Filter, sort and group data
|
||||
|
||||
|
||||
- Store custom table views configurations for quickly finding the right information
|
||||
|
||||
|
||||
- Fetch and analyse data from any point in time
|
||||
|
||||
|
||||
- Navigate through time (days, weeks, months) to track your progress
|
||||
developer: LN Capital
|
||||
website: https://ln.capital
|
||||
@ -43,9 +43,9 @@ gallery:
|
||||
- 3.jpg
|
||||
- 4.jpg
|
||||
releaseNotes: >-
|
||||
Support for arm architecture to run on Raspberry Pi
|
||||
This release contains fixes to the data collection logic as well as showing web ui while Torq is bootstrapping.
|
||||
path: ""
|
||||
defaultUsername: ""
|
||||
deterministicPassword: true
|
||||
submitter: LN Capital
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/269
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/269
|
||||
|
Loading…
Reference in New Issue
Block a user