-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
69 lines (69 loc) · 2.27 KB
/
manifest.json
File metadata and controls
69 lines (69 loc) · 2.27 KB
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
{
"name": "Plausible Analytics",
"id": "plausible",
"url": "https://plausible.io/",
"packaging_format": 1,
"description": {
"en": "Plausible is a lightweight and open-source website analytics tool.",
"fr": "Un outil d'analytiques léger et open-source."
},
"version": "1.0",
"license": "AGPL-3.0",
"maintainer": {
"name": "Gildas GH",
"email": "gildas@becauseofprog.fr"
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"services": [
"nginx"
],
"multi_instance": false,
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Plausible Analytics",
"fr": "Choisissez un domaine pour Plausible Analytics"
},
"example": "app.domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Plausible Analytics",
"fr": "Choisissez un chemin pour Plausible Analytics"
},
"example": "/mypath",
"default": "/plausible"
},{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Can a non-member access the app ?",
"fr": "Un non-membre peut-il accéder à l'application ?"
},
"default": false
},{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose the Plausible Analytics administrator (must be an existing YunoHost user)",
"fr": "Choisissez l'administrateur Plausible Analytics (doit etre un utilisateur Yunohost existant)"
},
"default": "homer"
},{
"name": "password",
"type": "password",
"ask": {
"en": "Choose the Plausible Analytics admin password",
"fr": "Choisissez le mot de passe de l'administrateur Plausible Analytics"
}
}
]
}
}