citadel-apps/apps/thunderhub/app.yml

51 lines
1.5 KiB
YAML
Raw Normal View History

2021-10-12 20:46:35 +00:00
# SPDX-FileCopyrightText: 2021 Anthony Potdevin
#
# SPDX-License-Identifier: AGPL-3.0-only
# yaml-language-server: $schema=../../app-standard-v1.json
version: 1
metadata:
category: Lightning Node Management
name: ThunderHub
2021-11-27 15:34:44 +00:00
version: 0.12.31
2021-10-12 20:46:35 +00:00
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.'
developer: Anthony Potdevin
website: https://apotdevin.com
dependencies:
- lnd
repo: https://github.com/apotdevin/thunderhub
support: https://t.me/thunderhub
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
2022-01-05 08:23:12 +00:00
defaultPassword: $APP_SEED
2021-10-12 20:46:35 +00:00
containers:
2022-01-05 08:23:12 +00:00
- image: ghcr.io/runcitadel/thunderhub:master@sha256:95fc40b663194bf1ab41bbc3323daa6d99ce0e704bc6d8e48262794ecdfa1103
user: 1000:1000
2021-10-12 20:46:35 +00:00
environment:
NO_VERSION_CHECK: 'true'
LOG_LEVEL: debug
ACCOUNT_CONFIG_PATH: /data/thubConfig.yaml
YML_ENV_1: $LND_IP:$LND_GRPC_PORT
2022-01-05 08:23:12 +00:00
MASTER_PASSWORD_OVERRIDE: $APP_SEED
2021-10-12 20:46:35 +00:00
TOR_PROXY_SERVER: socks://$TOR_PROXY_IP:$TOR_PROXY_PORT
name: web
2021-10-15 17:10:03 +00:00
port: 3000
2021-10-12 20:46:35 +00:00
data:
- data:/data
permissions:
- lnd