Browse Source

Update lightning-shell app to 0.1.5 (#1236)

update-kollider-v1.0.1
Ioan Bizău 3 years ago
committed by GitHub
parent
commit
16371a023a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/lightning-shell/docker-compose.yml
  2. 4
      apps/registry.json

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

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

4
apps/registry.json

@ -759,11 +759,11 @@
"id": "lightning-shell",
"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": "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",
"website": "https://ibz.me",
"website": "https://lightningshell.app",
"dependencies": [
"lnd"
],

Loading…
Cancel
Save