this post was submitted on 08 Jun 2023
68 points (100.0% liked)

Free and Open Source Software

17772 readers
80 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

I just recently started playing around with an old pc as my homeserver and am curious of any recommendations for lesser known self hostable foss software that you would recommend

you are viewing a single comment's thread
view the rest of the comments
[–] Father_Redbeard@lemmy.ml 3 points 1 year ago (4 children)

I find the user interface to be more intuitive and it seems like it's a bit more effective than pi-hole at ad blocking. It also has built in adult content filter lists if you want that which includes forcing safe search on multiple search engines, which is interesting. One thing I'll miss about pi-hole is the local dns config. I had stuff set like "pi.local" and "unRAID.local" so I didn't have to type IPs over and over. Afaik, AGH does not have that feature.

[–] lodronsi@beehaw.org 2 points 1 year ago (2 children)

Thank you for the review. I’m using the dns config pretty heavily with my pi-hole at the moment, but perhaps I can find another approach to name my home lab services.

[–] Father_Redbeard@lemmy.ml 2 points 1 year ago* (last edited 1 year ago) (1 children)

Jumping back on to correct myself: AGH does have local DNS ability. It's under 'DNS rewrites' and behaves like a host file. Works perfectly!

Edit: well sort of. Doesn't want to accept IP:port format. Damn. I'll have to keep looking...

[–] lodronsi@beehaw.org 1 points 1 year ago

Thanks! I’m running caddy server on a raspberry pi (same machine as pi-hole). I use it for the reverse proxy mostly. It maps the domain to the specific machine. My pi-hole maps all the domains to the IP of the caddy server. Probably there’s a more efficient way to do this but I haven’t tried yet.

load more comments (1 replies)