Browse Source

Update lightning-shell app to v0.1.4 (#1201)

Co-authored-by: Luke Childs <lukechilds123@gmail.com>
patch-pwnkit
Ioan Bizău 3 years ago
committed by GitHub
parent
commit
122601b10c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/lightning-shell/docker-compose.yml
  2. 2
      apps/registry.json

2
apps/lightning-shell/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
web:
image: ibz0/lightning-shell:v0.1.1@sha256:47e271333410475dad92a91b2e35a58c723bbf9cc688fc2cd6cec1013d469f28
image: ghcr.io/ibz/lightning-shell:v0.1.4-buster-slim@sha256:785143de9514cb72ba9d04aa5549480745ca8763d2ce485113f1bdc93f6a68ee
restart: on-failure
stop_grace_period: 1m
ports:

2
apps/registry.json

@ -734,7 +734,7 @@
"id": "lightning-shell",
"category": "Lightning Node Management",
"name": "Lightning Shell",
"version": "0.1.1",
"version": "0.1.4",
"tagline": "Web shell with a selection of LN node management utilities",
"description": "Lightning Shell is a web shell for the Umbrel personal server that includes the following utilities:\n\n- lncli\n- charge-lnd\n- lntop\n- rebalance-lnd\n- suez\n",
"developer": "Ioan Bizău",

Loading…
Cancel
Save