mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-13 17:09:17 +00:00
Add DHCP support to Pi-hole (#146)
Co-authored-by: Nathan Fretz <nmfretz@gmail.com>
This commit is contained in:
parent
10d1d626c3
commit
ff10411528
|
@ -16,9 +16,12 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 53:53
|
- 53:53
|
||||||
- 53:53/udp
|
- 53:53/udp
|
||||||
|
- 67:67/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/pihole:/etc/pihole/
|
- ${APP_DATA_DIR}/data/pihole:/etc/pihole/
|
||||||
- ${APP_DATA_DIR}/data/dnsmasq:/etc/dnsmasq.d/
|
- ${APP_DATA_DIR}/data/dnsmasq:/etc/dnsmasq.d/
|
||||||
environment:
|
environment:
|
||||||
- VIRTUAL_HOST=${APP_DOMAIN}
|
- VIRTUAL_HOST=${APP_DOMAIN}
|
||||||
- WEBPASSWORD=${APP_PASSWORD}
|
- WEBPASSWORD=${APP_PASSWORD}
|
||||||
|
cap_add:
|
||||||
|
- NET_ADMIN
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||||
id: pi-hole
|
id: pi-hole
|
||||||
category: Networking
|
category: Networking
|
||||||
name: Pi-hole
|
name: Pi-hole
|
||||||
version: "2023.02.2"
|
version: "2023.02.2-dhcp"
|
||||||
tagline: Block ads on your entire network
|
tagline: Block ads on your entire network
|
||||||
description: >-
|
description: >-
|
||||||
Instead of browser plugins or other software on each computer,
|
Instead of browser plugins or other software on each computer,
|
||||||
|
@ -31,17 +31,11 @@ defaultUsername: ""
|
||||||
deterministicPassword: true
|
deterministicPassword: true
|
||||||
torOnly: false
|
torOnly: false
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
Starting with version 2023.02.02, the versioning of the Pi-hole app has been updated to reference the docker-pi-hole version (https://github.com/pi-hole/docker-pi-hole).
|
By popular request of the Umbrel Community, this update adds the ability to use Pi-hole as your DHCP server!
|
||||||
This release includes specific versions of the Pi-hole components: Core v5.15.5, FTL v5.21, and AdminLTE v5.18.4
|
See Pi-hole documentation here for setting up DHCP with bridge networking: https://docs.pi-hole.net/docker/dhcp/
|
||||||
|
|
||||||
|
|
||||||
Version 2023.02.02 Changelog:
|
This update does not include any changes the versions of the Pi-hole components: Core v5.15.5, FTL v5.21, and AdminLTE v5.18.4
|
||||||
|
|
||||||
- Replace deprecated variables with the correct ones
|
|
||||||
|
|
||||||
- Remove default lightttd from the image 4961bf4
|
|
||||||
|
|
||||||
|
|
||||||
Full changelogs are available here: https://github.com/pi-hole/docker-pi-hole/releases
|
|
||||||
submitter: Umbrel
|
submitter: Umbrel
|
||||||
submission: https://github.com/getumbrel/umbrel/commit/9ca55a25e043dcd50d5cb92c6ec756d368bb4794
|
submission: https://github.com/getumbrel/umbrel/commit/9ca55a25e043dcd50d5cb92c6ec756d368bb4794
|
||||||
|
|
Loading…
Reference in New Issue
Block a user