mirror of
https://github.com/YunoHost-Apps/wikijs_ynh.git
synced 2024-09-03 20:36:09 +02:00
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "Wiki.js",
|
|
"id": "wikijs",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "An open source, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost.",
|
|
"fr": "Un wiki moderne et open source propulsé Node.js, Git et Markdown pour YunoHost."
|
|
},
|
|
"version": "2.0.0-beta~ynh1",
|
|
"url": "https://wiki.js.org/",
|
|
"license": "AGPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "John doe",
|
|
"email": "john.doe@example.com",
|
|
"url": "http://example.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 2.7.14"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain name for wikijs",
|
|
"fr": "Choisissez un nom de domaine pour wikijs"
|
|
},
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public application?",
|
|
"fr": "Est-ce une application publique ?"
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|