mirror of
https://github.com/YunoHost-Apps/wikijs_ynh.git
synced 2024-09-03 20:36:09 +02:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "Wiki.js",
|
|
"id": "wikijs",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Open source powerful wiki app built on Node.js, Git and Markdown",
|
|
"fr": "Wiki open source propulsé par Node.js, Git et Markdown"
|
|
},
|
|
"version": "2.5.268~ynh1",
|
|
"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.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|