citadel-apps/apps/lightning-shell/app.yml
2022-01-09 15:09:17 +01:00

45 lines
1.1 KiB
YAML

# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# yaml-language-server: $schema=../../app-standard-v1.json
version: 1
metadata:
category: Lightning Node Management
name: Lightning Shell
version: 1.1.1
tagline: Web shell with a selection of LN node management utilities
description: >-
This app allows you to access a lot of terminal apps directly on the web.
The default username for this app is "citadel".
developer: Ioan Bizău
website: Ioan Bizău
dependencies:
- lnd
repo: https://ibz.github.io/lightning-shell/
support: https://github.com/ibz/lightning-shell/issues
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
defaultPassword: $APP_SEED
containers:
- name: web
image: ghcr.io/runcitadel/lightning-shell:main@sha256:82f95882b6e40dff6b0a998bd005fb573974d4fcc65d1b337622da694dc0df72
restart: on-failure
stop_grace_period: 1m
port: 7681
data:
- data:/data
permissions:
- lnd
environment:
APP_PASSWORD: "${APP_SEED}"
USERNAME: citadel
LND_IP: "${LND_IP}"
LND_GRPC_PORT: ${LND_GRPC_PORT}