-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmanifest.json
62 lines (62 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
{
"name": "Kodi",
"id": "kodi",
"packaging_format": 1,
"description": {
"en": "Media center that brings all your digital media together",
"fr": "Centre multimédia qui rassemble tous vos médias numériques"
},
"version": "19.1~ynh1",
"url": "https://kodi.tv",
"upstream": {
"license": "GPL-2.0",
"website": "https://kodi.tv",
"admindoc": "https://kodi.wiki/view/Main_Page",
"code": "https://github.com/xbmc"
},
"license": "GPL-2.0",
"maintainer": {
"name": "Sylvain Cecchetto",
"email": "[email protected]",
"url": "blog.cecchettosylvain.fr"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/kodi",
"default": "/kodi"
},
{
"name": "launch_on_boot",
"type": "boolean",
"ask": {
"en": "Launch Kodi at YunoHost server startup",
"fr": "Démarrer Kodi au démarrage du serveur YunoHost"
},
"default": true
},
{
"name": "open_webserver_port",
"type": "boolean",
"ask": {
"en": "Open port 8080 in order to use a smartphone Kodi remote app on your local network",
"fr": "Ouvrir le port 8080 afin de pouvoir utiliser une application smartphone de télécommande Kodi sur le réseau local"
},
"default": false
}
]
}
}