1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wikijs_ynh.git synced 2024-09-03 20:36:09 +02:00
wikijs_ynh/manifest.json
2021-07-05 20:41:31 +02:00

44 lines
1.2 KiB
JSON

{
"name": "Wiki.js",
"id": "wikijs",
"packaging_format": 1,
"description": {
"en": "Open source, modern and powerful wiki app built on Node.js, Git and Markdown.",
"fr": "Wiki moderne et open source propulsé Node.js, Git et Markdown."
},
"version": "2.5.201~ynh3",
"url": "https://wiki.js.org/",
"upstream": {
"license": "AGPL-3.0-or-later",
"website": "https://wiki.js.org/",
"demo": "https://docs-beta.requarks.io/",
"admindoc": "https://yunohost.org/en/app_wikijs",
"userdoc": "https://docs-beta.requarks.io/",
"code": "https://github.com/Requarks/wiki"
},
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "yalh76"
},
"requirements": {
"yunohost": ">= 4.1.7.3"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}