Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
Would anyone be willing to offer their opinion on a comparison with Adguard Home?
Last week I was upgrading an old pi hole installation and ultimately decided to switch for awhile. Found the wild card blocking on Adguard to be quite nice for the pop ups that point out you're using an ad blocker.
But really the more technical details are a bit out of my wheel house, so if anyone could weigh in perhaps if with this new version one of them has clearly pulled ahead or they are so similar it doesn't really matter?
I used them in parallel for a while before switching to AdGuard. The key features that mattered to me were support for upstream DNS servers via DoH, detailed query logs, and wildcard domain rewriting. Also a better looking UI is a plus.
Does Adguard work on “smart devices” like a TV?
The version I'm specifically using is Adhuard Home, which runs on a raspberry pi that sits between your home network and the internet. Basically just like Pi Hole. So it will filter the DNS queries on your devices, including smart TV.
One of the options for a blocklist was specifically labeled as Smart TVs, so I'm presuming that one would take the fuss out of watching the logs and choosing which requests to block. This list is likely available for pi hole too, so that feature wouldn't be unique. I know sometimes these will also block firmware updates, so that's something to watch for.
https://github.com/Perflyst/PiHoleBlocklist/blob/master/SmartTV-AGH.txt
Thanks! I’ve only known the on-device installable Adguard apps until now (which obviously won’t work for something like roommate’s Apple TV, for example), so this is new stuff to me. Interesting!