mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update Ride The Lightning (CLN) to v0.15.4-beta-boltz - adds Boltz client (#2217)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
bfc6bba992
commit
b76bfa5a00
@ -19,6 +19,27 @@ services:
|
|||||||
RTL_CONFIG_PATH: "/data"
|
RTL_CONFIG_PATH: "/data"
|
||||||
RTL_COOKIE_PATH: "/data/.cookie"
|
RTL_COOKIE_PATH: "/data/.cookie"
|
||||||
BLOCK_EXPLORER_URL: "${APP_CORE_RTL_BLOCK_EXPLORER_URL}"
|
BLOCK_EXPLORER_URL: "${APP_CORE_RTL_BLOCK_EXPLORER_URL}"
|
||||||
|
# Boltz
|
||||||
|
BOLTZ_SERVER_URL: "https://core-lightning-rtl_boltz_1:9003"
|
||||||
|
BOLTZ_MACAROON_PATH: "/boltz/.boltz/macaroons"
|
||||||
volumes:
|
volumes:
|
||||||
- "${APP_DATA_DIR}/data/rtl:/data"
|
- "${APP_DATA_DIR}/data/rtl:/data"
|
||||||
- "${APP_CORE_LIGHTNING_DATA_DIR}:/root/.lightning:ro"
|
- "${APP_CORE_LIGHTNING_DATA_DIR}:/root/.lightning:ro"
|
||||||
|
- "${APP_DATA_DIR}/data/boltz:/boltz:ro"
|
||||||
|
|
||||||
|
boltz:
|
||||||
|
image: boltz/boltz-client:2.3.9@sha256:4de5be20d3a60399005a2ac08a058eb008f42dfd7918b50fd0c315dea7799c3e
|
||||||
|
restart: "on-failure"
|
||||||
|
stop_grace_period: "1m"
|
||||||
|
environment:
|
||||||
|
HOME: "/data"
|
||||||
|
volumes:
|
||||||
|
- "${APP_DATA_DIR}/data/boltz:/data"
|
||||||
|
- "${APP_CORE_LIGHTNING_DATA_DIR}:/cln:ro"
|
||||||
|
command:
|
||||||
|
- --network=$APP_BITCOIN_NETWORK
|
||||||
|
- --cln.datadir=/cln
|
||||||
|
- --cln.host=$APP_CORE_LIGHTNING_DAEMON_IP
|
||||||
|
- --cln.port=$APP_CORE_LIGHTNING_DAEMON_GRPC_PORT
|
||||||
|
- --rpc.rest.host="0.0.0.0"
|
||||||
|
- --rpc.rest.port="9003"
|
||||||
|
@ -2,11 +2,11 @@ manifestVersion: 1.1
|
|||||||
id: core-lightning-rtl
|
id: core-lightning-rtl
|
||||||
category: bitcoin
|
category: bitcoin
|
||||||
name: Ride The Lightning (Core Lightning)
|
name: Ride The Lightning (Core Lightning)
|
||||||
version: "0.15.4-beta"
|
version: "0.15.4-beta-boltz"
|
||||||
tagline: Manage your Core Lightning node with RTL
|
tagline: Manage your Core Lightning node with RTL
|
||||||
description: >-
|
description: >-
|
||||||
This version of RTL is specifically configured to use your Core Lightning node.
|
This version of RTL is specifically configured to use your Core Lightning node.
|
||||||
|
|
||||||
RTL provides a full function, device agnostic, web user interface to help
|
RTL provides a full function, device agnostic, web user interface to help
|
||||||
manage lightning node operation. It enables full control over your lightning
|
manage lightning node operation. It enables full control over your lightning
|
||||||
node with rich functionality for Bitcoin base layer and Lightning Network.
|
node with rich functionality for Bitcoin base layer and Lightning Network.
|
||||||
@ -44,13 +44,11 @@ gallery:
|
|||||||
path: ""
|
path: ""
|
||||||
deterministicPassword: true
|
deterministicPassword: true
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
- Improved authentication logic for clearer error handling and validation during login and password reset processes
|
⚠️ Please update your Core Lightning app to the latest version available in the umbrelOS app store to ensure compatibility with this version of Ride The Lightning.
|
||||||
|
|
||||||
- Refined application settings handling to ensure stricter validation of access keys
|
|
||||||
|
This update adds Boltz as a service, allowing users to swap in and out of the Lightning Network.
|
||||||
|
|
||||||
- Bug fixes
|
About Boltz: https://boltz.exchange
|
||||||
|
|
||||||
|
|
||||||
Full release notes can be found here: https://github.com/Ride-The-Lightning/RTL/releases
|
|
||||||
submitter: Umbrel
|
submitter: Umbrel
|
||||||
submission: https://github.com/getumbrel/umbrel-apps/pull/7
|
submission: https://github.com/getumbrel/umbrel-apps/pull/7
|
||||||
|
Loading…
Reference in New Issue
Block a user