Browse Source

Update lightning-shell app to v0.1.6 (#1241)

fix-usocial
Ioan Bizău 3 years ago
committed by GitHub
parent
commit
aeb224c26d
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: services:
web: web:
image: ghcr.io/ibz/lightning-shell:v0.1.5-buster-slim@sha256:1b40ff085b08112e2a07164872bae535ef3a06bc282bb4c9918edd6e2ef980f8 image: ghcr.io/ibz/lightning-shell:v0.1.6-buster-slim@sha256:c6e09067d5480ac914ceada8ae3346ec2ab400cce10393a117b2bdffdc3a1b44
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
ports: ports:

2
apps/registry.json

@ -759,7 +759,7 @@
"id": "lightning-shell", "id": "lightning-shell",
"category": "Lightning Node Management", "category": "Lightning Node Management",
"name": "Lightning Shell", "name": "Lightning Shell",
"version": "0.1.5", "version": "0.1.6",
"tagline": "Web shell with a selection of LN node management utilities", "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", "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", "developer": "Ioan Bizău",

Loading…
Cancel
Save