mirror of
https://github.com/YunoHost-Apps/adminer_ynh.git
synced 2024-09-03 18:06:06 +02:00
Adminer package for YunoHost
32391ef838
* 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> * Version 2 (#23) * v2 * Auto-update README * v2 * Auto-update README * Update tests.toml * Update manifest.toml * fix * Update manifest.toml * Auto-update README * Update upgrade --------- 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> |
||
---|---|---|
.github | ||
conf | ||
doc | ||
scripts | ||
sources/with_root_access | ||
config_panel.toml | ||
LICENSE | ||
manifest.toml | ||
README.md | ||
README_fr.md | ||
tests.toml |
Adminer for YunoHost
This package allows you to install Adminer quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.
Overview
Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB and others via plugin.
Shipped version: 4.8.1~ynh5
Demo: https://demo.adminer.org/adminer.php?username=
Screenshots
Documentation and resources
- Official app website: https://www.adminer.org/
- Upstream app code repository: https://github.com/vrana/adminer/
- YunoHost documentation for this app: https://yunohost.org/app_adminer
- Report a bug: https://github.com/YunoHost-Apps/adminer_ynh/issues
Developer info
Please send your pull request to the testing branch.
To try the testing branch, please proceed like that.
sudo yunohost app install https://github.com/YunoHost-Apps/adminer_ynh/tree/testing --debug
or
sudo yunohost app upgrade adminer -u https://github.com/YunoHost-Apps/adminer_ynh/tree/testing --debug
More info regarding app packaging: https://yunohost.org/packaging_apps