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:39:19 +00:00
|
|
|
version: 0.1.8
|
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.
|
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
|
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-02-13 17:08:18 +00:00
|
|
|
image: ghcr.io/ibz/lightning-shell:v0.1.8@sha256:0abce43bb50cc9481460aa5032cd365e6c012eef08567f60d34d6746d0e5b675
|
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
|
2022-01-09 13:52:42 +00:00
|
|
|
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}
|