mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Point to umbrel-lnd.conf in Ride The Lightning (#759)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
bdc3b7c3fa
commit
7619f4af4d
@ -28,7 +28,7 @@ services:
|
||||
# LND connection details
|
||||
LN_SERVER_URL: "https://$APP_LIGHTNING_NODE_IP:$APP_LIGHTNING_NODE_REST_PORT"
|
||||
MACAROON_PATH: "/lnd/data/chain/bitcoin/$APP_BITCOIN_NETWORK"
|
||||
CONFIG_PATH: "/lnd/lnd.conf"
|
||||
CONFIG_PATH: "/lnd/umbrel-lnd.conf"
|
||||
|
||||
# Boltz
|
||||
BOLTZ_SERVER_URL: "https://ride-the-lightning_boltz_1:9003"
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: ride-the-lightning
|
||||
category: bitcoin
|
||||
name: Ride The Lightning
|
||||
version: "0.14.0-beta"
|
||||
version: "0.14.0-beta-hotfix-1"
|
||||
tagline: A powerful dashboard for the Lightning Network
|
||||
description: >-
|
||||
RTL is a full function, device agnostic, web user interface to help
|
||||
@ -40,7 +40,10 @@ gallery:
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
releaseNotes: >-
|
||||
This release updates the Ride The Lightning app to v0.14.0-beta, and includes bug fixes and performance improvements:
|
||||
This is a simple hotfix release to allow users to view their LND configuration file directly in the UI by accessing the Ride The Lightning app, selecting "Node Config" from the menu, and then selecting "LND Config".
|
||||
|
||||
|
||||
The previous v0.14.0-beta release included bug fixes and performance improvements:
|
||||
|
||||
- Navigation bug fixes from the dashboard
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user