

Huh, maybe my TrueNAS experience is a little dated. Last I used it, everything was k8s and bo docker-compose at all.
Huh, maybe my TrueNAS experience is a little dated. Last I used it, everything was k8s and bo docker-compose at all.
Some advice, TrueNAS isn’t very newbie friendly. Between permissions and their wonky kubernettes setup that no containers actually leverage, it’s not great. It is free, but expect bumps in the road. Unraid and OpenMediaVault are much easier to use. I switched to Unraid, and it’s been amazing, I highly recommend it. It’s nice that you can install random sized drives, they don’t need to match. You can toss in a few ssds for cache, and the docker containers are super easy to setup and maintain. Jellyfin works just fine for instance. OMV has some great offerings too, but lack the docker/VM hosting side. It’s a NAS and nothing else. It’s expected to have proxmox or something hosted elsewhere that uses OMV as storage.
#2 opinion, build your own NAS. Especially if you’ve already built your own Gaming PC, it’s pretty straight forward. Pick a low powered cpu, toss in some ram, a ton of hdds, and maybe some old graphics card you have lying around for transcoding or hosting local AI for kicks. You’ll get a lot more for your money this way.
A lot of people aren’t big fans of Nginx Proxy Manager, which is separate from Nginx. But I like it. It’s got a nice gui, and the part I really like is the letsencrypt ssl certs baked in. You can get a new one, for a new service with a click of a button, and it auto renews your certs, so you don’t have to worry about it once it’s set up.
So, something to note is that a lot of UPSs have a configuration for sensitivity. Your power actually fluctuates quite a bit, but you don’t notice. I have my UPS on the default sensitivity, and there have been a few instances of it going onto battery power when none of my other devices even flickered.
So, with that in mind, I use NUT. My server has it setup and it’s set to gracefully shutdown after my UPS hits 25% battery remaining. That way false positives don’t shut it down, nor will small flickers, nor will an outage less than an hour or so. My UPS says I can run for about 90mins on current load.
I wish I could get fiber. I’ve got pretty solid coax internet, but my upload speeds are maxed out constantly. Backing up my server can take days at 40mbps(max).
Did you accidently typo the url? I see a ‘/’ instead of a ‘:’ before the port number.
try going to http://mydomainname:20054/
Might also need to fix the searchx_base_url env variable
Removing your data as a normie won’t be flagged. If you’re a celebrity, yea, you’ll may hit the Sreisand Effect. But as a normie, nah, plenty of people remove their data for a load of reasons all the time.
Like moat things I do, I recommend trying half-heartedly. It seems like it’s bothering you at least a little, or you wouldn’t have posted about it. Try, and if it’s too much work don’t worry about it, but at least you tried. it’s the rare person that doesn’t have any personaly info on the web. Even rarer the person who’s data hasn’t been leaked by PSN, OPN, T-Mobile, or hundreds of others.
Run:
df -h
in the terminal and find out.
Craigslist and facebook marketplace will usually get you some racks cheap. it’s also bot too difficult to build one either out of metal or wood.
Basically not to. Open one for a VPN like Wireguard to accept incoming connections, and that’s it. Use the VPN to connect to your home network and access your services that way.
Not NEW, but, check out local auctions. Local universities and govt offices are frequently selling lots of newish laptops (5ish yrs old) for $10-$50 apiece.
That’s why we have mice copy/paste bindings on most systems too. Highlighting text auto copies, and scroll wheel click pastes. Not all do this, but many do and have for a while.
Great, I recommend having two Adguard Home instances.
Yep, if you have somewhere to put a docker container or VM you can have redundancy.
Right, I never said two raspberry pis, I meant two instances. Like one pi and a container run elsewhere.
Right, I didn’t have any issues running it on a pi for years too. The problems came when I started messing with things. So, really my advice is to help save people from ideas like mine.
I decided one day to take a bunch of old laptops and create a proxmox cluster out of them. It worked great, but I didn’t have a use for them, I was just playing. So, I decided to retire the pi and put the pihole on the cluster. HA for the win!
I did that and came woke up a few days later to my family complaining that they had no internet. I found the pihole container on a different node and it wouldn’t start. Turns out with proxmox you need separate storage for HA to work. I had assumed that it would be similar to jboss clustering which I’m familiar with, and the container would be on all the nodes and only one actice at a time, with some syncing between nodes. Nope.
What’s worse is the container refused to move back to the origional node AND wouldn’t start. The pi was stored away at this point so I figured it would be easier to just create a new container, but duh, no internet. Turn off dns settings on the router, bam have internet.
Eventually set up the old pi again, and it took me a while to figure out what I had done wrong with proxmox. But while I was figuring it out it was nice to have the backup.
Now I always have two running on different hardware, just in case.
I recommend having two. Otherwise your home internet goes down everytime you update or reboot or it crashes.
Nice! Good to know that if Unraid goes downhill I have a good alternative.