forked from michael.heier/citadel-apps
Lightning Shell
This commit is contained in:
parent
201bdb9e8d
commit
c81c40b8a0
39
apps/lightning-shell/app.yml
Normal file
39
apps/lightning-shell/app.yml
Normal file
|
@ -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}"
|
Loading…
Reference in New Issue
Block a user