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
Éric Gaspar 209c11b5d8
Testing (#109)
* 5.1.1
2021-07-14 14:25:42 +02:00

53 lines
1.4 KiB
JSON

{
"name": "phpMyAdmin",
"id": "phpmyadmin",
"packaging_format": 1,
"description": {
"en": "Manage MySQL databases over the web",
"fr": "Application web de gestion des bases de données MySQL"
},
"version": "5.1.1~ynh1",
"url": "http://www.phpmyadmin.net",
"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"
},
"license": "GPL-2.0-only",
"maintainer": {
"name": "julien",
"email": "julien.malik@paraiso.me"
},
"requirements": {
"yunohost": ">= 4.2.0"
},
"multi_instance": false,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"example": "/phpmyadmin",
"default": "/phpmyadmin"
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
}
]
}
}