17 Commits

Author SHA1 Message Date
Pablo Zmdl
9fd84b3e4f
Merge pull request #392 from kontaxis/nonroot-fix-custom-php-config 2025-12-18 17:18:58 +01:00
Georgios Kontaxis
84a8c037c8 Rename nonroot-custom-php-config to apply last 2025-12-15 16:33:34 +00:00
Georgios Kontaxis
eb584d5f87 Use the non-privileged port in examples/docker-compose-nonroot 2025-12-15 16:21:33 +00:00
Pablo Zmdl
141018e554 Document not working features in nonroot images 2025-07-17 15:08:56 +02:00
Pablo Zmdl
f04a3820bd Make HTTP daemons use public_html/ as document root
To protect files outside of the document root against unauthorized
access.
This is possible and recommended since a while, and will be required for
Roundcubemail v1.7.
2025-02-13 11:21:52 +01:00
Pablo Zmdl
e7bb1ba001
Merge pull request #303 from roundcube/remove-tls-details-from-example 2025-01-02 10:44:01 +01:00
Pablo Zmdl
18a941c85e Use :latest mysql images
Apparently there were problems with running new versions some time ago,
but I couldn't reproduce them, so here we go.
2024-12-17 14:47:00 +01:00
Pablo Zmdl
9f59f95eb3 Remove TLS-related details from examples
They hint on a possibility that isn't fleshed out, and mislead people to
think something is broken because HTTPS doesn't work out of the box.
2024-12-16 12:36:20 +01:00
Pablo Zmdl
8ee5f5dd2a Protect default temp_dir and log_dir from remote access
The .htaccess doesn't work in nginx
2024-12-02 07:55:03 +01:00
Pablo Zmdl
6182616cc4 Remove needlessly published ports from examples
Publishing the FPM port can even be dangerous if the image is run using
docker, which manipulates firewalls to provide access from the public to
all published ports.
2024-11-08 10:42:59 +01:00
William Desportes
5c73c3e40a
Fix composer plugins install (#250)
* Add new ENV ROUNDCUBEMAIL_COMPOSER_PLUGINS

* Fix composer plugin location and loading

* Remove ROUNDCUBEMAIL_INSTALL_PLUGINS
2024-08-04 21:38:40 +02:00
Lukas Müller
b6c9f5d250
Enable roundcube shell scripts to be directly executed (#238)
* Updated conditional in all variants of the docker-entrypoint.sh script to allow for shell scripts to be executed easily

* Added example
2024-05-21 22:54:57 +02:00
nimdaz
5905750b43
Fixed typo of 'postgres' in examples/readme.md (#213) 2023-08-28 09:56:40 +02:00
Patrizio Bekerle
d442c900e3
Update docker-mailserver docker image and examples link (#206) 2023-02-12 22:38:59 +01:00
Thomas Bruederli
cd5b1f3122 Fix example for custom docker images with plugins instlled
fixes #159
2021-12-05 23:07:56 +01:00
Thomas Bruederli
f6b5210018 Add example for a Kubernetes setup 2021-02-03 20:46:25 +01:00
Thomas Bruederli
ef6dfbea21 Add example docker-compose files
... for all variants of Roundcube images.

relates to issue #99
2020-10-05 22:54:03 +02:00