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
2017-07-26 13:34:32 +05:30

66 lines
1.9 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"
},
"url": "https://www.adminer.org/",
"maintainer": {
"name": "Fol",
"email": "fol@fol.tf",
"url": "https://github.com/jesuisfol/adminer_ynh"
},
"requirements": {
"yunohost": ">> 2.4.0"
},
"multi_instance": "true",
"change_url": "true",
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Adminer",
"fr": "Choisissez un domaine pour Adminer"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Adminer",
"fr": "Choisissez un chemin pour Adminer"
},
"example": "/adminer",
"default": "/adminer"
},
{
"name": "root_access",
"type": "boolean",
"ask": {
"en": "Allow root access(For security its disabled by default)?",
"fr": "Autoriser l'accès racine (pour la sécurité désactivée par défaut)?"
},
"default": false
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}