Quickly get a MySQL/Postgres/SQLite web shell for testing purposes.
docker compose up
nginx will listen on http://localhost:8888/ by default.
You will be able to access the following routes:
- /mysql
- /postgres
- /sqlite
You can configure anything you need by editing docker-compose.yml and proxy/templates/default.conf
Containers are sandboxed using dedicated users and an isolated network.