My Nextcloud woes I wrote here about setting up www-data as the owner of any directories you want nextcloud to manage. However, I regularly struggle wtih permissions issues on my NAS because of the external storage app anyways so I've decided to jus ... read more →
TIL that when setting up download clients for radarr/sonarr/lidarr/readarr/bazarr/prowlarr that you can utilize internal DNS and instead of hardcoding an IP address of your download client server, can use just the CNAME record (ie. instead of 172.10 ... read more →
I ran out of space on the SSD in my server when doing some file transfers but only 100GB was used of a 256 GB SSD? LVM When installing Ubuntu live server the default option for how to partition the disk (in my experience) has been to setup an LVM gr ... read more →
When working with tdarr remote nodes, they need to have access not only to the same libraries but also the same transcode cache as the server otherwise the transcodes will fail... Network Setup To explain I'll give a brief overview of my home setup ... read more →
I use portainer to monitor my docker applications at home. I like that it shows me which ports are mapped where for every container all in one view but every time I click on a port (assuming it'll take me to that application via LAN) it goes to 0.0. ... read more →
I get https URLs and domain resolution at home with pihole's DNS/CNAME records read more →
apt-get by default wil go to the pve.enterprise repos so we need to point it to the non-enterprise ones. rm /etc/apt/sources.list.d/pve-enterprise.list vim /etc/apt/sources.list.d/pve-no-subscription.list # add deb http://download.proxmox.com/debi ... read more →
See 02-....yaml in ansible-nas read more →
I am revamping my home server and bumped myself early up to Jammy Jellyfish... however to my peril I reused my netplan config and after hitting my server with the 'ol netplan apply I lost connection... DNS still seemed to kinda work externally, but ... read more →
Setup admin External Storage extension Add my nas zfs dataset chown -R www-data:www-data on anything nextcloud uploads to. read more →