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

43 lines
1.1 KiB
JSON
Raw Normal View History

2019-01-29 21:56:56 +01:00
{
"name": "Wiki.js",
"id": "wikijs",
"packaging_format": 1,
"description": {
2021-09-08 10:51:21 +02:00
"en": "Open source powerful wiki app built on Node.js, Git and Markdown",
"fr": "Wiki open source propulsé par Node.js, Git et Markdown"
2019-01-29 21:56:56 +01:00
},
2023-11-18 18:23:09 +01:00
"version": "2.5.300~ynh2",
2019-01-29 21:56:56 +01:00
"url": "https://wiki.js.org/",
2021-07-05 20:41:31 +02:00
"upstream": {
"license": "AGPL-3.0-or-later",
"website": "https://wiki.js.org/",
"demo": "https://docs-beta.requarks.io/",
"userdoc": "https://docs-beta.requarks.io/",
"code": "https://github.com/Requarks/wiki"
},
2019-01-29 21:56:56 +01:00
"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": {
2023-11-18 18:22:59 +01:00
"yunohost": ">= 11.2"
2019-01-29 21:56:56 +01:00
},
"multi_instance": true,
"services": [
"nginx"
2019-01-29 21:56:56 +01:00
],
"arguments": {
2022-01-14 23:51:04 +01:00
"install": [
2019-01-29 21:56:56 +01:00
{
"name": "domain",
2022-01-14 23:51:04 +01:00
"type": "domain"
2019-01-29 21:56:56 +01:00
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}