# Pi-hole for YunoHost [![Integration level](https://dash.yunohost.org/integration/pihole.svg)](https://dash.yunohost.org/appci/app/pihole) [![Install Pi-hole with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=pihole) *[Lire ce readme en français.](./README_fr.md)* > *This package allow you to install Pi-hole quickly and simply on a YunoHost server. If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* ## Overview Network-wide ad blocking via your own Linux hardware **Shipped version:** 3.3.1 ## Screenshots ![](https://i0.wp.com/pi-hole.net/wp-content/uploads/2016/12/dashboard212.png) ## Demo No demo available. ## Configuration Use the admin panel of your Pi-hole to configure this app. ## Documentation * Official documentation: Not found * Pi-hole as a DHCP server: [dhcp.md](./dhcp.md) * YunoHost documentation: There no other documentations, feel free to contribute. ## YunoHost specific features * Private access to the admin panel. #### Multi-users support #### Supported architectures * x86-64b - [![Build Status](https://ci-apps.yunohost.org/jenkins/job/pihole%20(Community)/badge/icon)](https://ci-apps.yunohost.org/jenkins/job/pihole%20(Community)/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/jenkins/job/pihole%20(Community)%20(%7EARM%7E)/badge/icon)](https://ci-apps-arm.yunohost.org/jenkins/job/pihole%20(Community)%20(%7EARM%7E)/) * Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/jenkins/job/pihole%20(Community)/badge/icon)](https://ci-stretch.nohost.me/jenkins/job/pihole%20(Community)/) ## Limitations * Activate DHCP with Pi-hole need a manuel configuration of your router. * Pi-Hole-FTL can't be upgrade above the version 2.13.2, because of the usage of an option of dnsmasq not yet available on Jessie. ## Additionnal informations ## Links * Report a bug: https://github.com/YunoHost-Apps/pihole_ynh/issues * Pi-hole website: https://pi-hole.net/ * YunoHost website: https://yunohost.org/ --- Developers infos ---------------- Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/pihole_ynh/tree/testing). To try the testing branch, please proceed like that. ``` sudo yunohost app install https://github.com/YunoHost-Apps/pihole_ynh/tree/testing --verbose or sudo yunohost app upgrade pihole -u https://github.com/YunoHost-Apps/pihole_ynh/tree/testing --verbose ```