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
Éric Gaspar 0bafe70cf5
Testing (#22)
* 4.8.1 (#15)

* 4.8.1

* Add template

* Auto-update README

* Only admin (#17)

* Fix

* Update install

* Fix

* fix

* Update install

* Fix

* Update upgrade

* fix

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* cleaning up

* Update upgrade

* Update check_process

* 4.3

* Update upgrade

* Update upgrade

* cleaning up

* Bump manifest version

* Auto-update README

* Add config

* Auto-update README

* Update manifest.json

* Auto-update README

* Auto-update README

* Upgrade package (#21)

* set client_max_body_size

* Auto-update README

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

Co-authored-by: Yunohost-Bot <>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-10-16 20:24:43 +02:00

55 lines
1.3 KiB
JSON

{
"name": "Adminer",
"id": "adminer",
"packaging_format": 1,
"description": {
"en": "Database management tool",
"fr": "Gestionnaire de base de données"
},
"version": "4.8.1~ynh4",
"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": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/adminer",
"default": "/adminer"
},
{
"name": "admin",
"type": "user"
}
]
}
}