# SPDX-FileCopyrightText: 2021 Citadel and contributors # # SPDX-License-Identifier: AGPL-3.0-only # yaml-language-server: $schema=../../app-standard-v3.yml version: 3 metadata: category: Lightning Node Management name: Lightning Terminal version: 0.6.5-alpha tagline: A browser-based interface for managing channel liquidity description: >- With Lightning Terminal, you can - Visualize your channels and balances - Perform submarine swaps via the Lightning Loop service - Classify channels according to your node's operating mode - Run a single binary that integrates loopd, poold and faraday daemons all in one - Access a preview release of the Pool UI - Use Pool to earn sats by opening channels to those needing inbound liquidity developers: Lightning Labs: https://lightning.engineering dependencies: - lnd repo: https://github.com/lightninglabs/lightning-terminal support: https://github.com/lightninglabs/lightning-terminal/issues gallery: - 1.jpg - 2.jpg - 3.jpg - 4.jpg defaultPassword: $APP_SEED containers: - name: web image: lightninglabs/lightning-terminal:v0.6.5-alpha@sha256:541fb9034a25dd4336becabdee6d40f76c3f4ae4557cbce30a46a3a8e3ef0e74 user: 1000:1000 environment: HOME: /data command: - --insecure-httplisten=0.0.0.0:$APP_LIGHTNING_TERMINAL_WEB_PORT - --network="$BITCOIN_NETWORK" - --lnd-mode="remote" - --remote.lnd.rpcserver=$LND_IP:$LND_GRPC_PORT - --remote.lnd.macaroonpath="/lnd/data/chain/bitcoin/$BITCOIN_NETWORK/admin.macaroon" - --remote.lnd.tlscertpath="/lnd/tls.cert" - --uipassword="${APP_SEED}" data: - data:/data