2021-12-08 18:37:04 +00:00
|
|
|
# SPDX-FileCopyrightText: 2021 Citadel and contributors
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
|
|
|
# yaml-language-server: $schema=../../app-standard-v1.json
|
|
|
|
|
|
|
|
version: 1
|
|
|
|
metadata:
|
|
|
|
category: Lightning Node Management
|
|
|
|
name: Lightning Terminal
|
2022-03-08 10:10:23 +00:00
|
|
|
version: 0.6.5-alpha
|
2021-12-08 18:37:04 +00:00
|
|
|
tagline: A browser-based interface for managing channel liquidity
|
|
|
|
description: >-
|
2022-01-25 11:07:24 +00:00
|
|
|
With Lightning Terminal, you can
|
|
|
|
- Visualize your channels and balances
|
2021-12-08 18:37:04 +00:00
|
|
|
|
2022-01-25 11:07:24 +00:00
|
|
|
- Perform submarine swaps via the Lightning Loop service
|
2021-12-08 18:37:04 +00:00
|
|
|
|
2022-01-25 11:07:24 +00:00
|
|
|
- Classify channels according to your node's operating mode
|
2021-12-08 18:37:04 +00:00
|
|
|
|
2022-01-25 11:07:24 +00:00
|
|
|
- Run a single binary that integrates loopd, poold and faraday daemons all in one
|
2021-12-08 18:37:04 +00:00
|
|
|
|
2022-01-25 11:07:24 +00:00
|
|
|
- Access a preview release of the Pool UI
|
2021-12-08 18:37:04 +00:00
|
|
|
|
2022-01-25 11:07:24 +00:00
|
|
|
- Use Pool to earn sats by opening channels to those needing inbound liquidity
|
2021-12-08 18:37:04 +00:00
|
|
|
developer: Lightning Labs
|
|
|
|
website: 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
|
2022-03-08 10:10:23 +00:00
|
|
|
image: lightninglabs/lightning-terminal:v0.6.5-alpha@sha256:541fb9034a25dd4336becabdee6d40f76c3f4ae4557cbce30a46a3a8e3ef0e74
|
2021-12-08 18:37:04 +00:00
|
|
|
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
|
|
|
|
permissions:
|
|
|
|
- lnd
|