mirror of
https://github.com/YunoHost-Apps/adminer_ynh.git
synced 2024-09-03 18:06:06 +02:00
Updated to version 4.6.3
This commit is contained in:
parent
20af767e13
commit
0c23d7bd4b
4 changed files with 2229 additions and 2236 deletions
|
@ -1,8 +1,8 @@
|
||||||
<h1>Adminer for Yunohost</h1>
|
# Adminer for Yunohost
|
||||||
<p>Version 4.6.2 <br>
|
Shipped Version: **4.6.3**
|
||||||
Adminer (formerly phpMinAdmin better alternate to phpmyadmin) is a full-featured database management tool written in PHP.<br>
|
Adminer (formerly phpMinAdmin better alternate to phpmyadmin) is a full-featured database management tool written in PHP.<br>
|
||||||
http://www.adminer.org</p><br>
|
http://www.adminer.org</p><br>
|
||||||
<strong>You need to know the root password or the app username and password to login. Root password is in /etc/yunohost/mysql and the apps username and password are in setting.yml under /etc/yunohost/apps/appname.</strong><br>
|
<strong>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.</strong><br>
|
||||||
For themes download the adminer.css from the main website and put the file in the app folder.<br>
|
For themes download the adminer.css from the main website and put the file in the app folder.<br>
|
||||||
If you have problems with drivers see here: https://www.adminer.org/en/drivers.<br>
|
If you have problems with drivers see here: https://www.adminer.org/en/drivers.<br>
|
||||||
|
|
||||||
|
@ -15,4 +15,5 @@ If you have problems with drivers see here: https://www.adminer.org/en/drivers.<
|
||||||
- [X] Installation and remove script.
|
- [X] Installation and remove script.
|
||||||
- [X] Upgrade script
|
- [X] Upgrade script
|
||||||
- [X] Backup and restore script.
|
- [X] Backup and restore script.
|
||||||
|
- [ ] Check hash for source
|
||||||
- [ ] Option to add admin user access if the app is not piblic.
|
- [ ] Option to add admin user access if the app is not piblic.
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Database management in a single PHP file",
|
"en": "Database management in a single PHP file",
|
||||||
"fr": "Gestionnaire de base de données en un seul fichier PHP"
|
"fr": "Gestionnaire de base de données en un seul fichier PHP"
|
||||||
},
|
},
|
||||||
"version": "4.6.2",
|
"version": "4.6.3",
|
||||||
"url": "https://www.adminer.org/",
|
"url": "https://www.adminer.org/",
|
||||||
"license": "free",
|
"license": "free",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue