-
Notifications
You must be signed in to change notification settings - Fork 20
/
manifest.json
64 lines (64 loc) · 1.92 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
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
{
"name": "Seafile",
"id": "seafile",
"description": {
"en": "Open Source Cloud Storage",
"fr": "Stockage Cloud Open Source"
},
"developer": {
"name": "ElieSauveterre",
"email": "[email protected]",
"url": "http://www.mikangali.com/"
},
"multi_instance": "false",
"arguments": {
"install": [
{
"name": "domain",
"ask": {
"en": "Choose a domain for Seafile"
},
"example": "domain.org"
},
{
"name": "path",
"ask": {
"en": "Choose a path for Seafile"
},
"example": "/seafile",
"default": "/seafile"
},
{
"name": "server_name",
"ask": {
"en": "Choose a name"
},
"example": "Seafile",
"default": "Seafile"
},
{
"name": "admin_email",
"ask": {
"en": "Enter an email for the administrator"
},
"example": "[email protected]"
},
{
"name": "admin_password",
"ask": {
"en": "Enter a password for the administrator"
},
"example": "**Sup3rS3cr3t**"
},
{
"name": "public_site",
"ask": {
"en": "Is it a public site ? If you want to use a desktop client or the smartphone app, make Seafile public.",
"fr": "Est-ce un site public ? Pour utiliser un client sur PC ou l'application mobile, Seafile doit être public"
},
"choices": ["Yes", "No"],
"default": "Yes"
}
]
}
}