mirror of
https://github.com/YunoHost-Apps/kiwix_ynh.git
synced 2024-09-03 19:35:56 +02:00
44 lines
No EOL
1.1 KiB
JSON
44 lines
No EOL
1.1 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~ynh2",
|
|
"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/kiwix-tools",
|
|
"cpe": "cpe:2.3:a:kiwix: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": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
} |