177
top 19 comments
sorted by: hot top controversial new old
[-] satanmat@lemmy.world 33 points 3 months ago

Gosh I'm sure that this will be some dangerously delicate process that will be too hard for me…

pihole -up

Oh. Cool.

[-] KickMeElmo@sopuli.xyz 12 points 3 months ago

Yup, and can confirm, it upgraded smoothly with no hiccups.

[-] k4j8@lemmy.world 22 points 3 months ago

We’ve integrated a new REST API and embedded web server directly into the pihole-FTL binary. This eliminates the need for lighttpd and PHP, reducing the installation footprint and boosting performance.

Very nice!

[-] Darkassassin07@lemmy.ca 8 points 3 months ago* (last edited 3 months ago)

Nice!

Upgrade went smoothly on docker, with some neat new additions. There's new filter options in the query log. There's a bunch of new metrics under Settings > System (enable 'advanced' in the top right). And overall there seems to be many more settings available under System > All Settings. For example you can easily set the TTL for blocked responses (this was a setting burried in config files before, I was looking for it like 2 weeks ago).

If you don't use/set a password in pihole, or you set one via .env variables; you'll probably have to reset it with the command:

sudo docker exec <container_name> sudo pihole setpassword <your password here>

(empty for no password)

/edit; seems that was a temporary solution.

These env variables have changed:

Was: webpassword=<your password>

DNS1=<upstream1>

DNS2=<upstream2>

Now: FTLCONF_dns_upstream=<upstream1;upstream2>

FTLCONF_webserver_api_password=<your password here>

[-] xavier666@lemm.ee 2 points 3 months ago

Hey, having all of this inside a docker-compose.yml file is even better.

[-] Xraygoggles@lemmy.world 5 points 3 months ago

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?

[-] Lemmling@lemm.ee 4 points 3 months ago

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.

[-] stetech@lemmy.world 2 points 3 months ago

Does Adguard work on “smart devices” like a TV?

[-] Xraygoggles@lemmy.world 2 points 3 months ago

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

[-] stetech@lemmy.world 0 points 3 months ago* (last edited 3 months ago)

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!

[-] quokka1@mastodon.au 2 points 3 months ago

@stetech @Xraygoggles there was a good article i read a couple of weeks ago about a guy who fired up a factory reset iPhone, opted out of all the crap but logged all connections it made (on his router). remind me tomorrow and i'll try and dig it out. i reckon you'd like it

[-] quokka1@mastodon.au 2 points 3 months ago

@stetech @Xraygoggles yes if you're able to either configure your router to tell tge tv to use it (DHCP), or you can set your TV's network settings directly. adguard probably have guides on how to do it

[-] gitamar@feddit.org 5 points 3 months ago

The exception to this is environment variables. You can start the container with the old variables in place but don’t expect them to work! It is recommended to read the docker section of our docs page before upgrading.

Important to know

[-] 9point6@lemmy.world 4 points 3 months ago

Welp here's hoping something pops up to replace gravity sync soon, can't really upgrade until it does.

I just found https://github.com/mattwebbio/orbital-sync but it's not apparent if it's compatible with v6 yet

[-] Darkassassin07@lemmy.ca 3 points 3 months ago

I'm using orbital-sync, it's not currently compatible with v6; but that's what they're working on now.

Hopefully not too long.

https://github.com/mattwebbio/orbital-sync/issues/190

[-] Maroon@lemmy.world 4 points 3 months ago

sigh opens wallet to donate

this post was submitted on 18 Feb 2025
177 points (98.9% liked)

Selfhosted

48320 readers
347 users here now

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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. 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.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS