8000 GitHub - Alecktos/pi-hole-docker-asustor: Setup for running pi-hole in docker on asustor NAS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Alecktos/pi-hole-docker-asustor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pi-hole-docker-asustor

Setup for running pi-hole in docker on asustor NAS

Usage

  1. Install git and docker on NAS
  2. Login to NAS using ssh.
  3. clone this repo
> git@github.com:Alecktos/pi-hole-docker-asustor.git
  1. Create password.env file containing password
  2. run run.sh to start pi-hole
> sh run.sh
  1. Check that pi-hole admin ui is running http://yourAsustorIpAddress/admin/index.php

Stop

Stop running pi-hole container

> docker-compose down

run.sh

  1. Takes down current running container if any.
  2. Kills myhttpd using sudo. Process listens to port 80 and 443, used by pi-hole.
  3. Create and start pi-hole container in background

password.env

Create password.env file with login password WEBPASSWORD=MySecretPassword

About

Setup for running pi-hole in docker on asustor NAS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0