Pihole in baremetal Ubuntu server with single ethernet port

This page summarizes the projects mentioned and recommended in the original post on /r/pihole

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • docker-pi-hole

    Pi-hole in a docker container

  • version: "3" # More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/ services: pihole: container_name: pihole image: pihole/pihole:latest restart: unless-stopped ports: - "53:53/tcp" - "53:53/udp" - "8085:80" environment: TZ: 'Europe/Berlin' WEBPASSWORD: 'yourpasswordhere' volumes: - '/docker/pihole/pihole/:/etc/pihole/' - '/docker/pihole/dnsmasq/:/etc/dnsmasq.d/' dns: - 127.0.0.1 - 8.8.8.8

  • Munin

    Main repository for munin master / node / plugins

  • Might I suggest Munin then?

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts