2019-01-29 21:56:56 +01:00
|
|
|
{
|
|
|
|
"name": "Wiki.js",
|
|
|
|
"id": "wikijs",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "An open source, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost.",
|
|
|
|
"fr": "Un wiki moderne et open source propulsé Node.js, Git et Markdown pour YunoHost."
|
|
|
|
},
|
2019-02-03 10:11:58 +01:00
|
|
|
"version": "2.0.0-beta.13~ynh1",
|
2019-01-29 21:56:56 +01:00
|
|
|
"url": "https://wiki.js.org/",
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"maintainer": {
|
2019-02-07 17:31:36 +01:00
|
|
|
"name": "yalh76"
|
2019-01-29 21:56:56 +01:00
|
|
|
},
|
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">= 2.7.14"
|
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
2019-01-30 00:59:43 +01:00
|
|
|
"nginx"
|
2019-01-29 21:56:56 +01:00
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose a domain name for wikijs",
|
|
|
|
"fr": "Choisissez un nom de domaine pour wikijs"
|
|
|
|
},
|
|
|
|
"example": "example.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"ask": {
|
|
|
|
"en": "Is it a public application?",
|
|
|
|
"fr": "Est-ce une application publique ?"
|
|
|
|
},
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|