2019-01-29 21:56:56 +01:00
|
|
|
{
|
|
|
|
"name": "Wiki.js",
|
|
|
|
"id": "wikijs",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2019-02-09 14:36:17 +01:00
|
|
|
"en": "An open source, modern and powerful wiki app built on Node.js, Git and Markdown.",
|
|
|
|
"fr": "Un wiki moderne et open source propulsé Node.js, Git et Markdown."
|
2019-01-29 21:56:56 +01:00
|
|
|
},
|
2021-04-09 20:18:26 +02:00
|
|
|
"version": "2.5.201~ynh2",
|
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": {
|
2021-03-02 08:17:42 +01:00
|
|
|
"yunohost": ">= 4.1.7.3"
|
2019-01-29 21:56:56 +01:00
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"example": "example.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|