1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/joomla_ynh.git synced 2024-09-03 19:26:34 +02:00
joomla_ynh/manifest.json
2022-01-23 15:45:16 +01:00

60 lines
1.4 KiB
JSON

{
"name": "Joomla",
"id": "joomla",
"packaging_format": 1,
"description": {
"en": "A content management system."
},
"version": "4.0.6~ynh1",
"url": "https://www.joomla.org",
"upstream": {
"license": "GPL-2.0-only",
"website": "https://www.joomla.org/",
"admindoc": "https://docs.joomla.org/",
"code": "https://github.com/joomla/joomla-cms"
},
"license": "GPL-2.0-only",
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.org"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/example",
"default": "/joomla"
},
{
"name": "admin",
"type": "user"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "password",
"type": "password",
"help": {
"en": "Password must be longer than 8 characters."
}
}
]
}
}