It’s easier for me to access all my data with some sort of a central storage – for this purpose I decided to use S3 a long time ago. Some cool tools I use do not have native s3 support (yet) but rclone helps with that. In this article I’ll show you how to use the docker volume plugin with a minio s3 storage configured in docker-compose.yml for use with paperless-ngx.
Continue reading Paperless-ngx with S3 using rcloneCategory: cloud
Nextcloud with S3 using rclone
I had trouble with Nextcloud’s own implementation (external storage s3) as it would corrupt some of my photos on auto upload using the Android Nextcloud Client. This did not happen with s3fs, goofys, rclone and also did not happen without s3. Disabling chunking, tuning timeouts, nothing really helped. After testing with goofys, s3fs and rclone I decided to use rclone. Here’s how I did…
Continue reading Nextcloud with S3 using rcloneSetting up MinIO in AWS Lightsail
MinIO is a high performance, s3 compatible object storage. I’m using it for some years now. In this article I’ll show you how to setup your own MinIO stack using Amazon Lightsail.
Continue reading Setting up MinIO in AWS LightsailNextcloud Linux Client on a Chromebook (ARM / aarch64)
Short explanation on how to get the nextcloud linux client working in a chromebook. This is because the android desktop client does not offer two-way synchronization as of now.
Continue reading Nextcloud Linux Client on a Chromebook (ARM / aarch64)Using Nextcloud with MinIO
MinIO is an object storage. I like it a lot and was thinking about using it with Nextcloud. Let’s see
Continue reading Using Nextcloud with MinIONextcloud migrate to PostgreSQL
Also getting the famous “1213 Deadlock found when trying to get lock; try restarting transaction”? A few users reported switching to PostgreSQL fixed it. While I did not believe at first… Yes… It solved that issue for me as well.
Continue reading Nextcloud migrate to PostgreSQLSetting 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