https://github.com/zeropsio/recipe-adminerevo
https://github.com/zeropsio/recipe-adminerevo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeropsio/recipe-adminerevo
- Owner: zeropsio
- License: mit
- Created: 2024-06-22T09:06:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T12:45:05.000Z (almost 2 years ago)
- Last Synced: 2026-04-01T13:40:47.678Z (3 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zerops x AdminerEvo
The concept of a utility tool illustrates how to set up and use the technologies supported by [Zerops](https://zerops.io).

## 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.
```yaml
services:
- hostname: adminerevo
type: php-apache@8.3
enableSubdomainAccess: true
buildFromGit: https://github.com/zeropsio/recipe-adminerevo
```
See the [Zerops documentation](https://docs.zerops.io/references/import) and [zerops.yaml](https://github.com/zeropsio/recipe-adminer/blob/main/zerops.yml) to understand how to use it.
## ADMINER
[AdminerEvo](https://github.com/adminerevo/adminerevo) is a web-based database management interface, with a focus on security, user experience, performance, functionality and size.
It works out of the box with MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch and MongoDB. In addition, there are plugins for SimpleDB, Firebird and ClickHouse.
AdminerEvo is developed by the AdminerEvo community and is a continuation of the Adminer project by Jakub Vrána.
## 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](https://docs.zerops.io/references/vpn) through [ZCLI](https://docs.zerops.io/references/cli). 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](https://discord.com/invite/WDvCZ54).