mirror of
https://github.com/YunoHost-Apps/tiki_ynh.git
synced 2024-09-04 01:15:54 +02:00
52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"name": "Tiki",
|
|
"id": "tiki",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Explain in *a few (10~15) words* the purpose of the app or what it actually does (it is meant to give a rough idea to users browsing a catalog of 100+ apps)",
|
|
"fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)"
|
|
},
|
|
"version": "1.0~ynh1",
|
|
"url": "https://tiki.org/",
|
|
"upstream": {
|
|
"license": "free",
|
|
"website": "https://tiki.org/",
|
|
"demo": "https://tiki.org/Try-Tiki",
|
|
"admindoc": "https://doc.tiki.org",
|
|
"userdoc": "https://yunohost.org/apps",
|
|
"code": "https://sourceforge.net/projects/tikiwiki/"
|
|
},
|
|
"license": "free",
|
|
"maintainer": {
|
|
"name": "John doe",
|
|
"email": "john.doe@example.com"
|
|
},
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|