2017-07-12 01:45:37 +02:00
|
|
|
{
|
|
|
|
"name": "Joomla",
|
|
|
|
"id": "joomla",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2022-08-27 21:52:03 +02:00
|
|
|
"en": "Content management system",
|
|
|
|
"fr": "Système de gestion de contenu libre"
|
2017-07-12 01:45:37 +02:00
|
|
|
},
|
2022-08-27 21:52:03 +02:00
|
|
|
"version": "4.2.0~ynh1",
|
2017-07-12 01:45:37 +02:00
|
|
|
"url": "https://www.joomla.org",
|
2022-01-22 20:55:44 +01:00
|
|
|
"upstream": {
|
|
|
|
"license": "GPL-2.0-only",
|
|
|
|
"website": "https://www.joomla.org/",
|
|
|
|
"admindoc": "https://docs.joomla.org/",
|
2022-08-07 20:24:38 +02:00
|
|
|
"code": "https://github.com/joomla/joomla-cms",
|
|
|
|
"cpe": "cpe:2.3:a:joomla:joomla\\!"
|
2022-01-22 20:55:44 +01:00
|
|
|
},
|
2018-05-27 19:56:20 +02:00
|
|
|
"license": "GPL-2.0-only",
|
2017-07-12 01:45:37 +02:00
|
|
|
"maintainer": {
|
|
|
|
"name": "Anmol Sharma",
|
2018-05-05 07:27:14 +02:00
|
|
|
"email": "anmol@datamol.org"
|
2017-07-12 01:45:37 +02:00
|
|
|
},
|
|
|
|
"requirements": {
|
2022-08-28 13:40:09 +02:00
|
|
|
"yunohost": ">= 4.3.0"
|
2017-07-12 01:45:37 +02:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
2022-03-20 22:50:01 +01:00
|
|
|
"php8.0-fpm",
|
2017-07-12 01:45:37 +02:00
|
|
|
"mysql"
|
|
|
|
],
|
|
|
|
"arguments": {
|
2022-01-22 20:55:44 +01:00
|
|
|
"install": [
|
2017-07-12 01:45:37 +02:00
|
|
|
{
|
|
|
|
"name": "domain",
|
2022-01-22 20:55:44 +01:00
|
|
|
"type": "domain"
|
2017-07-12 01:45:37 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
2022-03-22 20:43:29 +01:00
|
|
|
"example": "/joomla",
|
2017-07-12 01:45:37 +02:00
|
|
|
"default": "/joomla"
|
|
|
|
},
|
|
|
|
{
|
2022-01-22 20:55:44 +01:00
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
2017-07-12 01:45:37 +02:00
|
|
|
},
|
2022-03-22 20:43:29 +01:00
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user"
|
|
|
|
},
|
2017-07-12 01:45:37 +02:00
|
|
|
{
|
|
|
|
"name": "password",
|
|
|
|
"type": "password",
|
2022-01-22 20:55:44 +01:00
|
|
|
"help": {
|
2022-08-27 21:52:03 +02:00
|
|
|
"en": "Password must be longer than 8 characters.",
|
|
|
|
"fr": "Le mot de passe doit comporter plus de 8 caractères."
|
2018-05-27 19:56:20 +02:00
|
|
|
}
|
2017-07-12 01:45:37 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2022-08-07 20:24:38 +02:00
|
|
|
}
|