mirror of
https://github.com/runcitadel/apps.git
synced 2024-11-15 10:19:53 +00:00
42 lines
1.1 KiB
YAML
42 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: 0.1.6
|
|
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: https://lightningshell.app
|
|
dependencies:
|
|
- lnd
|
|
repo: https://github.com/ibz/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/ibz/lightning-shell:v0.1.5@sha256:9b64f38ebe747616c253ff39672427c7c2b9f5840468bb743d979f2f55ace27c
|
|
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}
|