diff --git a/doc/.DS_Store b/doc/.DS_Store new file mode 100644 index 0000000..c90376b Binary files /dev/null and b/doc/.DS_Store differ diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md new file mode 100644 index 0000000..51982ab --- /dev/null +++ b/doc/DISCLAIMER.md @@ -0,0 +1,5 @@ +## Configuration + +You need to know the root password from here `/etc/yunohost/mysql` or the app username and password from `setting.yml` under `/etc/yunohost/apps/appname` to login. +For themes download the `adminer.css` from the main website and replace the file in the app folder. +If you have problems with drivers see here: https://www.adminer.org/en/drivers. diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md new file mode 100644 index 0000000..010d328 --- /dev/null +++ b/doc/DISCLAIMER_fr.md @@ -0,0 +1,5 @@ +## Configuration + +Vous devez connaître le mot de passe root à partir d'ici `/etc/yunohost/mysql` ou le nom d'utilisateur et le mot de passe de l'application dans `setting.yml` sous `/etc/yunohost/apps/appname` pour vous connecter. +Pour les thèmes, téléchargez le fichier `adminer.css` depuis le site Web principal et placez le fichier dans le dossier de l'application. +Si vous rencontrez des problèmes avec les pilotes, consultez : https://www.adminer.org/en/drivers. diff --git a/doc/screenshots/screenshot.png b/doc/screenshots/screenshot.png new file mode 100644 index 0000000..09c3309 Binary files /dev/null and b/doc/screenshots/screenshot.png differ diff --git a/manifest.json b/manifest.json index a72a78c..46b48eb 100644 --- a/manifest.json +++ b/manifest.json @@ -7,8 +7,14 @@ "fr": "Gestionnaire de base de données en un seul fichier PHP" }, - "version": "4.8.0~ynh1", + "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",