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-03-15 13:29:53 +01:00

36 lines
887 B
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.170~ynh3",
"url": "https://wiki.js.org/",
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "yalh76"
},
"requirements": {
"yunohost": ">= 4.1.7"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}