This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.json
65 lines (65 loc) · 1.85 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
{
"name": "Sonerezh",
"id": "sonerezh",
"packaging_format": 1,
"description": {
"en": "Self-hosted, web-based application to stream music, everywhere.",
"fr": "Application web pour écouter en streaming de la musique partout."
},
"url": "https://www.sonerezh.bzh",
"license": "free",
"maintainer": {
"name": "Moul",
"email": "[email protected]"
},
"requirements": {
"yunohost": ">> 2.4.0"
},
"multi_instance": false,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Domain name for Sonerezh",
"fr": "Nom de domaine sur lequel installer Sonerezh"
},
"example": "domain.org"
},
{
"name": "url_path",
"type": "path",
"ask": {
"en": "Path for Sonerezh",
"fr": "Chemin sur lequel installer Sonerezh"
},
"example": "/sonerezh",
"default": "/sonerezh"
},
{
"name": "email_auth",
"type": "email",
"ask": {
"en": "Email address which will be used for authentication",
"fr": "Adresse email qui servira à s’authentifier"
},
"example": "[email protected]"
},
{
"name": "password",
"type": "password",
"ask": {
"en": "Password to authenticate on Sonerezh (length ≥ 8)",
"fr": "Mot de passe d’authentification sur Sonerezh (longueur ≥ 8)"
},
"example": "supersecret"
}
]
}
}