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 →
I have list [True, False, False, True] and another list [1, 2, 3, 4] and a use case where I want to filter list 2 based on list 1 to remove values that line up with the element False in list 1.... so the outcome will be [1, 4]. list(compress(list2, ... read more →
TL;DR As the nextcloud docs say... if you want to write to an external volume that location has to be writeable by the user/group www-data on the host system... so if that makes sense to you then this TIL probably isn't a ton of value.. if not howev ... read more →