this post was submitted on 18 Feb 2025
216 points (99.1% liked)

Selfhosted

60093 readers
580 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 30 days old, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Darkassassin07@lemmy.ca 12 points 1 year ago* (last edited 1 year ago) (1 children)

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 3 points 1 year ago

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