1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pihole_ynh.git synced 2024-09-03 20:05:58 +02:00
Pi-hole package for YunoHost
Find a file
2020-06-20 17:56:50 +02:00
conf Update to last standard 2020-03-29 20:08:10 +02:00
hooks Commits from master 2020-03-29 17:43:59 +02:00
scripts Update to last standard 2020-03-29 20:08:10 +02:00
.gitignore Première version du package 2017-08-04 19:41:18 +02:00
actions.toml Use toml for actions and config-panel 2020-03-29 20:03:16 +02:00
CHANGELOG.md Update changelog 2020-03-29 20:13:04 +02:00
check_process Update to last standard 2020-03-29 20:08:10 +02:00
config_panel.toml Use toml for actions and config-panel 2020-03-29 20:03:16 +02:00
dhcp.md Rewrite english part of dhcp.md 2020-03-29 20:32:53 +02:00
LICENSE Première version du package 2017-08-04 19:41:18 +02:00
manifest.json Give up maintenance... 2020-06-20 17:56:50 +02:00
README.md Merge pull request #44 from Bugsbane/patch-1 2020-03-29 20:15:41 +02:00
README_fr.md Update README_fr.md 2020-03-29 20:14:20 +02:00
YEP.md Update package 2017-11-21 18:45:03 +01:00

Pi-hole for YunoHost

Integration level
Install Pi-hole with YunoHost

Lire ce readme en français.

This package allow you to install Pi-hole quickly and easily on a YunoHost server.
If you don't have YunoHost, please see here to learn how to install and enjoy it.

Overview

Network-wide ad blocking via your own Linux hardware

Shipped version: 3.3.1

Screenshots

Demo

No demo available.

Configuration

Use the admin panel of your Pi-hole to configure this app. You may also need to follow the post-install guide to setup Pi-hole either as a DNS server or a DHCP server.

Documentation

  • Official documentation: https://docs.pi-hole.net/
  • Pi-hole as a DHCP server: dhcp.md
  • YunoHost documentation: There is no other documentation. Feel free to contribute!

YunoHost specific features

  • Private access to the admin panel.

Multi-users support

Supported architectures

  • x86-64b -
  • ARMv8-A -
  • Jessie x86-64b -

Limitations

  • Activate DHCP with Pi-hole needs manual configuration of your router.
  • Pi-Hole can't be updated beyond version 3.3.1, because higher versions use an integrated version of dnsmasq. This would require disabling the version of dnsmasq used by YunoHost.

Additionnal informations


Developers infos

Please do your pull request to the testing branch.

To try the testing branch, please do the following:

sudo yunohost app install https://github.com/YunoHost-Apps/pihole_ynh/tree/testing --debug
or
sudo yunohost app upgrade pihole -u https://github.com/YunoHost-Apps/pihole_ynh/tree/testing --debug