1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpmyadmin_ynh.git synced 2024-09-03 19:56:46 +02:00
phpmyadmin_ynh/manifest.json

54 lines
1.4 KiB
JSON
Raw Normal View History

2014-01-14 22:57:44 +01:00
{
"name": "phpMyAdmin",
"id": "phpmyadmin",
"packaging_format": 1,
2014-01-14 22:57:44 +01:00
"description": {
2014-04-06 23:16:58 +02:00
"en": "Manage MySQL databases over the web",
"fr": "Application web de gestion des bases de données MySQL"
2014-01-14 22:57:44 +01:00
},
2021-07-08 08:42:29 +02:00
"version": "5.1.1~ynh1",
2014-12-31 18:04:51 +01:00
"url": "http://www.phpmyadmin.net",
2021-07-08 08:42:29 +02:00
"upstream": {
"license": "GPL-2.0-only",
"website": "http://www.phpmyadmin.net",
"demo": "https://demo.phpmyadmin.net/master-config",
"admindoc": "https://www.phpmyadmin.net/docs/",
"userdoc": "https://yunohost.org/en/app_phpmyadmin",
"code": "https://github.com/phpmyadmin/phpmyadmin"
},
2018-05-23 19:17:26 +02:00
"license": "GPL-2.0-only",
2014-12-31 18:05:54 +01:00
"maintainer": {
2014-01-14 22:57:44 +01:00
"name": "julien",
2014-12-31 18:04:51 +01:00
"email": "julien.malik@paraiso.me"
2014-01-14 22:57:44 +01:00
},
2017-02-14 23:32:30 +01:00
"requirements": {
2021-07-08 08:33:33 +02:00
"yunohost": ">= 4.2.0"
2017-02-14 23:32:30 +01:00
},
"multi_instance": false,
2015-11-22 16:17:33 +01:00
"services": [
"nginx",
"php7.3-fpm",
2015-11-22 16:17:33 +01:00
"mysql"
],
2014-01-14 22:57:44 +01:00
"arguments": {
"install" : [
{
"name": "domain",
2014-12-31 18:04:51 +01:00
"type": "domain",
2014-01-14 22:57:44 +01:00
"example": "domain.org"
},
{
"name": "path",
2014-12-31 18:04:51 +01:00
"type": "path",
2014-01-14 22:57:44 +01:00
"example": "/phpmyadmin",
"default": "/phpmyadmin"
},
{
2014-04-04 10:02:30 +02:00
"name": "admin",
2014-12-31 18:04:51 +01:00
"type": "user",
2014-01-14 22:57:44 +01:00
"example": "johndoe"
}
]
}
}