35 Commits
Author SHA1 Message Date
e1fe998378 Add mutual TLS (mTLS) support for remote database connections in PhpMyAdmin (#448)
Add mutual TLS (mTLS) support for remote database connections in PhpMyAdmin

Pull-request: #448

Signed-off-by: lordrobincbz <robincrombez.pro@gmail.com>
Co-authored-by: William Desportes <williamdes@wdes.fr>
2025-01-07 21:27:08 +00:00
William Desportes 12b0f347cb Fix $i could be affected by the socket settings not being of the same length
"Looping through $sockets using the same index variable $i interferes with $i--; on the following line. PMA_HOSTS & PMA_SOCKETS may not be of equal length."
2025-01-03 23:56:43 +01:00
TasdidurRahman 88b594a77f enable server specific ssl
Signed-off-by: TasdidurRahman <tasdid@appscode.com>
2024-08-19 15:45:28 +06:00
William Desportes adf9118a38 Merge #401 - Add back a /sessions volume for sessions persistence 2023-06-29 13:44:41 +02:00
PigoandGitHub f8edb1ca87 check /etc/phpmyadmin/conf.d exists
/etc/phpmyadmin/conf.d need to check whether  /etc/phpmyadmin/conf.d exists
2023-03-29 17:30:57 +08:00
PigoandGitHub a03d55e76a Support additional configurations
#319
2023-03-29 11:15:30 +08:00
Chris ProudandGitHub 80ce7025ac Remove Trim() from around dir env settings 2022-09-21 13:10:09 +01:00
Chris ProudandGitHub 0c1b04d2fc [+] ENV PMA_UPLOADDIR and PMA_SAVEDIR 2022-09-20 17:15:13 +01:00
William Desportes 0ed2e6651b Apply some coding standard rules on config.inc.php 2022-08-01 11:01:02 +02:00
William Desportes bd7de17631 Add MEMORY_LIMIT to allowed ENV names
Added in #320
See: https://github.com/docker-library/official-images/pull/9426
2021-02-02 00:12:33 +01:00
William Desportes 49a7e0fba7 Make the new MEMORY_LIMIT ENV work for phpMyAdmin configs
Added in #320
See: https://github.com/docker-library/official-images/pull/9426
2021-02-02 00:08:42 +01:00
William Desportes 1a7be47268 Fix PMA_QUERYHISTORYMAX ENV in config.inc.php
See: https://github.com/docker-library/official-images/pull/9426
2021-02-01 23:53:40 +01:00
William Desportes a66e868fd0 Merge #317 - Fix #309 QueryHistoryMax is an int 2020-12-31 11:08:11 +01:00
William Desportes 4b1fe4dc6f Merge #314 - Add the possibility to change max_execution_time 2020-12-26 12:02:34 +01:00
Dennis PaulandWilliam Desportes a3a4c4e0fd [+] ENV MAX_EXECUTION_TIME 2020-12-26 11:58:45 +01:00
Samuel Denis-D'OrtunandGitHub 5e1ea11678 Add PMA_QUERYHISTORYMAX config parameter 2020-10-16 23:10:58 -04:00
J0WIandIsaac Bennetch 78e3cb7aba Refactor Dockerfile to support multiple variants and drop supervisord (#200)
* Refactor Dockerfile to support multiple variants and drop supervisord
* Rename run.sh to docker-entrypoint.sh
* Update tests for apache conatiner
* Fix tests in conatiner
* Fix database startup
* Update Makefile to build all variants
* Update phpMyAdmin to 4.8.4
* Rebase on top of v4.8.5
2019-03-29 03:48:30 -04:00
Michal Čihař f581555bcf Move all configuration to /etc
* configuration is now in /etc
* reorder commands for better Docker layer caching

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-11-28 10:19:52 +01:00
Michal Čihař cd02b8d305 Move config.user.inc.php to /www
It needs to be stored in a location allowed by open_basedir.

Fixes #73

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-10-18 12:09:58 +02:00
Andrea Sosso 07afa363d7 Adding PMA_VERBOSE and PMA_VERBOSES environment variables 2016-10-04 15:25:13 +02:00
Michal Čihař fc12c997ef Allow to specify verbose names
Fixes #54

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-09-22 09:55:02 +02:00
Michal Čihař 9e0529c6f5 Revert "Remove PMA_ABSOLUTE_URI as it is no longer needed with 4.6"
This reverts commit 812590e038.

Fixes #40

Please note that the setting will take no effect till phpMyAdmin 4.6.5.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-17 15:43:28 +02:00
Michal Čihař a5dfdfe993 Move user configuration and simplify it's setup
- move it to root directory to make it easier to use as volume

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-08 13:09:32 +02:00
Douglas Wagner 4cadf08f00 Updated for installing config.userdef.inc.php hook to update PHPMYADMIN custom user setttings without modifying/overriding the config.inc.php file. 2016-07-11 12:49:04 -05:00
Michal Čihař 812590e038 Remove PMA_ABSOLUTE_URI as it is no longer needed with 4.6
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-06-10 13:49:55 +02:00
Lorenz Brun 3c336a7816 Added to list of environment variables 2016-01-09 02:09:29 +01:00
Lorenz Brun 1ac16c0daf Allows to set the user-facing URL, fixes #12 2016-01-09 02:06:01 +01:00
Sullivan SENECHAL 261a9107e2 Allow empty password 2015-12-15 13:46:03 +01:00
Michal Čihař c6b5962723 Ensure we get the environment in most cases
It turns out that PHP versions differ in passing Unix environment, let's
fallback to getenv to fix that.

Fixes #10

Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-15 10:43:17 +01:00
Michal Čihař 8f0181616e Allow to sepcify more db servers
Fixes #7

Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-14 14:01:19 +01:00
Michal Čihař e6ba64cd5f Fix typo in config file
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-14 13:49:36 +01:00
Michal Čihař b0a8bc0bec Add support for config auth method
Fixes #8

Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-14 13:39:31 +01:00
Michal Čihař 7d566641b4 Use just one configuration file
We can generate correct values inside it, no need for magic handling
more of the files.

Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-14 13:36:47 +01:00
Sebastian Mendel cd7cc22fd8 add support for arbitrary servers 2015-12-04 13:02:28 +01:00
ZhiFeng Hu 063cecc62b Update Dockerfile
Signed-off-by: ZhiFeng Hu <hufeng1987@gmail.com>
2015-11-06 10:27:39 +08:00