-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
executable file
·71 lines (71 loc) · 2.28 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
65
66
67
68
69
70
71
{
"name": "Seafile",
"id": "seafile",
"description": {
"en": "Open Source Cloud Storage",
"fr": "Stockage Cloud Open Source"
},
"developer": {
"name": "Andrea Cotza",
"email": "andrea@cotza.me"
},
"multi_instance": "false",
"arguments": {
"install": [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Seafile",
"fr": "Choisissez un domaine pour Seafile"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Seafile",
"fr": "Choisissez un chemin pour Seafile"
},
"example": "/seafile",
"default": "/seafile"
},
{
"name": "server_name",
"ask": {
"en": "Choose a name",
"fr": "Choisissez un nom"
},
"example": "Seafile",
"default": "Seafile"
},
{
"name": "admin_email",
"ask": {
"en": "Enter an email for the administrator",
"fr": "Entrez une adresse email pour l'administrateur"
},
"example": "homer@domain.com"
},
{
"name": "admin_password",
"type": "password",
"ask": {
"en": "Enter a password for the administrator",
"fr": "Entrez un mot de passe pour l'administrateur"
},
"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"
}
]
}
}