Adminer¶
What is it?¶
Adminer Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Adminer is available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB and others via plugin.
Protected Role
By default, the role is protected behind your Authelia/SSO middleware. You will also have to log into the app itself.
Details | |||
---|---|---|---|
Project home | Docs | Github | Docker |
1. Installation¶
sb install sandbox-adminer
2. URL¶
- To access Adminer, visit
https://adminer._yourdomain.com_
3. Setup¶
- Default login for MariaDB
Adminer Mariadb Login
System: Mysql
Server: mariadb:3306
Username: root
Password: password321
- Default login for Postgres
Adminer Postgres Login
System: PostgreSQL
Server: postgres:5432
Username: your_saltbox_user
Password: password4321
Adminer Plugins
Adminer has a number of plugins available to extend its functionality. You can find them here.