pihole-speedtest VS docker-pi-hole

Compare pihole-speedtest vs docker-pi-hole and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pihole-speedtest docker-pi-hole
6 203
214 7,836
- 2.0%
8.5 7.5
6 days ago 5 days ago
Dockerfile Shell
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pihole-speedtest

Posts with mentions or reviews of pihole-speedtest. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-21.
  • Admin console 403 error
    1 project | /r/pihole | 8 Apr 2023
    A brief history: At first everything was working just fine but my speedtest that was installed on the pihole console was not working correctly. I ran a bunch of updates (since I neglected to do so for a year) but still the speedtest was still showing that the test were running every hour but most of them were returning all zeros for up/down/ping. I went through a couple of forums and tried to reinstall my server that runs the admin page (I think it was lighttpd) and then it all hit the fan.
  • So I can never not use pihole again, ADList Suggestions please?
    5 projects | /r/pihole | 21 Feb 2022
    Every so often I do something to my pi’s and need to rebuild my pihole set up, I always consider “well do I really need it?” “That is how webpages provide free stuff, do I want to take it away?” “I am doing other things for privacy do I need this to?” This most recent time that my pihole set up died on me I started getting bombarded with ads for places and things that I would never consider, then some things happened scaring me about my ID was stolen again I stepped up my security and reset up my pihole setup. I have two pi’s both running pihole, one as my primary and one as my secondary both are synced together with https://github.com/vmstan/gravity-sync. I have a poop load of block lists, but I have a white list that grows every so often as I find new ways to block things ads while not blocking services. (my most recent addition to the whitelist is Facebook, I like Facebook and don’t want to give it up.) I use Pihole unbound https://www.wundertech.net/use-unbound-to-enhance-the-privacy-of-pi-hole-on-a-raspberry-pi/ set up on both my pi’s, at one point in time I had https://docs.pi-hole.net/guides/dns/cloudflared/ running on my system. I suggest unbound and definitely not both, as I understand when running both it takes the best parts out of the other. When I find the ad lists, black lists, and white lists that are working for me I make sure to back them up. In settings there is the teleporter where you can save everything and store it where ever you want. I have been trying but failing at getting the speedtest add on working but my past few installs haven’t liked it, yeah I break things trying to do things often! https://github.com/arevindh/pihole-speedtest, I think I will try reinstalling the add on?Every so often I do something to my pi’s and need to rebuild my pihole set up, I always consider “well do I really need it?” “That is how webpages provide free stuff, do I want to take it away?” “I am doing other things for privacy do I need this to?” This most recent time that my pihole set up died on me I started getting bombarded with ads for places and things that I would never consider, then some things happened scaring me about my ID was stolen again I stepped up my security and reset up my pihole setup. I have two pi’s both running pihole, one as my primary and one as my secondary both are synced together with https://github.com/vmstan/gravity-sync. I have a poop load of block lists, but I have a white list that grows every so often as I find new ways to block things ads while not blocking services. (my most recent addition to the whitelist is Facebook, I like Facebook and don’t want to give it up.) I use Pihole unbound https://www.wundertech.net/use-unbound-to-enhance-the-privacy-of-pi-hole-on-a-raspberry-pi/ set up on both my pi’s, at one point in time I had https://docs.pi-hole.net/guides/dns/cloudflared/ running on my system. I suggest unbound and definitely not both, as I understand when running both it takes the best parts out of the other. When I find the ad lists, black lists, and white lists that are working for me I make sure to back them up. In settings there is the teleporter where you can save everything and store it where ever you want. I have been trying but failing at getting the speedtest add on working but my past few installs haven’t liked it, yeah I break things trying to do things often! https://github.com/arevindh/pihole-speedtest, I think I will try reinstalling the add on?
  • Network analyzer for pi?
    1 project | /r/raspberry_pi | 8 Jan 2022
  • Using POiHole to monitor ISP QOS
    1 project | /r/pihole | 30 Dec 2021
  • Quickest way to reset Pihole to defaults?
    1 project | /r/pihole | 1 Jun 2021
    Have you tried following the uninstall instructions? https://github.com/arevindh/pihole-speedtest/wiki/Uninstalling-Speedtest-Mod
  • Issues since setting up a backup PiHole
    1 project | /r/pihole | 12 Mar 2021
    I don't know if this'll answer your second question, but both are running PiHole, Unbound, the Ookla Speedtest-CLI, and the pihole speedtest mentioned in https://github.com/arevindh/pihole-speedtest

docker-pi-hole

