Update Ride The Lightning apps to 0.15-8-beta and boltz-client v2.11.1 (#5006)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
9a2f7a6a6f
commit
4af16b9d2c
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 3000
|
||||
|
||||
web:
|
||||
image: shahanafarooqui/rtl:v0.15.6@sha256:5cac3cbe5e730b86c6f888b2b5b4c37faa08fe0232eefda3d6895e2b46629369
|
||||
image: shahanafarooqui/rtl:v0.15.8@sha256:54131152cba02a968d83fcc89c07426bfb979372f743649ba1e2626426a34dc0
|
||||
restart: on-failure
|
||||
environment:
|
||||
PORT: 3000
|
||||
@ -28,7 +28,7 @@ services:
|
||||
- "${APP_DATA_DIR}/data/boltz:/boltz:ro"
|
||||
|
||||
boltz:
|
||||
image: boltz/boltz-client:2.10.2@sha256:239e78726ff14524d6f1d0174a301fe015e08e50cdbb75c33a209f46355a3f94
|
||||
image: boltz/boltz-client:2.11.1@sha256:25a984cc76b0d232573cffe7088c2cb2e50b6b8955e09f68d768ef5fc7215c1d
|
||||
restart: "on-failure"
|
||||
stop_grace_period: "1m"
|
||||
environment:
|
||||
|
||||
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||
id: core-lightning-rtl
|
||||
category: bitcoin
|
||||
name: Ride The Lightning (Core Lightning)
|
||||
version: "0.15.6-beta-boltz"
|
||||
version: "0.15.8-beta-boltz"
|
||||
tagline: Manage your Core Lightning node with RTL
|
||||
description: >-
|
||||
This version of RTL is specifically configured to use your Core Lightning node.
|
||||
@ -44,7 +44,9 @@ gallery:
|
||||
path: ""
|
||||
deterministicPassword: true
|
||||
releaseNotes: >-
|
||||
This release contains the following updates:
|
||||
- Bump boltz-client to 2.10.2
|
||||
This release updates Ride The Lightning to v0.15.8-beta and includes the following changes:
|
||||
- Fix payments bug introduced in v0.15.7
|
||||
- Fix memos not displaying for standard invoices
|
||||
- Bump boltz-client to 2.11.1
|
||||
submitter: Umbrel
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/7
|
||||
|
||||
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 3001
|
||||
|
||||
web:
|
||||
image: shahanafarooqui/rtl:v0.15.6@sha256:5cac3cbe5e730b86c6f888b2b5b4c37faa08fe0232eefda3d6895e2b46629369
|
||||
image: shahanafarooqui/rtl:v0.15.8@sha256:54131152cba02a968d83fcc89c07426bfb979372f743649ba1e2626426a34dc0
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
@ -36,7 +36,7 @@ services:
|
||||
BOLTZ_MACAROON_PATH: "/boltz/.boltz-lnd/macaroons"
|
||||
|
||||
boltz:
|
||||
image: boltz/boltz-client:2.10.2@sha256:239e78726ff14524d6f1d0174a301fe015e08e50cdbb75c33a209f46355a3f94
|
||||
image: boltz/boltz-client:2.11.1@sha256:25a984cc76b0d232573cffe7088c2cb2e50b6b8955e09f68d768ef5fc7215c1d
|
||||
user: "1000:1000"
|
||||
restart: "on-failure"
|
||||
stop_grace_period: "1m"
|
||||
|
||||
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: ride-the-lightning
|
||||
category: bitcoin
|
||||
name: Ride The Lightning
|
||||
version: "0.15.6-beta-boltz"
|
||||
version: "0.15.8-beta-boltz"
|
||||
tagline: A powerful dashboard for the Lightning Network
|
||||
description: >-
|
||||
RTL is a full function, device agnostic, web user interface to help
|
||||
@ -40,8 +40,10 @@ gallery:
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
releaseNotes: >-
|
||||
This release contains the following updates:
|
||||
- Bump boltz-client to 2.10.2
|
||||
This release updates Ride The Lightning to v0.15.8-beta and includes the following changes:
|
||||
- Fix payments bug introduced in v0.15.7
|
||||
- Fix memos not displaying for standard invoices
|
||||
- Bump boltz-client to 2.11.1
|
||||
path: ""
|
||||
defaultUsername: ""
|
||||
deterministicPassword: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user