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 1
/
Copy pathmanifest.json
54 lines (54 loc) · 1.59 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
{
"name": "Libresonic",
"id": "libresonic",
"packaging_format": 1,
"description": {
"en": "Libresonic is an open source, web-based media server.",
"fr": "Libresonic est un server multimedia open-source"
},
"license": "GPLv3.0",
"url": "http://libresonic.org",
"maintainer": {
"name": "massyas",
"email": "massyas@gmail.com"
},
"requirements": {
"yunohost": ">> 2.4.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Libresonic",
"fr": "Choisissez un nom de domaine pour Libresonic"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Libresonic",
"fr": "Choisissez un chemin pour Libresonic"
},
"example": "/libresonic",
"default": "/libresonic"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose the Libresonic administrator (must be an existing YunoHost user)",
"fr": "Choisissez l’administrateur"
},
"example": "homer"
}
]
}
}