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.
Info
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
yaml
System: Mysql
Server: mariadb:3306
Username: root
Password: password321
- Default login for postgres
{ .yaml}
System: PostgreSQL
Server: postgres:5432
Username: your_saltbox_user
Password: password4321