mirror of
https://github.com/YunoHost-Apps/adminer_ynh.git
synced 2024-09-03 18:06:06 +02:00
8d7a9e7f49
* Fix * Update install * Fix * fix * Update install * Fix
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "Adminer",
|
|
"id": "adminer",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Database management in a single PHP file",
|
|
"fr": "Gestionnaire de base de données en un seul fichier PHP"
|
|
},
|
|
|
|
"version": "4.8.1~ynh1",
|
|
"url": "https://www.adminer.org/",
|
|
"upstream": {
|
|
"license": "Apache-2.0",
|
|
"website": "https://www.adminer.org/",
|
|
"demo": "https://demo.adminer.org/adminer.php?username=",
|
|
"code": "https://github.com/vrana/adminer/"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"maintainer": {
|
|
"name": "Anmol Sharma",
|
|
"email": "anmol@datamol.org",
|
|
"url": "https://datamol.org"
|
|
},
|
|
"previous_maintainers": {
|
|
"name": "Fol",
|
|
"email": "fol@fol.tf",
|
|
"url": "https://github.com/jesuisfol/adminer_ynh"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.2.4"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/adminer",
|
|
"default": "/adminer"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"example": "johndoe"
|
|
}
|
|
]
|
|
}
|
|
}
|