Sign inSign up

rizkybs70/pihole-armbian

By rizkybs70

Updated about 6 years ago

Pihole tested on Armbian

Image
0

228

rizkybs70/pihole-armbian repository overview

Pi-Hole v5.0

This is just Pihole official with my configuration(TZ Asia/Jakarta), I applied it with DNSCrypt

tested on (STB HG-680P) Linux Armbian 5.91 Debian Buster 5.1.0 Desktop

ACCESS WEB INTERFACE : ip:8080/admin

How To Install Pihole

1. Choosing port

Web port 8080 , Dns Port 53

docker run -it -p 67:67 -p 8080:80 -p 443:443 -p 53:53/tcp -p 53:53/udp --name=pihole --restart=always rizkybs70/pihole-armbian
2. Wait process

Stop service Ctrl+C when docker show

....
.....
......
Starting crond
Starting lighttpd
[services.id] done.
3. Done

Customize port

You can change port with yours. Example Web port 7001 , Dns Port 5353 :

docker run -id -p 67:67 -p 7001:80 -p 443:443 -p 5353:53/tcp -p 5353:53/udp --name=pihole --restart=always rizkybs70/pihole-armbian

How To Acces web interface

yourIP:8080/admin

Example 192.168.99.8:8080/admin

or you access with port same with tutorial

Reset Password Web Interface

first installation, pihole will generate random password. Run command to change password

docker exec -it pihole /bin/bash pihole -a -p

keep it blank to remove password

Command Pihole

Example command like pihole -f, use :

docker exec -it pihole /bin/bash pihole -f

Customize your setting with portainer

You can Duplicate/Edit to change ENV (like TZ,port,etc) on portainer

Tag summary

Content type

Image

Digest

Size

169.1 MB

Last updated

about 6 years ago

docker pull rizkybs70/pihole-armbian