Self-hosting and other nerdy stuff

I've searched for a tutorial on how to use Keycloak as a user Backend for Nextcloud for weeks, but wasn't able to find one fitting my needs.

I wanted a solution that fulfills the following criteria:

  • use the correct username as the uid
  • be able to manage the quota of users
  • the least amount o...

I use docker for all of my applications running on my unRAID server, but for nginx I didn't find any image that fulfilled all my needs. So I wrote my own dockerimage which you can find here: https://github.com/Starbix/dockerimages/tree/master/nginx.

The following is my config and should explain...

This tutorial will show you how you can use your and your friend's Plex login to login to Nextcloud.

Setup LDAP-for-Plex

First you need to setup this piece of software, you can install it natively or use my docker for which you can find the tutorial here.

If you use unRAID you can add htt...

I wrote this tutorial because Hyperion doesn't support Odroid C2 out of the box and I didn't find an easy tutorial for it. I'm using LibreELEC, but with minor changes it'll work on any other OS.

Requirements

  • Odroid C2
  • Arduino Uno
  • APA102 LED stripe
  • USB type B to USB type A cable
  • Jumper...

This tutorial is not as detailed as https://hoarding.me so I suggest first reading through that tutorial to get a broad view of how it rclone, Sonarr and Radarr work with the cloud.

unRAID makes running a cloud based unlimited Plex server not as easy as it's on Ubuntu. So here's a tutorial for u...