diff --git a/ride-the-lightning/docker-compose.yml b/ride-the-lightning/docker-compose.yml index 5f1e7de..7c26540 100644 --- a/ride-the-lightning/docker-compose.yml +++ b/ride-the-lightning/docker-compose.yml @@ -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" diff --git a/ride-the-lightning/umbrel-app.yml b/ride-the-lightning/umbrel-app.yml index 2745ca5..53fac0f 100644 --- a/ride-the-lightning/umbrel-app.yml +++ b/ride-the-lightning/umbrel-app.yml @@ -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