Not super active, but I found some of the articles pretty useful (recently the fixing of incorrect addedAt timestamps in Plex helped me out), so I wanted to leave a link to it here: FWIW in my case I’m running Plex in a Docker container, so I connected to it with docker exec -it plex…
Category: homelab
CIFS mount input/output error -5 with reading SOME directories
This is mostly one of those “note to self” type posts so I can remember what I ran into. Maybe it’ll help somebody else as well, in which case: yay! ;] TL;DR: check if you have case-sensitivity enabled on the directories that are giving you problems using fsutil file queryCaseSensitiveInfo <directory>. If it is enabled,…
Upgrading Homeassistant in Proxmox/Portainer
So I’m running Proxmox on a little AMD Ryzen-based NUC now, and it’s awesome! I can run an amazing array of services on this teeny little box, and it handles it all like a champ. One of the things I’m running is Portainer to manager a bunch of Docker containers. And this is where our…