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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
apps/lightning-shell/docker-compose.yml
apps/registry.json
@ -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:
@ -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" ,