Browse Source

Update Torq to v0.18.17 (#412)

main
laitang2000 2 years ago
committed by GitHub
parent
commit
154efd99f1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      torq/docker-compose.yml
  2. 39
      torq/umbrel-app.yml

3
torq/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 7028
web:
image: lncapital/torq:0.17.3@sha256:5a7da465ba7dc038e61439d92b7881adc37b9b00b06e69740c27d12c92d50b89
image: lncapital/torq:0.18.17@sha256:cfa84321cc583345a7c0a720a35823a5f291df158c1871fa3131d907aedec06b
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
@ -28,6 +28,7 @@ services:
- /lnd/data/chain/bitcoin/${APP_BITCOIN_NETWORK}/admin.macaroon
- --lnd.tls-path
- /lnd/tls.cert
- --torq.auto-login
- start
db:

39
torq/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: torq
category: Lightning Node Management
name: Torq
version: "v0.17.3"
version: "v0.18.17"
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.
@ -46,26 +46,27 @@ gallery:
- 3.jpg
- 4.jpg
releaseNotes: >-
New features:
* Users can sign and verify signatures
* Vector monitoring is now ready (and users can sign using Torq to get started)
* Channel point column in the channel stable
* In app "Help chat"
Fixes:
* Several UI fixes
* Links to mempool, amboss and 1ml are working again
* Fix events toggling on channel inspect page
This release includes:
* Automation!
Automation is finally here, or at least the first part of it. You can now automate the channel policy (fee rate etc.) and add or remove tags. We will very soon release more advanced actions and of course Rebalancing!
* Detailed data import choices
You can now select what data Torq import. This is an important feature for very large nodes that are concerned about the impact of the initial data import. You can gradually turn them on again.
* No login required on Umbrel
There are also a lot of bug fixes and UI improvements that should make the user experience of Torq better.
path: ""
defaultUsername: ""
deterministicPassword: true
deterministicPassword: false
submitter: LN Capital
submission: https://github.com/getumbrel/umbrel-apps/pull/269

Loading…
Cancel
Save