Commit Graph
638 Commits
Author SHA1 Message Date
William Desportes 2b712de361 Add CHANGELOG entries for #448 2025-01-07 22:36:51 +01:00
William Desportes 9c06d07727 Add a CHANGELOG entry for #186
Ref: 12b0f347cb
2025-01-07 22:29:24 +01:00
William Desportes a0e0282c91 Fix $i could be affected by the socket settings not being of the same length
Sync all variants
Ref: 12b0f347cb

"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-07 22:29:19 +01:00
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
William Desportes f79c7073ab Ref #187 - Make the rootless test fully using rootless and allow to skip the expose_php assertion
The HIDE_PHP_VERSION is not usable with rootless
2024-08-20 20:33:27 +02:00
William Desportes 0109a4fbdd Revert "Ref #187 - Make custom ini files writable in rootless mode"
This reverts commit 2335c3151b.
2024-08-20 20:11:24 +02:00
William Desportes a0e2d0f499 Bump testing to Alpine 3.20
Ref: #439
2024-08-20 20:09:38 +02:00
William Desportes 4cbf9ef735 Merge #432 - Fix Permissions of config.secret.inc.php
Pull-request: #432
Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-08-20 20:05:49 +02:00
William Desportes 6a4843e99d Delete the old stalebot config 2024-08-20 20:03:42 +02:00
William Desportes 998a6d85ab Update CHANGELOG.md 2024-08-20 20:02:57 +02:00
William Desportes 8831312555 Merge #441 - Enable SSL for all server
Pull-request: #441
Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-08-20 19:59:49 +02:00
TasdidurRahman 928a52ebcb update README.md
Signed-off-by: TasdidurRahman <tasdid@appscode.com>
2024-08-19 17:45:37 +06:00
TasdidurRahman 752da8f2d9 update README.md for PMA_SSL
Signed-off-by: TasdidurRahman <tasdid@appscode.com>
2024-08-19 16:49:04 +06:00
TasdidurRahman 88b594a77f enable server specific ssl
Signed-off-by: TasdidurRahman <tasdid@appscode.com>
2024-08-19 15:45:28 +06:00
TasdidurRahman 2d6be82ec6 enable server specific ssl
Signed-off-by: TasdidurRahman <tasdid@appscode.com>
2024-08-01 18:34:36 +06:00
TasdidurRahman e3f29d8d2e enable ssl for all server
Signed-off-by: TasdidurRahman <tasdid@appscode.com>
2024-08-01 15:20:01 +06:00
William Desportes 2335c3151b Ref #187 - Make custom ini files writable in rootless mode 2024-04-02 22:20:35 +02:00
William Desportes 6a687794c6 Ref #187 - Also test with another user 2024-04-02 22:00:45 +02:00
William Desportes 6d69b7796b Ref #187 - Make all the data www-data:www-data 2024-04-02 21:42:14 +02:00
William Desportes 6070d87f73 Use Alpine 3.19 for testing 2024-04-02 20:07:04 +02:00
William Desportes 50b7203dbf Merge #434 - Enable remoteip mod for Apache 2024-04-02 20:02:07 +02:00
William Desportes aa656af9c5 Bump GitHub actions 2024-04-02 20:00:29 +02:00
William Desportes 79a51154c1 Use docker compose plugin instead of the old binary 2024-04-02 19:56:17 +02:00
MelleandWilliam Desportes 215f36692f Enable remoteip for Apache
Co-Authored-by: William Desportes <williamdes@wdes.fr>
2024-04-02 19:52:10 +02:00
Daniel PätzoldandGitHub 3e0bcce10e Fix Permissions og config.secret.inc.php
For Docker in rootless-mode having the default umask of Docker set to 0007, the file will get created readable only to root.