Posts with mentions or reviews of docker-pi-hole. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-10.
  • Problem - Pi-Hole not getting many DNS requests
    2 projects | /r/pihole | 10 Jul 2023
    Yesterday I deployed the official pi hole docker container on my raspberry pi 3 and set a custom DNS address on my phone addressing to the pi.
  • Help with container seeing gateway as the return address
    1 project | /r/docker | 17 May 2023
    #pihole   pihole:     container_name: pihole     image: pihole/pihole:latest     ports:       - target: 53         published: 53         protocol: tcp         mode: host       - target: 53         published: 53         protocol: udp         mode: host       - "67:67/udp"       - "8070:80/tcp"       - "8073:443/tcp"     environment:       TZ: 'America/Indianapolis'       WEBPASSWORD: #'TEMP_PASSWORD' #'set a secure password here or it will be random'       WEBPASSWORD_FILE: '/etc/pihole/adminpw.txt'     # Volumes store your data between container upgrades     volumes:       - '~/pihole/etc-pihole:/etc/pihole'       - '~/pihole/etc-dnsmasq.d:/etc/dnsmasq.d'     #   https://github.com/pi-hole/docker-pi-hole#note-on-capabilities     cap_add:       - NET_ADMIN # Recommended but not required (DHCP needs NET_ADMIN)     #network_mode: host     restart: unless-stopped     #UPTIME KUMA   uptime_kuma:     image: louislam/uptime-kuma:1     container_name: uptime-kuma     volumes:      - uptime-kuma:/app/data     ports:      - 8060:3001     restart: always
  • No internet access for containers co-hosted with pihole
    6 projects | /r/docker | 13 May 2023
    version: "3" # More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/ networks: dns_net: driver: bridge ipam: config: - subnet: 10.2.0.0/24 services: pihole: depends_on: [unbound] container_name: pihole image: pihole/pihole:latest hostname: pihole networks: dns_net: ipv4_address: 10.2.0.100 ports: - "5335:53/tcp" - "5335:53/udp" - "7000:80/tcp" environment: TZ: ${TZ} WEBPASSWORD: ${PWD} FTLCONF_LOCAL_IPV4: ${HOST_IP} # Set to server's LAN IP, used by web block modes. PIHOLE_DNS_: 10.2.0.200 # Upstream DNS server(s) for Pi-hole to forward queries to, separated by a semicolon DNSMASQ_LISTENING: all # "Listen on all interfaces, permit all origins" # Volumes store your data between container upgrades volumes: - /var/lib/docker/volumes/pihole/etc-pihole:/etc/pihole - /var/lib/docker/volumes/pihole/etc-dnsmasq.d:/etc/dnsmasq.d healthcheck: disable: true restart: unless-stopped unbound: # https://github.com/MatthewVance/unbound-docker container_name: unbound image: mvance/unbound:latest hostname: unbound networks: dns_net: ipv4_address: 10.2.0.200 ports: - "${HOST_IP}:53:53/udp" - "${HOST_IP}:53:53/tcp" healthcheck: disable: true restart: unless-stopped
  • Synology/MACVLAN/BRIDGE help
    2 projects | /r/synology | 9 May 2023
    services: pihole: container_name: pihole image: pihole/pihole:latest hostname: pihole # Container hostname (optional) domainname: mynetwork.local # Container domain (optional) mac_address: f7:55:63:b0:68:83 # Random MAC address (optional) networks: virtualnet: # Name of macvlan ipv4_address: 192.168.100.249 # Desired IP for pihole dns: - 127.0.0.1 - 1.1.1.1 ports: - "53:53/tcp" - "53:53/udp" - "67:67/udp" - "80:80/tcp" - "443:443/tcp" volumes: - ./pihole-configs/:/etc/pihole/ - ./dnsmasq.d-configs/:/etc/dnsmasq.d/ # DNSMASQ_USER # https://github.com/pi-hole/docker-pi-hole/issues/963 # https://github.com/pi-hole/docker-pi-hole/blob/master/README.md#upgrade-notes environment: FTLCONF_LOCAL_IPV4: 10.59.0.6 # Desired IP for pihole VIRTUAL_HOST: pihole.mynetwork.local DNSMASQ_USER: root PIHOLE_DNS_: 1.1.1.1;1.0.0.1;2606:4700:4700::1111;2606:4700:4700::1001 restart: unless-stopped # Set container to always restart
  • Need a totally updated guide for setting up pi-hole on Synology DSM 7.1.1+
    2 projects | /r/pihole | 6 May 2023
  • How does one create an OS image for Jetson Nano B01 4GB for Ubuntu 23.04?
    1 project | /r/JetsonNano | 27 Apr 2023
    You could have a look at docker and try to run a more recent Ubuntu image on the Nano https://github.com/pi-hole/docker-pi-hole
  • Error Question
    1 project | /r/pihole | 23 Apr 2023
    My advice would be either use the docker-pi-hole documentation/quick start, or contact the content creator.
  • Phiole in docker
    1 project | /r/pihole | 18 Apr 2023
  • PiHole via docker compose on a Proxmox VM having issue with DNS on the VM
    1 project | /r/pihole | 15 Apr 2023
  • Can OMV6 do DHCP and DNS?
    1 project | /r/OpenMediaVault | 11 Apr 2023

What are some alternatives?

When comparing pihole-speedtest and docker-pi-hole you can also consider the following projects:

Maza ad blocking - Local ad blocker. Like Pi-hole but local and using your operating system.

Nginx Proxy Manager - Docker container for managing Nginx proxy hosts with a simple, powerful interface

youTube_ads_4_pi-hole - YouTube script to add the new Ads list for Pi-hole

docker-pihole-unbound - Run Pi-Hole + Unbound on Docker

Pi-hole - A black hole for Internet advertisements

crowdsec - CrowdSec - the open-source and participative security solution offering crowdsourced protection against malicious IPs and access to the most advanced real-world CTI.

PADD - PADD (formerly Chronometer2) is a more expansive version of the original chronometer.sh that is included with Pi-Hole. PADD provides in-depth information about your Pi-hole.

watchtower - A process for automating Docker container base image updates.

1Hosts - World's most advanced DNS filter-/blocklists!

caddy-docker-proxy - Caddy as a reverse proxy for Docker

hosts - Hostfile blocklist for ads and tracking, updated regularly

docker-wireguard