mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update Core Lightning v23.08-hotfix-1 - rpcport fix for test nets (#814)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
a1579886cd
commit
f8b4b7e823
@ -64,6 +64,7 @@ services:
|
||||
- --bitcoin-rpcconnect=${APP_BITCOIN_NODE_IP}
|
||||
- --bitcoin-rpcuser=${APP_BITCOIN_RPC_USER}
|
||||
- --bitcoin-rpcpassword=${APP_BITCOIN_RPC_PASS}
|
||||
- --bitcoin-rpcport=${APP_BITCOIN_RPC_PORT}
|
||||
- --lightning-dir=${CORE_LIGHTNING_PATH}
|
||||
- --proxy=${TOR_PROXY_IP}:${TOR_PROXY_PORT}
|
||||
- --bind-addr=${APP_CORE_LIGHTNING_DAEMON_IP}:9735
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||
id: core-lightning
|
||||
category: bitcoin
|
||||
name: Core Lightning
|
||||
version: "23.08"
|
||||
version: "23.08-hotfix-1"
|
||||
tagline: Run your personal Core Lightning node
|
||||
description: >-
|
||||
Get started with the Lightning network today with Core Lightning - a
|
||||
@ -32,7 +32,10 @@ defaultPassword: ""
|
||||
submitter: Blockstream
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/475
|
||||
releaseNotes: >-
|
||||
This release updates the user interface, as well as the underlying c-lightning-REST and lightningd components of the Core Lightning app.
|
||||
This hotfix update resolves an issue that was preventing the Core Lightning app from operating on test networks such as testnet. No additional changes are included in this release.
|
||||
|
||||
|
||||
The release notes from 23.08 are included here for completeness.
|
||||
|
||||
|
||||
cln-application v0.0.4 (user interface):
|
||||
|
Loading…
Reference in New Issue
Block a user