Changed the ownership of that file to be readable by www-data.
2023-12-29 16:51:44 +01:00
William Desportes 272944cc5a Fix #287 - Verify the version syntax in *.sh to avoid command injection 2023-08-03 16:14:42 +02:00
William Desportes 6517adbfe3 Fix #421 - Document PMA_SOCKET and PMA_SOCKETS 2023-08-03 15:52:13 +02:00
William Desportes 30db079919 Merge #418 - improve the fix made in #417
Ref: 87bbb8dd8f
2023-07-04 18:14:25 +02:00
Eric de Ruiter da4b8f273a Better fix for #416
This applies the fixes suggested in https://github.com/docker-library/official-images/pull/14960
2023-07-04 14:39:51 +02:00
William Desportes 692333aa2d Update generate-stackbrew-library.sh from upstream build pack
To reduce further diffs when it will be updated to use versions.json if this happens

Ref: https://github.com/docker-library/buildpack-deps/blob/master/generate-stackbrew-library.sh
2023-06-30 14:21:33 +02:00
William Desportes 8674356a6d Merge #408 - Refactor update.sh 2023-06-30 13:51:41 +02:00
William Desportes a5b42082a8 Update CHANGELOG.md
Ref: 271a3e6a3e

[ci skip]
2023-06-30 13:48:41 +02:00
William Desportes 3c0561bd6e Run update.sh 2023-06-30 13:47:04 +02:00
William Desportes 636af2024a Revert "Auxiliary commit to revert individual files from d10b78cde45c4b6e081e4e5e38f354347838fb6f"
This reverts commit f5606d330139fca0dcb6ab97ac4826c5cbed1803.
2023-06-30 13:46:40 +02:00
William Desportes 1c138c510c Revert "Auxiliary commit to revert individual files from f650628a767be59159f10b9f9c18821235fb2d12"
This reverts commit 25b588cca10026c25bb856f6fb8bba2767e7af9a.
2023-06-30 13:45:42 +02:00
William Desportes 813fcf8410 Revert "Auxiliary commit to revert individual files from 5239485cfc6ed1099b15d634dc9431ddabb938ab"
This reverts commit bc440d32df7d8a2eea760fd85ae81564f7b77be8.
2023-06-30 13:42:08 +02:00
William Desportes d10b78cde4 Revert "Auxiliary commit to revert individual files from e68cbb87af581149bf433be6b94600c0288aa452"
This reverts commit 5d0a2c22adbb918ceb11d84eaddeff0750df759d.
2023-06-30 13:38:42 +02:00
William Desportes 644a36f7a0 Revert "Run update.sh"
This reverts commit 6d73dc8728.
2023-06-30 13:37:41 +02:00
William Desportes 2d43a62d20 Add a CHANGELOG entry for #415
Pull-request: #415

[ci skip]
2023-06-30 11:28:46 +02:00
William Desportes 328b498f51 Merge #415 - add extension bcmath for 2nd factor authentication 2023-06-30 11:27:18 +02:00
William Desportes b3cb5de98e Make GitHub actions sed back the config to MySQL mode if needed 2023-06-29 19:58:50 +02:00
William Desportes 87e2c6a325 Fix mysqladmin and MYSQL_ROOT_PASSWORD not existing anymore on MariaDB 11 2023-06-29 19:50:18 +02:00
William Desportes 87bbb8dd8f Merge #417 - Fix #416 - for debian 12 issue that caused libraries for extensions to be uninstalled
Fixes: #416
2023-06-29 19:26:54 +02:00
Eric de Ruiter ab6a09ad9f Added extra sanity check + better output in case of failure 2023-06-29 18:34:21 +02:00
Eric de Ruiter 37b7cff908 Fix for debian 12 issue (#416) that caused libraries for extensions to be uninstalled 2023-06-29 16:08:56 +02:00
William Desportes adf9118a38 Merge #401 - Add back a /sessions volume for sessions persistence 2023-06-29 13:44:41 +02:00
William Desportes a6c091bd8c Add a test for #401 - /etc/phpmyadmin/conf.d/ 2023-06-29 13:22:07 +02:00
William Desportes d455a71d95 Merge #399 - Add back a /sessions volume for sessions persistence 2023-06-29 13:11:48 +02:00
William Desportes 948bf2d147 Merge #411 - Update to PHP 8.2 2023-06-29 13:08:10 +02:00