Browse Source
Update RTL (CLN) to v0.13.2 (#306)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
ShahanaFarooqui
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
6 additions and
6 deletions
-
core-lightning-rtl/docker-compose.yml
-
core-lightning-rtl/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 3000 |
|
|
|
|
|
|
|
rtl: |
|
|
|
image: shahanafarooqui/rtl:0.13.1@sha256:68f837be0acae9a19fed4c4e6de0408f809b8866a360fc39e274ea2a2d61cc88 |
|
|
|
image: shahanafarooqui/rtl:0.13.2@sha256:07d4c1f263c05c32270dcaab3625fc68ef985efce652e7850fbf57f65d36366f |
|
|
|
restart: on-failure |
|
|
|
environment: |
|
|
|
PORT: 3000 |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: core-lightning-rtl |
|
|
|
category: Lightning Node Management |
|
|
|
name: Ride The Lightning (Core Lightning) |
|
|
|
version: "0.13.1-beta" |
|
|
|
version: "0.13.2-beta" |
|
|
|
tagline: Manage your Core Lightning node with RTL |
|
|
|
description: >- |
|
|
|
This version of RTL is specifically configured to use your Core Lightning node. |
|
|
@ -44,12 +44,12 @@ gallery: |
|
|
|
path: "" |
|
|
|
deterministicPassword: true |
|
|
|
releaseNotes: >- |
|
|
|
- Liquidity Ads interface for viewing ads, researching nodes and buying channels |
|
|
|
- Multiple channels with the same peer now visible on the channels page |
|
|
|
|
|
|
|
- Liquidity Ads configuration to publish ads on the network |
|
|
|
- User customizable grids enabling you to control: number of rows on the page, columns you want to view and default sorting order |
|
|
|
|
|
|
|
- Regtest support |
|
|
|
- Setting to control opening of unannounced channels by default |
|
|
|
|
|
|
|
- Dashboard performance improvements |
|
|
|
- Other bug fixes and usability fixes |
|
|
|
submitter: Umbrel |
|
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/7 |
|
|
|