Scripts used in the Hassbian image.
HOME | SUITES | HASSBIAN-CONFIG (CLI) | CONTRIBUTE |
This script downloads and runs the Pi-Hole install script from https://pi-hole.net/ .
sudo hassbian-config install pihole
Upgrades are handled by the Pi-hole software
Due to an ongoing upstream issue, PiHole is currently unavailable in Debian Buster based systems. See: https://github.com/home-assistant/hassbian-scripts/issues/286
Description | Command/value |
---|---|
Running as: | pihole |
Start service: | sudo systemctl start pihole-FTL.service |
Stop service: | sudo systemctl stop pihole-FTL.service |
Restart service: | sudo systemctl restart pihole-FTL.service |
Service status: | sudo systemctl status pihole-FTL.service |
This install script was originally contributed by @Landrash