1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tiki_ynh.git synced 2024-09-04 01:15:54 +02:00
tiki_ynh/manifest.json
2022-06-10 19:44:27 +02:00

51 lines
1.2 KiB
JSON

{
"name": "Tiki",
"id": "tiki",
"packaging_format": 1,
"description": {
"en": "Wiki engine",
"fr": "Moteur de wiki"
},
"version": "24.0~ynh2",
"url": "https://tiki.org/",
"upstream": {
"license": "GPL-2.0-only",
"website": "https://tiki.org/",
"demo": "https://tiki.org/Try-Tiki",
"admindoc": "https://doc.tiki.org",
"code": "https://gitlab.com/tikiwiki/tiki/"
},
"license": "GPL-2.0-only",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.4-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/tiki",
"default": "/tiki"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}