Browse Source
Update Lightning Terminal to v0.8.0-alpha (#152)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
Elle
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
9 additions and
3 deletions
-
lightning-terminal/docker-compose.yml
-
lightning-terminal/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: $APP_LIGHTNING_TERMINAL_PORT |
|
|
|
|
|
|
|
web: |
|
|
|
image: lightninglabs/lightning-terminal:v0.7.1-alpha@sha256:e1108f3b5d8e42ecf6a60832cbc49bcfbbfc11a94ba762cfa855f16cbf35d591 |
|
|
|
image: lightninglabs/lightning-terminal:v0.8.0-alpha@sha256:2533a567181d26c6faa6d8c8226bb3844aa78eb7de74cdcb1530e83bd56f3ca6 |
|
|
|
user: "1000:1000" |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: lightning-terminal |
|
|
|
category: Lightning Node Management |
|
|
|
name: Lightning Terminal |
|
|
|
version: "0.7.1-alpha" |
|
|
|
version: "0.8.0-alpha" |
|
|
|
tagline: The easiest way to manage channel liquidity |
|
|
|
description: >- |
|
|
|
Lightning Terminal is the easiest way to manage inbound and |
|
|
@ -48,4 +48,10 @@ gallery: |
|
|
|
- 4.jpg |
|
|
|
path: "" |
|
|
|
defaultUsername: "" |
|
|
|
deterministicPassword: true |
|
|
|
deterministicPassword: true |
|
|
|
releaseNotes: >- |
|
|
|
Lightning v0.15.1-beta is required for this to function! |
|
|
|
|
|
|
|
|
|
|
|
This release of Lightning Terminal (LiT) includes updates to the |
|
|
|
versions of the packaged subsystems including LND, Loop and Pool. |