Browse Source

Update lightning-terminal app to v0.4.1 (#663)

Co-authored-by: Luke Childs <lukechilds123@gmail.com>
pin-mempool-mariadb
Aaron Dewes 4 years ago
committed by GitHub
parent
commit
e5f82d4a99
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      apps/lightning-terminal/docker-compose.yml
  2. 2
      apps/registry.json

6
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:

2
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",

Loading…
Cancel
Save