-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.yaml
More file actions
92 lines (92 loc) · 2.38 KB
/
manifest.yaml
File metadata and controls
92 lines (92 loc) · 2.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
id: lightning-terminal
title: Lightning Terminal
version: 0.16.1
release-notes: |
* Update Lightning Terminal to [0.16.1](https://github.com/lightninglabs/lightning-terminal/releases/tag/v0.16.1-alpha)
license: mit
wrapper-repo: https://github.com/Start9Labs/lightning-terminal-wrapper
upstream-repo: https://github.com/lightninglabs/lightning-terminal
support-site: https://github.com/lightninglabs/lightning-terminal/issues
marketing-site: https://lightning.engineering/
build: ["make"]
description:
short: Your Home for Lightning Liquidity
long: A browser-based interface for managing channel liquidity on your self-hosted LND node, Visualize your channels and balances, Perform submarine swaps via the Lightning Loop service, Classify channels according to your node's operating mode, Run a single binary that integrates loopd and poold 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.
assets:
license: LICENSE
icon: icon.png
instructions: instructions.md
main:
type: docker
image: main
entrypoint: docker_entrypoint.sh
args: []
mounts:
main: /root
lnd: /mnt/lnd
health-checks:
web-ui:
name: Web Interface
success-message: The Lightning Terminal UI is ready to visit in a web browser
type: script
lnd:
name: LND API
success-message: The LND Server is active and accepting requests
type: docker
image: main
entrypoint: check-lnd.sh
args: []
io-format: json
inject: true
config:
get:
type: script
set:
type: script
properties:
type: script
volumes:
main:
type: data
lnd:
type: pointer
package-id: lnd
volume-id: main
path: "/public"
readonly: false
interfaces:
main:
name: Lightning Terminal Web Interface
description: Specifies the LiT interface to listen on for HTTP connections.
tor-config:
port-mapping:
80: "8443"
lan-config:
443:
ssl: true
internal: 8443
ui: true
protocols:
- tcp
- http
dependencies:
lnd:
version: ">=0.17.1 <0.21.0"
description: Used to communicate with the Lightning Network.
requirement:
type: required
config: ~
backup:
create:
type: script
restore:
type: script
migrations:
from:
"*":
type: script
args: ["from"]
to:
"*":
type: script
args: ["to"]