From e5f82d4a998f7d3d38129b6f6e736ad5d8cc0103 Mon Sep 17 00:00:00 2001 From: Aaron Dewes Date: Thu, 25 Mar 2021 14:26:02 +0100 Subject: [PATCH] Update lightning-terminal app to v0.4.1 (#663) Co-authored-by: Luke Childs --- apps/lightning-terminal/docker-compose.yml | 6 +++--- apps/registry.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/lightning-terminal/docker-compose.yml b/apps/lightning-terminal/docker-compose.yml index df110a8..0e2724e 100644 --- a/apps/lightning-terminal/docker-compose.yml +++ b/apps/lightning-terminal/docker-compose.yml @@ -8,7 +8,7 @@ x-logging: services: web: - image: lightninglabs/lightning-terminal:v0.4.0-alpha@sha256:1273ffa9e818dea2d21adc9a226692b8117ab29582b80c6d6e4c53316392da05 + image: lightninglabs/lightning-terminal:v0.4.1-alpha@sha256:624376ebaf286cf7118ca271ed43fb852be4aad814c1f4f6a56634f673671a4a user: "1000:1000" logging: *default-logging restart: on-failure @@ -22,10 +22,10 @@ services: HOME: "/data" command: - --insecure-httplisten=0.0.0.0:$APP_LIGHTNING_TERMINAL_PORT + - --network="$BITCOIN_NETWORK" - --lnd-mode="remote" - - --remote.lnd.network="$BITCOIN_NETWORK" - --remote.lnd.rpcserver=$LND_IP:$LND_GRPC_PORT - - --remote.lnd.macaroondir="/lnd/data/chain/bitcoin/$BITCOIN_NETWORK" + - --remote.lnd.macaroonpath="/lnd/data/chain/bitcoin/$BITCOIN_NETWORK/admin.macaroon" - --remote.lnd.tlscertpath="/lnd/tls.cert" networks: default: diff --git a/apps/registry.json b/apps/registry.json index c1dc806..8fb3585 100644 --- a/apps/registry.json +++ b/apps/registry.json @@ -143,7 +143,7 @@ "id": "lightning-terminal", "category": "Lightning Node Management", "name": "Lightning Terminal", - "version": "0.4.0-alpha", + "version": "0.4.1-alpha", "tagline": "The easiest way to manage channel liquidity", "description": "Lightning Terminal is the easiest way to manage inbound and outbound liquidity on the Lightning Network. Keep your channels open and the funds flowing. It provides a visual interface for interacting with your channels and balances using Loop. \n\nNew: Introducing Lightning Pool, a marketplace for Lightning channels. You can now earn sats by opening new channels to those looking to receive funds on Lightning for a set period of time, or rent a channel to start accepting payments instantly. Join the marketplace and start putting your Bitcoin to work.\n\nWhy use Pool?\n- Earn a return on Lightning capital\n- Rent a channel and start accepting payments instantly\n- Open channels for less with transaction batching\n\nWhy use Loop?\n- Add \"inbound liquidity\" to receive payments\n- Reduce transaction fees by recycling and reusing Lightning channels\n- Send funds to and from users or services that aren't yet Lightning enabled\n- Configurable wait times and \"batching\" allow for further fee savings\n- Refill and offload funds from any number of Lightning channels in a single on-chain transaction", "developer": "Lightning Labs",