From 04137c07c539b307e0d558a14a996b1783e1c82f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 7 Feb 2022 11:28:43 +0000 Subject: [PATCH] Update apps --- apps.json | 6 +++--- apps/apps.json | 6 +++--- apps/lightning-shell/app.yml | 21 +++++++++------------ 3 files changed, 15 insertions(+), 18 deletions(-) diff --git a/apps.json b/apps.json index 5d5975e..2ccd91a 100644 --- a/apps.json +++ b/apps.json @@ -69,7 +69,7 @@ "id": "bitfeed", "name": "Bitfeed", "repo": "https://github.com/bitfeed-project/bitfeed", - "version": "2.1.2" + "version": "2.1.3" }, { "id": "vaultwarden", @@ -98,8 +98,8 @@ { "id": "lightning-shell", "name": "Lightning Shell", - "repo": "https://ibz.github.io/lightning-shell/", - "version": "0.1.4" + "repo": "https://github.com/ibz/lightning-shell", + "version": "0.1.5" }, { "id": "synapse", diff --git a/apps/apps.json b/apps/apps.json index 5d5975e..2ccd91a 100644 --- a/apps/apps.json +++ b/apps/apps.json @@ -69,7 +69,7 @@ "id": "bitfeed", "name": "Bitfeed", "repo": "https://github.com/bitfeed-project/bitfeed", - "version": "2.1.2" + "version": "2.1.3" }, { "id": "vaultwarden", @@ -98,8 +98,8 @@ { "id": "lightning-shell", "name": "Lightning Shell", - "repo": "https://ibz.github.io/lightning-shell/", - "version": "0.1.4" + "repo": "https://github.com/ibz/lightning-shell", + "version": "0.1.5" }, { "id": "synapse", diff --git a/apps/lightning-shell/app.yml b/apps/lightning-shell/app.yml index 199b595..30ae003 100644 --- a/apps/lightning-shell/app.yml +++ b/apps/lightning-shell/app.yml @@ -5,15 +5,13 @@ # yaml-language-server: $schema=../../app-standard-v1.json version: 1 - metadata: category: Lightning Node Management name: Lightning Shell - version: 0.1.4 + version: 0.1.5 tagline: Web shell with a selection of LN node management utilities - description: >- + 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 @@ -22,23 +20,22 @@ metadata: repo: https://github.com/ibz/lightning-shell support: https://github.com/ibz/lightning-shell/issues gallery: - - 1.jpg - - 2.jpg - - 3.jpg + - 1.jpg + - 2.jpg + - 3.jpg defaultPassword: $APP_SEED - containers: - name: web - image: ghcr.io/ibz/lightning-shell:v0.1.4@sha256:e0431e087382016d558554474b92ccdd826d0f2e6d2718a099e85b6c4fffad74 + image: ghcr.io/ibz/lightning-shell:v0.1.5@sha256:9b64f38ebe747616c253ff39672427c7c2b9f5840468bb743d979f2f55ace27c restart: on-failure stop_grace_period: 1m port: 7681 data: - - data:/data + - data:/data permissions: - lnd environment: - APP_PASSWORD: "${APP_SEED}" + APP_PASSWORD: ${APP_SEED} USERNAME: citadel - LND_IP: "${LND_IP}" + LND_IP: ${LND_IP} LND_GRPC_PORT: ${LND_GRPC_PORT}