1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kiwix_ynh.git synced 2024-09-03 19:35:56 +02:00
kiwix_ynh/manifest.json
2022-01-18 11:02:42 +01:00

49 lines
1.2 KiB
JSON

{
"name": "Kiwix",
"id": "kiwix",
"packaging_format": 1,
"description": {
"en": "Sharing Web content with people without Internet access",
"fr": "Partager du contenu Web avec des personnes sans accès à Internet"
},
"version": "3.1.2~ynh1",
"url": "https://www.kiwix.org/",
"upstream": {
"license": "GPL-3.0-or-later",
"website": "https://www.kiwix.org/",
"demo": "http://library.kiwix.org/",
"admindoc": "https://wiki.kiwix.org/wiki/Kiwix-serve/",
"code": "https://github.com/kiwix"
},
"license": "GPL-3.0-or-later",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/kiwix",
"default": "/kiwix"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}