What's up, selfhosters? - The Sunday thread
-
ITT: lots of busted pihole v6 updates
Finally got started with Grafana, Prometheus and Meshtastic.
I wonder why so many people had issues with the v6 pihole update.
I pulled the new docker container and it ran overtop the previous version just fine. The only issue I had was I had the admin password set to empty via an env variable and that variable name changed. Took like 10 min to find and fix. The rest migrated perfectly.
Now I'm just waiting on orbital-sync to add v6 support, but that's just around the corner and not that critical.
-
Almost forgot before going to bed but I feel bi-weekly is a good rhythm for this.
Let us know what you set up lately, what kind of problems you currently think about or are running into, what new device you added to your homelab or what interesting service or article you found.
Currently doing a full backup of 37TB to tape. Which I would normally do once per quarter but I got a smart error on one of my drive that I'll have to replace but before shutting down and removing the drive I want to have a full backup
I might even get warranty on the drive at least I got the last time this happened drive has lower then 200 days of runtime. We'll see -
If you want to have domains assigned to local IP addresses, you can also use Pihole as a local DNS! It's a very nice tool for adblocking on network level anyways, can only recommend it.
Awesome thank you, this is what I ended up setting up today. It's a bit of an awkward solution for now, I would very much like to use it for its ad blocking functionality but I'm unsure if I want to make it my only DNS provider while I'm still migrating services over to the mini PC and messing with the server config. I had set up Pihole years ago and my wife ran into problems using some apps on her phone so I think I'd need to be more proactive about making sure that's working this time around too.
-
Awesome thank you, this is what I ended up setting up today. It's a bit of an awkward solution for now, I would very much like to use it for its ad blocking functionality but I'm unsure if I want to make it my only DNS provider while I'm still migrating services over to the mini PC and messing with the server config. I had set up Pihole years ago and my wife ran into problems using some apps on her phone so I think I'd need to be more proactive about making sure that's working this time around too.
I get that, I plan to add another pihole ad some point so I can enter 2 nameservers at my router. There are solutions to sync all config between the piholes.
-
Currently doing a full backup of 37TB to tape. Which I would normally do once per quarter but I got a smart error on one of my drive that I'll have to replace but before shutting down and removing the drive I want to have a full backup
I might even get warranty on the drive at least I got the last time this happened drive has lower then 200 days of runtime. We'll seeWhat hardware are you using to read/write tape, and what does that cost you?
I've got around 30tb that I need to shift off of a Drobo at some point so I can repurpose the drives into a proper RAID setup that isn't a closed source black-box from a dead company (that was a poor choice, 6 years ago
). Keeping an eye out for solutions for when I get around to fixing that mess.
-
What hardware are you using to read/write tape, and what does that cost you?
I've got around 30tb that I need to shift off of a Drobo at some point so I can repurpose the drives into a proper RAID setup that isn't a closed source black-box from a dead company (that was a poor choice, 6 years ago
). Keeping an eye out for solutions for when I get around to fixing that mess.
That's why I initially got them to reorganize my raid setup and have them as backups in case I need them.
So I'm using lto4 which is 800gb per tape (current standard is lto9 16TB per tape)
And it really depends on how cheap you can get the drive for me I got a tape drive for like 200€ and bought bunch of tapes ~50 for 6€ per tape if you can get a LTO5 drive for a similar price you would only need half the amount of tapes. So all in for me it was 500€ but you can definitely buy less tapes if you don't need that many all at once. For your 30tb that would be 228€ in tapes.It was great fun researching the topic and comparing different eBay listings for hours
-
That's why I initially got them to reorganize my raid setup and have them as backups in case I need them.
So I'm using lto4 which is 800gb per tape (current standard is lto9 16TB per tape)
And it really depends on how cheap you can get the drive for me I got a tape drive for like 200€ and bought bunch of tapes ~50 for 6€ per tape if you can get a LTO5 drive for a similar price you would only need half the amount of tapes. So all in for me it was 500€ but you can definitely buy less tapes if you don't need that many all at once. For your 30tb that would be 228€ in tapes.It was great fun researching the topic and comparing different eBay listings for hours
Interesting; I'll definitely have to keep that in mind. Much cheaper than getting basically a whole new set of hdds at almost $30/tb (new nas-grade drives, not referbs).
Thanks!
-
I mean every other week. I wasn't aware of the other interpretation, but I think in combination with "The Sunday thread" it's unambiguous?
I have never heard fortnightly, but then I'm not a native speaker. Is that commonly used?
I have always heard bi-weekly be every other week, and semi-weekly be twice a week
-
flatpak
You mean as a client or a server?
I misremembered; I run “Immich Distribution” which is a snap and I run it on a Debian server.
-
I wonder why so many people had issues with the v6 pihole update.
I pulled the new docker container and it ran overtop the previous version just fine. The only issue I had was I had the admin password set to empty via an env variable and that variable name changed. Took like 10 min to find and fix. The rest migrated perfectly.
Now I'm just waiting on orbital-sync to add v6 support, but that's just around the corner and not that critical.
I had a pair of v5 with unbound setup, and ran the pihole -up and it went down lol. Dunno what happened, but i reinstalled and it’s all good.
I only run the basic block list, so I am thinking more and more to setup docker on my main server and move my pihole, pyvpn and grafana there and free up my raspi.
-
I had a pair of v5 with unbound setup, and ran the pihole -up and it went down lol. Dunno what happened, but i reinstalled and it’s all good.
I only run the basic block list, so I am thinking more and more to setup docker on my main server and move my pihole, pyvpn and grafana there and free up my raspi.
Hmm, I wonder if the failed updates are only direct installs vs docker.
I run two piholes, a primary on a rpi 3b running pios, and a secondary on my main server. Both are installed via docker and both updated without issue (besides the password thing).
I like having the primary DNS on a separate machine; it's kind of important and I like to mess with the main server a lot...
-
Hmm, I wonder if the failed updates are only direct installs vs docker.
I run two piholes, a primary on a rpi 3b running pios, and a secondary on my main server. Both are installed via docker and both updated without issue (besides the password thing).
I like having the primary DNS on a separate machine; it's kind of important and I like to mess with the main server a lot...
I also like to mess around so more and more docker seems like at least an ok idea if not a good idea.
-
I also like to mess around so more and more docker seems like at least an ok idea if not a good idea.
I definitely recommend it, particularly using docker compose. It's made it incredibly easy to add, remove, and modify software installs; keeping everything independent and isolated from each other.
This also makes backups and rolling back updates to individual projects much easier when you do run into problems.
-
I definitely recommend it, particularly using docker compose. It's made it incredibly easy to add, remove, and modify software installs; keeping everything independent and isolated from each other.
This also makes backups and rolling back updates to individual projects much easier when you do run into problems.
I appreciate the motivation. Thanks!
-
Almost forgot before going to bed but I feel bi-weekly is a good rhythm for this.
Let us know what you set up lately, what kind of problems you currently think about or are running into, what new device you added to your homelab or what interesting service or article you found.
Just set up Lemmy! I wonder if this gets through
-
Just set up Lemmy! I wonder if this gets through
I'm reading it so I'd say it works!
-
I'm reading it so I'd say it works!
Hell yeah, you just sent the first notification to my instance
-
Hell yeah, you just sent the first notification to my instance
That's actually so cool and the more I think about it the more it's making me really want to host my own Lemmy instance. Can I ask what sort of hardware resources you're running it on?
-
Yeah, nobody other than Brits use fortnightly anymore.
And Aussies. We use it here a LOT
-
That's actually so cool and the more I think about it the more it's making me really want to host my own Lemmy instance. Can I ask what sort of hardware resources you're running it on?
Sure! It's a Lenovo m910q tiny. Mine has an i7-6700 and 32GB RAM but Lemmy runs in a VM with 4 cores and 8 GB RAM which should be plenty, it's not even using half that RAM. Disk Space seems to be the limiting factor after a while since it keeps copies of all remote threads and comments but that can be cleaned up too.
Found some threads online on resource usage beforehand like this: https://lemmy.ml/post/440678