-
Notifications
You must be signed in to change notification settings - Fork 8
/
manifest.json
35 lines (35 loc) · 1.04 KB
/
manifest.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
{
"name": "DockerUI",
"id": "dockerui",
"description": {
"en": "Docker allows to deploy applications which have not yet been integrated with YunoHost",
"fr": "Docker permet de déployer des applications qui n'ont pas encore été intégrées à YunoHost"
},
"developer": {
"name": "scith"
},
"multi_instance": "false",
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for DockerUI",
"fr": "Choisissez un domaine pour DockerUI"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for DockerUI",
"fr": "Choisissez un chemin pour DockerUI"
},
"example": "/docker",
"default": "/docker"
}
]
}
}