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

37 lines
895 B
JSON
Raw Normal View History

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": [
"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
}
]
}
}