Browse Source

Update Core Lightning w/ RTL to v0.13.1-beta (#176)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
ShahanaFarooqui 2 years ago
committed by GitHub
parent
commit
ae730fc54e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      core-lightning-rtl/docker-compose.yml
  2. 12
      core-lightning-rtl/umbrel-app.yml
  3. 2
      core-lightning/docker-compose.yml
  4. 6
      core-lightning/umbrel-app.yml

4
core-lightning-rtl/docker-compose.yml

@ -7,12 +7,12 @@ services:
APP_PORT: 3000
rtl:
image: shahanafarooqui/rtl:0.12.3@sha256:b1327ecfddae5f40c4c985e31c2bc158c4697a274b61bf84acfb27486d05c5bf
image: shahanafarooqui/rtl:0.13.1@sha256:68f837be0acae9a19fed4c4e6de0408f809b8866a360fc39e274ea2a2d61cc88
restart: on-failure
environment:
PORT: 3000
APP_PASSWORD: $APP_PASSWORD
LN_IMPLEMENTATION: CLT
LN_IMPLEMENTATION: CLN
LN_SERVER_URL: http://${APP_CORE_LIGHTNING_REST_IP}:${APP_CORE_LIGHTNING_REST_PORT}/v1
MACAROON_PATH: /c-lightning-rest/certs
RTL_CONFIG_PATH: /data/

12
core-lightning-rtl/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: core-lightning-rtl
category: Lightning Node Management
name: Ride The Lightning (Core Lightning)
version: "0.12.3"
version: "0.13.1-beta"
tagline: Mange your Core Lightning node with RTL
description: >-
This version of RTL is specifically configured to use your Core Lightning node.
@ -43,5 +43,13 @@ gallery:
- 3.jpg
path: ""
deterministicPassword: true
releaseNotes: >-
- Liquidity Ads interface for viewing ads, researching nodes and buying channels
- Liquidity Ads configuration to publish ads on the network
- Regtest support
- Dashboard performance improvements
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/pull/7
submission: https://github.com/getumbrel/umbrel-apps/pull/7

2
core-lightning/docker-compose.yml

@ -30,7 +30,7 @@ services:
ipv4_address: ${APP_CORE_LIGHTNING_IP}
c-lightning-rest:
image: saubyk/c-lightning-rest:0.7.2@sha256:7943ca9bf7b3952e4956b322405890788b6ddda553908c3a284438ef4e616768
image: saubyk/c-lightning-rest:0.9.0@sha256:00b40443f1f455378587abb37649fdb7c7b1efb43ed64bc9fe78d9bf6ffb4371
restart: on-failure
ports:
- ${APP_CORE_LIGHTNING_REST_PORT}:${APP_CORE_LIGHTNING_REST_PORT}

6
core-lightning/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: core-lightning
category: Finance
name: Core Lightning
version: "0.11.1-build-3"
version: "0.11.1-build-4"
tagline: Run your personal Core Lightning node
description: >-
Get started with the Lightning network today with Core Lightning - a
@ -36,4 +36,6 @@ gallery:
path: ""
defaultPassword: ""
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/pull/7
submission: https://github.com/getumbrel/umbrel-apps/pull/7
releaseNotes: >-
- Update RESTful API to add support for Liquidity Ads
Loading…
Cancel
Save