Browse Source

Update pi-hole app to 2021.10 (#1024)

thunderhub-0.12.30
Luke Childs 3 years ago
committed by GitHub
parent
commit
7b9bb1bbba
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:2021.09@sha256:42837bd859b91b5584e9df185a59b16fda2f04109d68f050889a58274ff27004
image: pihole/pihole:2021.10@sha256:ce9ba6e58a48ed3dbd6d1dbd884cb5dab6c1edb384b7f4b745ad72cca147a07a
# 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": "2021.09",
"version": "2021.10",
"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