mirror of
https://github.com/runcitadel/apps.git
synced 2024-12-26 14:44:37 +00:00
Update apps
This commit is contained in:
parent
c08010b767
commit
b408cd4cf8
|
@ -33,7 +33,7 @@
|
|||
"id": "lightning-terminal",
|
||||
"name": "Lightning Terminal",
|
||||
"repo": "https://github.com/lightninglabs/lightning-terminal",
|
||||
"version": "0.6.1-alpha"
|
||||
"version": "0.6.2-alpha"
|
||||
},
|
||||
{
|
||||
"id": "specter-desktop",
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"id": "lightning-terminal",
|
||||
"name": "Lightning Terminal",
|
||||
"repo": "https://github.com/lightninglabs/lightning-terminal",
|
||||
"version": "0.6.1-alpha"
|
||||
"version": "0.6.2-alpha"
|
||||
},
|
||||
{
|
||||
"id": "specter-desktop",
|
||||
|
|
|
@ -5,27 +5,24 @@
|
|||
# yaml-language-server: $schema=../../app-standard-v1.json
|
||||
|
||||
version: 1
|
||||
|
||||
metadata:
|
||||
category: Lightning Node Management
|
||||
name: Lightning Terminal
|
||||
version: 0.6.1-alpha
|
||||
version: 0.6.2-alpha
|
||||
tagline: A browser-based interface for managing channel liquidity
|
||||
description: >-
|
||||
With Lightning Terminal, you can
|
||||
- Visualize your channels and balances
|
||||
With Lightning Terminal, you can
|
||||
- Visualize your channels and balances
|
||||
|
||||
- Perform submarine swaps via the Lightning Loop service
|
||||
- Perform submarine swaps via the Lightning Loop service
|
||||
|
||||
- Classify channels according to your node's operating mode
|
||||
- Classify channels according to your node's operating mode
|
||||
|
||||
- Run a single binary that integrates loopd, poold and faraday daemons all in one
|
||||
|
||||
- Access a preview release of the Pool UI
|
||||
|
||||
- Use Pool to earn sats by opening channels to those needing inbound liquidity
|
||||
- Run a single binary that integrates loopd, poold and faraday daemons all in one
|
||||
|
||||
- Access a preview release of the Pool UI
|
||||
|
||||
- Use Pool to earn sats by opening channels to those needing inbound liquidity
|
||||
developer: Lightning Labs
|
||||
website: https://lightning.engineering
|
||||
dependencies:
|
||||
|
@ -38,10 +35,9 @@ metadata:
|
|||
- 3.jpg
|
||||
- 4.jpg
|
||||
defaultPassword: $APP_SEED
|
||||
|
||||
containers:
|
||||
- name: web
|
||||
image: lightninglabs/lightning-terminal:v0.6.1-alpha@sha256:cb1af6b972b7fa686886ace5794c4d56dda8f96cacda677b4601518e02b8b894
|
||||
image: lightninglabs/lightning-terminal:v0.6.2-alpha@sha256:04ad5849e117c45d431bf32afdfd8c806578e94b1f38c17682a309cea6ca2ee2
|
||||
user: 1000:1000
|
||||
environment:
|
||||
HOME: /data
|
||||
|
|
Loading…
Reference in New Issue
Block a user