Skip to content

Pre-prepared skeleton demonstrating the way how to set up and use Adminer 4.8.1 in Zerops.

License

Notifications You must be signed in to change notification settings

MichalSalon/recipe-adminer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zerops x Adminer

The concept of a utility tool illustrates how to set up and use the technologies supported by Zerops.


adminer

Deploy on Zerops

You can add the latest version of Adminer to your project by clicking the Import Services button in the project details and then copying the provided code.

services:
  - hostname: adminer
    type: [email protected]
    enableSubdomainAccess: true
    buildFromGit: https://github.com/MichalSalon/recipe-adminer

See the Zerops documentation and zerops.yaml to understand how to use it.



ADMINER

Adminer 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.

Production vs. development

  • For production environments, it is not advisable to make Adminer publicly accessible. Consider either disabling Public Access through the Zerops.io subdomain after deployment in GUI or directly setting enableSubdomainAccess to false in import file.
  • To access Adminer in production environment you can use a VPN through ZCLI. Once connected, Adminer will be available at the address adminer.zerops (or whatever hostname you set).


Need help setting your project up? Join Zerops Discord community.

About

Pre-prepared skeleton demonstrating the way how to set up and use Adminer 4.8.1 in Zerops.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published