-
OpenSSL not working correctly in Alpine based PHP docker images
Mainly because of the significantly smaller size I'm currently switching to Alpine-Linux based docker images. In connection with PHP images (PHP-FPM…
Read more -
PhpStorm: JavaScript code completion not working correctly
Those who work a lot with TYPO3 and probably work a lot with TypoScript may also have the file extension *.ts assigned to the TypoScript file type.…
Read more -
Safari: AJAX bug with `fetch`
When we do not have to support for old browser like the Internet Explorer, we can finally use new technologies. Though it is bad, if even a modern…
Read more -
Roundcube does not send mails via Exim with STARTTLS
A customer reported, that it is not possible to send emails via the Roundcube webmailer. So I started digging. In the end I found the cause in the…
Read more -
Simple SSL redirect in Træfik with Docker
Often the goal is just to make the server redirect from HTTP to HTTPS, meaning from http://www.mydomain.com to https://www.mydomain.com. Using Docker…
Read more