Browse Source

Update ride-the-lightning app to v0.10.2

rtl-0.10.2
Luke Childs 3 years ago
parent
commit
3544e7b98d
  1. 2
      apps/registry.json
  2. 2
      apps/ride-the-lightning/docker-compose.yml

2
apps/registry.json

@ -120,7 +120,7 @@
"id": "ride-the-lightning",
"category": "Lightning Node Management",
"name": "Ride The Lightning",
"version": "0.10.0-beta",
"version": "0.10.2",
"tagline": "A powerful dashboard for the Lightning Network",
"description": "RTL is a full function, device agnostic, web user interface to help manage lightning node operation. It enables full control over your lightning node with rich functionality for Bitcoin base layer and Lightning Network. Some cool features available on RTL are:\n\n- Rich dashboard with two layout options\n- Send/Receive funds on-chain\n- Rich channel management with advanced features like balance score, circular re-balancing etc.\n- Payments and Invoice management with QR codes\n- Routing analysis for the payments forwarded\n- Channel backups\n- Detailed reports on routing and transaction history\n- Optional Loop interface for submarine swaps\n- Customizable UI with multiple color schemes and dark/light modes",
"developer": "Shahana and Suheb",

2
apps/ride-the-lightning/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
web:
image: shahanafarooqui/rtl:0.10.1@sha256:d076f91c4b994d3059d3c0db80dc560ca05f675924d5625bae724df473877882
image: shahanafarooqui/rtl:0.10.2@sha256:6801134885fd8ba24efb6e72299d455444015b6731bb35b6c2d80ba1ca0f7eb1
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m

Loading…
Cancel
Save