- USA
- https://www.sickgaming.net/
-
Admin and Developer @ SickGaming.net Full time HVAC Technician.
- Joined on
2023-10-22
The hunger games, doesn't include the newer series that just came out.
Instead of doing this, I really just made a script to take all my passwords and api links out of everything. Because taking .env updating example.env all the time was rather annoying. And maybe I…
ordered a fan, graphics card, and fan housing to go with this. Not exactly related but figured I'd mention here. After several updates, the reverse proxy link still isn't working. Not quite sure…
i did end up getting redis and the variable cors_allow_origin to work in template provided https://gitea.rcs1.top/sickprodigy/home-server/src/branch/main/open-webui/docker-compose.yml
but it…
Stop radarr
root@server:# umount /srv/samba/media/Movies
root@server:# umount /mnt/md17
nano /etc/fstab move /srv/samba/mediaMovies to /mnt/md17 and vice versa
Actually going to use…
Now just waiting till rsync is finished and can move umount movies, mount md17 to movies, change/update fstab to reflect. Reload, and see where we are from there. Will only have a few more tb…
cat /proc/mdstat # show which raids are active (sometimes md# will change, possibly when changing sata ports) sudo mkfs.ext4 -F /dev/md3 # This creates a file system on device md3 sudo…