Browse Source

Update pi-hole app to 2021.10.1

pihole-2021.10.1
Luke Childs 3 years ago
parent
commit
34376bd211
  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:2021.10@sha256:ce9ba6e58a48ed3dbd6d1dbd884cb5dab6c1edb384b7f4b745ad72cca147a07a
image: pihole/pihole:2021.10.1@sha256:51d4686985cab06913588970ec386457c84f3df0a79dd7856c60b263b8cb40cc
# 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

@ -49,7 +49,7 @@
"id": "pi-hole",
"category": "Networking",
"name": "Pi-hole",
"version": "2021.10",
"version": "2021.10.1",
"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