-
Notifications
You must be signed in to change notification settings - Fork 8
/
manifest.json
41 lines (41 loc) · 1.06 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
{
"name": "Diaspora",
"id": "diaspora",
"url": "https://diasporafoundation.org",
"packaging_format": 1,
"description": {
"en": "Distributed social networking service",
"fr": "Service de réseau social distribué"
},
"licence": "free",
"maintainer": {
"name": "aymhce",
"email": "[email protected]"
},
"requirements": {
"yunohost": ">> 2.3.12.1"
},
"multi_instance": "false",
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for diaspora*",
"fr": "Choisissez un domaine pour diaspora*"
},
"example": "domain.org"
},
{
"name": "site_public",
"type": "boolean",
"ask": {
"en": "Is it a public Diaspora site?",
"fr": "Est-ce un site public ?"
},
"default": true
}
]
}
}