mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update pi-hole to version 2025.03.0 (#2328)
This commit is contained in:
parent
754dfb4b67
commit
e84e839ff1
@ -2,7 +2,7 @@ version: "3.7"
|
||||
|
||||
services:
|
||||
server:
|
||||
image: pihole/pihole:2025.02.6@sha256:bcf79fe65348067d17b7b14fd7e2cb8177bbb4e972e1880a905169334e69c1a2
|
||||
image: pihole/pihole:2025.03.0@sha256:6c872c3f8f1954423dbd1c7db661719b447e7b890e231489ada2a6a2904342ff
|
||||
# Pi-hole doesn't currently support running as non-root
|
||||
# https://github.com/pi-hole/docker-pi-hole/issues/685
|
||||
# user: "1000:1000"
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||
id: pi-hole
|
||||
category: networking
|
||||
name: Pi-hole
|
||||
version: "2025.02.6-ipv6"
|
||||
version: "2025.03.0"
|
||||
tagline: Block ads on your entire network
|
||||
description: >-
|
||||
Instead of browser plugins or other software on each computer,
|
||||
@ -36,23 +36,16 @@ releaseNotes: >-
|
||||
To avoid issues, temporarily set a backup DNS server (e.g., 1.1.1.1) on your router before updating— or configure a permanent fallback DNS to prevent future issues.
|
||||
|
||||
|
||||
This is a small fix that allows umbrelOS users to access the Pi-hole web interface via an IPv6 address.
|
||||
This release includes several improvements and bug fixes:
|
||||
- Improved DNS port configuration for docker health checks
|
||||
- Added NTP port to docker compose example
|
||||
- Updated embedded CivetWeb
|
||||
- Improved IPv6 client name resolution
|
||||
- Enhanced settings and query log functionality in the web interface
|
||||
- Fixed multiple domain insertion as wildcard
|
||||
- Improved memory unit selection for devices with less than 1 GB of RAM
|
||||
|
||||
|
||||
**Previous 2025.02.6 release notes:**
|
||||
|
||||
|
||||
This release comes with Pi-hole version 6 and adds a lot of new features.
|
||||
|
||||
|
||||
Highlights:
|
||||
- Redesigned User Interface
|
||||
- Embedded Web Server and REST API
|
||||
- Advanced Filtering and Allowlists
|
||||
- Consolidated Configuration Files
|
||||
- HTTPS Support
|
||||
- Alpine based Docker image
|
||||
|
||||
Full release notes can be found at https://pi-hole.net/blog/2025/02/18/introducing-pi-hole-v6/
|
||||
Full release notes can be found at https://github.com/pi-hole/docker-pi-hole/releases/tag/2025.03.0
|
||||
submitter: Umbrel
|
||||
submission: https://github.com/getumbrel/umbrel/commit/9ca55a25e043dcd50d5cb92c6ec756d368bb4794
|
||||
|
Loading…
Reference in New Issue
Block a user