mirror of
https://github.com/YunoHost-Apps/wikijs_ynh.git
synced 2024-09-03 20:36:09 +02:00
44 lines
1.2 KiB
JSON
44 lines
1.2 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.",
|
|
"fr": "Un wiki moderne et open source propulsé Node.js, Git et Markdown."
|
|
},
|
|
"version": "2.4.75~ynh1",
|
|
"url": "https://wiki.js.org/",
|
|
"license": "AGPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "yalh76"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 3.5"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain name for Wiki.js",
|
|
"fr": "Choisissez un nom de domaine pour Wiki.js"
|
|
},
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public application?",
|
|
"fr": "Est-ce une application publique ?"
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|