-
TER publishing with GitHub Releases
I'm a big fan of automated releases procedures. That's why I wanted to use GitHub Actions and GitHub releases for publishing my extension to the TER.…
Read more -
Auto-redirect on slug change: Default status code
TYPO3 CMS used 307 as the default status code for redirects, both when creating them via the "Redirects" module and when auto-creating them on slug…
Read more -
.gitignore: Correctly specifying ignore and exclude patterns
I was trying to make git ignore some directories but exclude certain file and directories within it. My directory structure was as follows: . └──…
Read more -
Deferred image processing for TYPO3 CMS
In one of my recent projects I tried to generate images with the <picture> tag and different image sources for different screensizes and pixel…
Read more -
Ansible + passwordstore: Creating, storing and distributing SSH key pairs
There are many situations where you need or want to use SSH keys for connecting to a server. This could be automatic software deployment (continuous…
Read more