2022-05-22 20:54:12 +02:00
|
|
|
{
|
|
|
|
"name": "Tiki",
|
|
|
|
"id": "tiki",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2022-12-15 09:16:00 +01:00
|
|
|
"en": "Wiki-based, content management system",
|
|
|
|
"fr": "Système de gestion de contenu basé sur Wiki"
|
2022-05-22 20:54:12 +02:00
|
|
|
},
|
2022-12-15 09:16:00 +01:00
|
|
|
"version": "24.2~ynh1",
|
2022-05-22 20:54:12 +02:00
|
|
|
"url": "https://tiki.org/",
|
|
|
|
"upstream": {
|
2022-12-15 09:16:00 +01:00
|
|
|
"license": "LGPL-2.1-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-12-15 09:16:00 +01:00
|
|
|
"license": "LGPL-2.1-only",
|
2022-05-22 20:54:12 +02:00
|
|
|
"maintainer": {
|
2022-06-10 19:44:27 +02:00
|
|
|
"name": "eric_G",
|
2022-05-22 21:13:07 +02:00
|
|
|
"email": ""
|
2022-05-22 20:54:12 +02:00
|
|
|
},
|
|
|
|
"requirements": {
|
2022-12-15 09:16:00 +01:00
|
|
|
"yunohost": ">= 11.0.9"
|
2022-05-22 20:54:12 +02:00
|
|
|
},
|
|
|
|
"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
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|