Point to umbrel-lnd.conf in Ride The Lightning (#759)

Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
smolgrrr 2023-08-31 09:16:57 +10:00 committed by GitHub
parent bdc3b7c3fa
commit 7619f4af4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -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"

View File

@ -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