2022-05-22 20:54:12 +02:00
|
|
|
{
|
|
|
|
"name": "Tiki",
|
|
|
|
"id": "tiki",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2022-05-22 21:13:07 +02:00
|
|
|
"en": "Wiki engine",
|
2022-05-22 21:08:32 +02:00
|
|
|
"fr": "Moteur de wiki"
|
2022-05-22 20:54:12 +02:00
|
|
|
},
|
2022-05-24 11:08:14 +02:00
|
|
|
"version": "24.0~ynh2",
|
2022-05-22 20:54:12 +02:00
|
|
|
"url": "https://tiki.org/",
|
|
|
|
"upstream": {
|
2022-05-22 21:13:07 +02:00
|
|
|
"license": "GPL-2.0-only",
|
2022-05-22 20:54:12 +02:00
|
|
|
"website": "https://tiki.org/",
|
|
|
|
"demo": "https://tiki.org/Try-Tiki",
|
|
|
|
"admindoc": "https://doc.tiki.org",
|
2022-05-22 21:08:32 +02:00
|
|
|
"code": "https://gitlab.com/tikiwiki/tiki/"
|
2022-05-22 20:54:12 +02:00
|
|
|
},
|
2022-05-22 21:13:07 +02:00
|
|
|
"license": "GPL-2.0-only",
|
2022-05-22 20:54:12 +02:00
|
|
|
"maintainer": {
|
2022-05-22 21:13:07 +02:00
|
|
|
"name": "",
|
|
|
|
"email": ""
|
2022-05-22 20:54:12 +02:00
|
|
|
},
|
|
|
|
"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
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|