I just read a few pages with benchmarks about Redis vs KeyDB and I wanted to give KeyDB a long time a try – it was on my ToDo. Here are (finally) three examples on how to switch from Redis to KeyDB.
Continue reading Switching from Redis to KeyDBTag: php
Encryption of ZFS volumes using a remote / external key-system written in PHP
I thought a long time about what security benefits I have if I store the encryption key of a volume on the same system (locally). Let me share some of these thoughts with you. Then I’ll show you my approach using a self-written key-system in PHP (using RedBeanPHP and Sqlite) and finally I’ll show you how to use this with ZFS.
Continue reading Encryption of ZFS volumes using a remote / external key-system written in PHPSetting up Nextcloud
Just a quick guide how I do install Nextcloud. This is Nextcloud 25.0.1 with PHP 8.1 on Debian Bullseye with Redis, APCu and MariaDB.
Continue reading Setting up Nextcloud