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

61 lines
1.4 KiB
JSON
Raw Normal View History

2017-07-12 01:45:37 +02:00
{
"name": "Joomla",
"id": "joomla",
"packaging_format": 1,
"description": {
2022-01-23 15:45:16 +01:00
"en": "A content management system."
2017-07-12 01:45:37 +02:00
},
2022-03-17 02:26:39 +01:00
"version": "4.1.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/",
"code": "https://github.com/joomla/joomla-cms"
},
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-01-22 20:55:44 +01:00
"yunohost": ">= 4.3.0"
2017-07-12 01:45:37 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2022-01-22 20:55:44 +01:00
"php7.3-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",
"example": "/example",
"default": "/joomla"
},
{
2022-01-22 20:55:44 +01:00
"name": "admin",
"type": "user"
2017-07-12 01:45:37 +02:00
},
{
2022-01-22 20:55:44 +01:00
"name": "is_public",
"type": "boolean",
"default": true
2017-07-12 01:45:37 +02:00
},
{
"name": "password",
"type": "password",
2022-01-22 20:55:44 +01:00
"help": {
"en": "Password must be longer than 8 characters."
2018-05-27 19:56:20 +02:00
}
2017-07-12 01:45:37 +02:00
}
]
}
}