-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
CloudronManifest.json
40 lines (40 loc) · 1.01 KB
/
CloudronManifest.json
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
{
"id": "org.gitlab.galacteek",
"title": "Galacteek",
"author": "cipres <galacteek@protonmail.com>",
"contactEmail": "galacteek@protonmail.com",
"description": "Browser for the distributed web",
"changelog": "file://CHANGELOG.md",
"version": "0.5.5",
"tagline": "Initial",
"healthCheckPath": "/",
"httpPort": 8000,
"manifestVersion": 2,
"memoryLimit": 524288000,
"website": "https://galacteek.gitlab.io",
"icon": "file://share/icons/galacteek-incandescent-128.png",
"addons": {
"localstorage": {}
},
"tcpPorts": {
"SSH_PORT": {
"title": "SSH Tunnel for VNC",
"description": "SSH Port over which tunnel can be created for VNC",
"defaultValue": 5900,
"containerPort": 5900
}
},
"tags": [
"cloudron",
"dweb",
"ipfs",
"qt",
"distributed",
"browser",
"rdf"
],
"mediaLinks": [
"https://gitlab.com/galacteek/galacteek/-/raw/master/screenshots/browse-wikipedia-small.png"
],
"documentationUrl": "https://galacteek.gitlab.io/docs"
}