mirror of
https://github.com/YunoHost-Apps/adminer_ynh.git
synced 2024-09-03 18:06:06 +02:00
Fix
This commit is contained in:
parent
270ad51308
commit
966e960cf5
3 changed files with 4 additions and 16 deletions
|
@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
## Overview
|
||||
Adminer (formerly phpMinAdmin better alternate to phpMyAdmin) is a full-featured database management tool (MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch, MongoDB). Replace phpMyAdmin with Adminer and you will get a tidier user interface, better support for MySQL features, higher performance and more security. [See detailed comparison](https://www.adminer.org/en/phpmyadmin).
|
||||
|
||||
**Shipped version:** 4.7.8
|
||||
**Shipped version:** 4.8.0
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install
|
|||
## Vue d'ensemble
|
||||
Adminer (anciennement phpMinAdmin, meilleure alternative à phpMyAdmin) est un outil de gestion de base de données (MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch, MongoDB). Remplacez phpMyAdmin par Adminer et vous obtiendrez une interface utilisateur plus ordonnée, une meilleure prise en charge des fonctionnalités MySQL, des performances plus élevées et plus de sécurité. [Voir comparaison détaillée](https://www.adminer.org/en/phpmyadmin).
|
||||
|
||||
**Version incluse :** 4.7.8
|
||||
**Version incluse :** 4.8.0
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"fr": "Gestionnaire de base de données en un seul fichier PHP"
|
||||
},
|
||||
|
||||
"version": "4.7.8~ynh1",
|
||||
"version": "4.8.0~ynh1",
|
||||
"url": "https://www.adminer.org/",
|
||||
"license": "Apache-2.0",
|
||||
"maintainer": {
|
||||
|
@ -21,7 +21,7 @@
|
|||
"url": "https://github.com/jesuisfol/adminer_ynh"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.0.0"
|
||||
"yunohost": ">= 4.1.7"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
@ -33,19 +33,11 @@
|
|||
{
|
||||
"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"
|
||||
},
|
||||
|
@ -61,10 +53,6 @@
|
|||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Is it a public application?",
|
||||
"fr": "Est-ce une application publique ?"
|
||||
},
|
||||
"default": true
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue