Browse Source

Update pi-hole app to 2021.09 (#978)

0.4.2
Luke Childs 3 years ago
committed by GitHub
parent
commit
c994ba50f4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/pi-hole/docker-compose.yml
  2. 2
      apps/registry.json

2
apps/pi-hole/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
server:
image: pihole/pihole:v5.8.1@sha256:d2f764c4531515a1b93d5a8d1d82272ddc961e580f19c84ed764e4fa863823b1
image: pihole/pihole:2021.09@sha256:42837bd859b91b5584e9df185a59b16fda2f04109d68f050889a58274ff27004
# Pi-hole doesn't currently support running as non-root
# https://github.com/pi-hole/docker-pi-hole/issues/685
# user: "1000:1000"

2
apps/registry.json

@ -47,7 +47,7 @@
"id": "pi-hole",
"category": "Networking",
"name": "Pi-hole",
"version": "5.3.1",
"version": "2021.09",
"tagline": "Block ads on your entire network",
"description": "Instead of browser plugins or other software on each computer, install Pi-hole® on your Umbrel and your entire network is protected. Network-level blocking allows you to block ads in non-traditional places such as mobile apps and smart TVs, regardless of hardware or OS. Since advertisements are blocked before they are downloaded, network performance is improved and will feel faster. \n\nIn addition to blocking advertisements, Pi-hole® has an informative Web interface that shows stats on all the domains being queried on your network. Pi-hole® works fine with an existing DHCP server, but you can use Pi-hole®’s to keep your network management in one place.\n\n Pi-hole® and the Pi-hole® logo are registered trademarks of Pi-hole. Umbrel is not sponsored, endorsed by, or associated with Pi-hole®.",
"developer": "Pi-hole®",

Loading…
Cancel
Save