1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adminer_ynh.git synced 2024-09-03 18:06:06 +02:00
adminer_ynh/manifest.json

56 lines
1.3 KiB
JSON
Raw Normal View History

2014-05-08 19:46:08 +02:00
{
"name": "Adminer",
"id": "adminer",
"packaging_format": 1,
2014-05-08 19:46:08 +02:00
"description": {
2021-12-11 15:17:42 +01:00
"en": "Database management tool",
"fr": "Gestionnaire de base de données"
2014-05-08 19:46:08 +02:00
},
2021-02-04 18:54:33 +01:00
2021-12-11 22:21:01 +01:00
"version": "4.8.1~ynh3",
"url": "https://www.adminer.org/",
2021-07-09 20:23:35 +02:00
"upstream": {
"license": "Apache-2.0",
"website": "https://www.adminer.org/",
"demo": "https://demo.adminer.org/adminer.php?username=",
"code": "https://github.com/vrana/adminer/"
},
2020-10-12 20:47:58 +02:00
"license": "Apache-2.0",
"maintainer": {
2018-06-27 17:21:59 +02:00
"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"
2018-06-27 17:21:59 +02:00
},
"requirements": {
2021-11-20 09:20:53 +01:00
"yunohost": ">= 4.3.0"
2014-05-08 19:46:08 +02:00
},
2020-10-12 20:47:58 +02:00
"multi_instance": true,
"services": [
"nginx",
2021-02-06 11:58:17 +01:00
"php7.3-fpm"
],
2014-05-08 19:46:08 +02:00
"arguments": {
"install" : [
{
"name": "domain",
2021-11-06 11:00:28 +01:00
"type": "domain"
2014-05-08 19:46:08 +02:00
},
{
"name": "path",
"type": "path",
2014-05-08 19:46:08 +02:00
"example": "/adminer",
"default": "/adminer"
2014-07-22 16:08:09 +02:00
},
2021-02-05 07:09:59 +01:00
{
"name": "admin",
2021-11-06 11:00:28 +01:00
"type": "user"
2014-05-08 19:46:08 +02:00
}
]
}
}