Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 555 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 555 Bytes

OnlineSQL

Quickly get a MySQL,Postgres,SQLite,IBM DB2,SQL server web shell for testing purposes.

Deploy:

docker compose up

nginx will listen on http://localhost:8888/ by default.

You will be able to access the following routes:

  • /mysql
  • /postgres
  • /oracle
  • /sqlite
  • /mssql
  • /db2

You can configure anything you need by editing docker-compose.yml and proxy/templates/default.conf

Security:

Containers are sandboxed using dedicated users and an isolated network, still, you should probably not directly expose this on the internet.