forked from michael.heier/citadel-apps
46 lines
1.5 KiB
YAML
46 lines
1.5 KiB
YAML
# SPDX-FileCopyrightText: 2021 Anthony Potdevin
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
# yaml-language-server: $schema=../../app-standard-v3.yml
|
|
|
|
version: 3
|
|
metadata:
|
|
category: Lightning Node Management
|
|
name: ThunderHub
|
|
version: 0.13.14
|
|
tagline: Take full control of your Lightning node
|
|
description: >-
|
|
ThunderHub allows you to take full control of your Lightning node with a
|
|
slick and awesome UI. Explore all the options that ThunderHub has to offer,
|
|
from sending and receiving Lightning payments, to checking your node's
|
|
health statistics, and even more advanced options like channel rebalancing
|
|
and multi-path lightning payments.
|
|
|
|
|
|
Managing and monitoring your node has never been easier with transaction reports, graphs and a huge assortment of different features all bundled inside of this great tool.
|
|
developers:
|
|
Anthony Potdevin: https://apotdevin.com
|
|
dependencies:
|
|
- lnd
|
|
repo: https://github.com/apotdevin/thunderhub
|
|
support: https://t.me/thunderhub
|
|
gallery:
|
|
- 1.jpg
|
|
- 2.jpg
|
|
- 3.jpg
|
|
defaultPassword: $APP_SEED
|
|
containers:
|
|
- image: apotdevin/thunderhub:v0.13.14@sha256:6ee592a8335ec203f9c7056ddd22f286f8135b5888005d84db70787a91e3e72f
|
|
environment:
|
|
NO_VERSION_CHECK: "true"
|
|
LOG_LEVEL: debug
|
|
ACCOUNT_CONFIG_PATH: /data/thubConfig.yaml
|
|
YML_ENV_1: $LND_IP:$LND_GRPC_PORT
|
|
MASTER_PASSWORD_OVERRIDE: $APP_SEED
|
|
TOR_PROXY_SERVER: socks://$TOR_PROXY_IP:$TOR_PROXY_PORT
|
|
name: web
|
|
port: 3000
|
|
data:
|
|
- data:/data
|