citadel-apps/apps/lndg/app.yml

33 lines
1.1 KiB
YAML
Raw Normal View History

2022-09-24 14:17:07 +00:00
citadel_version: 4
2022-02-09 19:13:45 +00:00
metadata:
name: LNDg
2022-09-24 14:17:07 +00:00
version: 1.3.1
category: Lightning Node Management
tagline: Lite GUI web interface to analyze LND data and manage your node with automation.
2022-04-30 16:12:48 +00:00
developers:
2022-04-09 20:00:56 +00:00
cryptosharks131: https://github.com/cryptosharks131
2022-09-24 14:17:07 +00:00
permissions:
- lnd
repo:
Public: https://github.com/cryptosharks131/lndg
2022-02-09 19:13:45 +00:00
support: https://t.me/+-RxoZdi7snk2ZGYx
gallery:
2022-09-24 14:17:07 +00:00
- 1.jpg
- 2.jpg
- 3.jpg
path: ''
2022-02-09 19:13:45 +00:00
defaultPassword: $APP_SEED
2022-09-24 14:17:07 +00:00
torOnly: false
description: LNDg is your command center for running a profitable and efficient routing node. From quickly viewing your node's health, automated rebalancing, selecting new potential peers and much more.
services:
main:
image: ghcr.io/cryptosharks131/lndg:v1.3.1@sha256:b412bc37b6ed07c3c0335fedf409699ce019a928e69a3f6e7af9ffc8adcfcf99
2022-02-09 19:13:45 +00:00
stop_grace_period: 1m
2022-09-24 14:17:07 +00:00
restart: on-failure
command:
- sh
- -c
- python initialize.py -net '${BITCOIN_NETWORK}' -server '${LND_IP}:${LND_GRPC_PORT}' -pw '${APP_SEED}' -d && supervisord && python manage.py runserver 0.0.0.0:${APP_LNDG_WEB_PORT}
2022-04-07 16:25:31 +00:00
mounts:
lnd: /root/.lnd