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 ad51f29786
Testing (#123)
* 5.1.3 (#119)

* 5.1.3

* Auto-update README

Co-authored-by: Yunohost-Bot <>

* Bullseye (#122)

* set relative path for --keep opt

* Auto-update README

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-09-27 15:50:38 +02:00

50 lines
1.3 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.3~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/",
"code": "https://github.com/phpmyadmin/phpmyadmin"
},
"license": "GPL-2.0-only",
"maintainer": {
"name": "julien",
"email": "julien.malik@paraiso.me"
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": false,
"services": [
"nginx",
"php7.4-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/phpmyadmin",
"default": "/phpmyadmin"
},
{
"name": "admin",
"type": "user"
}
]
}
}