From c81c40b8a024e0d571a99bdd6f1c66d02fdc3bc4 Mon Sep 17 00:00:00 2001 From: Aaron Dewes Date: Sun, 9 Jan 2022 13:16:58 +0100 Subject: [PATCH] Lightning Shell --- apps/lightning-shell/app.yml | 39 ++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 apps/lightning-shell/app.yml diff --git a/apps/lightning-shell/app.yml b/apps/lightning-shell/app.yml new file mode 100644 index 0000000..b52ed96 --- /dev/null +++ b/apps/lightning-shell/app.yml @@ -0,0 +1,39 @@ +# 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 (currently) "umbrel". + 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:82341df7653544cd6185cf61682d0e8057adbcd4ad81707cad1a0fe1f3250382 + restart: on-failure + stop_grace_period: 1m + port: 7681 + data: + - data:/data + environment: + APP_PASSWORD: "${APP_SEED}"