1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adminer_ynh.git synced 2024-09-03 18:06:06 +02:00
Adminer package for YunoHost
Find a file
Éric Gaspar ec4127d6cc
Upgrade package (#21)
* set client_max_body_size

* Auto-update README

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-10-16 20:24:22 +02:00
.github 4.8.1 (#15) 2021-07-04 16:03:50 +02:00
conf Upgrade package (#21) 2022-10-16 20:24:22 +02:00
doc Add config 2021-12-11 15:17:42 +01:00
scripts Upgrade package (#21) 2022-10-16 20:24:22 +02:00
sources/with_root_access Only admin (#17) 2021-07-10 12:49:55 +02:00
check_process Add config 2021-12-11 15:17:42 +01:00
config_panel.toml Add config 2021-12-11 15:17:42 +01:00
LICENSE Testing (#5) 2020-10-12 20:47:58 +02:00
manifest.json Upgrade package (#21) 2022-10-16 20:24:22 +02:00
README.md Upgrade package (#21) 2022-10-16 20:24:22 +02:00
README_fr.md Upgrade package (#21) 2022-10-16 20:24:22 +02:00

Adminer for YunoHost

Integration level Working status Maintenance status
Install Adminer with YunoHost

Lire ce readme en français.

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~ynh4

Demo: https://demo.adminer.org/adminer.php?username=

Screenshots

Screenshot of Adminer

Disclaimers / important information

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.

Documentation and resources

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