-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adminer #2662
Comments
👍 The .htaccess file is already done, right? https://github.com/SynoCommunity/spksrc/blob/master/cross/adminer/Makefile#L28? Does that still work as intended on DSM6? As for the postgreSQL connection, document it in a wiki, like here? I assume this should never be made part of the package by default. For the dependencies, I think adding this file should work: https://github.com/SynoCommunity/spksrc/blob/master/spk/cops/src/conf/PKG_DEPS. That file is missing MariaDB as a dependency, but you could argue that it doesn't need to be a dependency for adminer. |
Yes, it works on DSM I wouldn't like to provide a package that gives full access to the PostgreSQL database (weird things could append between a keyboard and a chair...). But if some packages require a pgSQL DB, we will be able to provide an access using the package user account. Good idea to document it in the wiki. Adminer is compatible with any DSM version, it's a simple PHP script. We shouldn't restrict its use to DSM 6. If adminer is used with PostgreSQL, MariaDB is no more a dependency. So the only dependency is Web Station. |
This issue is linked to the #2661 issue.
Official website : http://adminer.org
Official source : https://github.com/vrana/adminer/
Dependencies : Web Station
and MariaDB.Security considerations :
.htaccess
file.PostgreSQL considerations :
if (extension_loaded("pgsql")) { ... }
in pgsql.inc.php because the extensionpgsql
does not work with the PostgreSQL server from DSM. The Extensionpdo_pgsql
works perfectly.http
) :The text was updated successfully, but these errors were encountered: