Blog – Tips and tricks around software & co.

This blog is a collection of all kinds of tips, tricks and alike. Content for beginners as well as for tech-savvy people can be found here, from software like browsers to server administration until hardware.

TrueNAS SCALE: Create OneDrive cloud sync task

After migrating from TrueNAS Core to TrueNAS SCALE, I noticed that my OneDrive cloud sync tasks are not working anymore. This is due to the removal of the formerly used OneDrive implementation. Since it was outdated and won’t work with the Python version shipped with TrueNAS SCALE Bluefin, it has been removed from TrueNAS SCALE itself.

Continue reading “TrueNAS SCALE: Create OneDrive cloud sync task”

Debian: Setup z-push with IMAP and nginx

z-push allows you to extend your mail server with ActiveSync capabilities, e. g. support for push notifications on Apple’s iOS. That way, you can get earlier information about new emails on your iPhone and iPad. Since I couldn’t fine any complete guide on how to setup z-push within your already working setup with a mail server and nginx, I decided to create my own.

Continue reading “Debian: Setup z-push with IMAP and nginx”

Add missing headers to FastCGI Microcaching

A while ago I setup FastCGI Microcaching for this website at https://kittmedia.com to improve the page load time dramatically. Now, a while later, I noticed that some HTTP headers are missing in the server responses even if they were added in the configuration. Even after a Google search I couldn’t find any explanation but noticed that the X-Cache header I added for indicating if the microcache hits was added successfully.

Continue reading “Add missing headers to FastCGI Microcaching”