citadel-apps/apps/lightning-shell/app.yml

42 lines
1.1 KiB
YAML
Raw Normal View History

2022-01-09 12:16:58 +00:00
# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# yaml-language-server: $schema=../../app-standard-v1.json
2022-02-10 13:45:54 +00:00
version: 2
2022-01-09 12:16:58 +00:00
metadata:
category: Lightning Node Management
name: Lightning Shell
2022-03-06 13:40:43 +00:00
version: 0.1.10
2022-01-09 12:16:58 +00:00
tagline: Web shell with a selection of LN node management utilities
2022-02-07 11:28:43 +00:00
description: |-
2022-01-09 12:16:58 +00:00
This app allows you to access a lot of terminal apps directly on the web.
The default username for this app is "citadel".
2022-01-09 12:16:58 +00:00
developer: Ioan Bizău
2022-02-07 11:27:01 +00:00
website: https://lightningshell.app
2022-01-09 12:16:58 +00:00
dependencies:
- lnd
2022-02-07 11:27:01 +00:00
repo: https://github.com/ibz/lightning-shell
2022-01-09 12:16:58 +00:00
support: https://github.com/ibz/lightning-shell/issues
gallery:
2022-02-07 11:28:43 +00:00
- 1.jpg
- 2.jpg
- 3.jpg
2022-01-09 12:16:58 +00:00
defaultPassword: $APP_SEED
containers:
- name: web
2022-03-06 13:40:43 +00:00
image: ghcr.io/ibz/lightning-shell:v0.1.10@sha256:32a51c16839250829ebbae73b52478ad980f635fc0da2742524ea31300298c14
2022-01-09 12:16:58 +00:00
restart: on-failure
stop_grace_period: 1m
port: 7681
data:
2022-02-07 11:28:43 +00:00
- data:/data
permissions:
- lnd
2022-01-09 12:16:58 +00:00
environment:
2022-02-07 11:28:43 +00:00
APP_PASSWORD: ${APP_SEED}
2022-01-09 14:09:17 +00:00
USERNAME: citadel
2022-02-07 11:28:43 +00:00
LND_IP: ${LND_IP}
2022-01-09 14:09:17 +00:00
LND_GRPC_PORT: ${LND_GRPC_PORT}