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
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
2022-01-09 13:52:42 +00:00
|
|
|
The default username for this app is "citadel".
|
2022-01-09 12:16:58 +00:00
|
|
|
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
|
2022-01-10 20:29:22 +00:00
|
|
|
image: ghcr.io/runcitadel/lightning-shell:main@sha256:739f0117e6a7964819257daa4f2f9e51b11d29844cc99a24dd155900df03ef01
|
2022-01-09 12:16:58 +00:00
|
|
|
restart: on-failure
|
|
|
|
stop_grace_period: 1m
|
|
|
|
port: 7681
|
|
|
|
data:
|
|
|
|
- data:/data
|
2022-01-09 13:52:42 +00:00
|
|
|
permissions:
|
|
|
|
- lnd
|
2022-01-09 12:16:58 +00:00
|
|
|
environment:
|
2022-01-09 14:09:17 +00:00
|
|
|
APP_PASSWORD: "${APP_SEED}"
|
|
|
|
USERNAME: citadel
|
|
|
|
LND_IP: "${LND_IP}"
|
|
|
|
LND_GRPC_PORT: ${LND_GRPC_PORT}
|