mirror of
https://github.com/YunoHost-Apps/pihole_ynh.git
synced 2024-09-03 20:05:58 +02:00
Merge branch 'fix-linter' of https://github.com/YunoHost-Apps/pihole_ynh into fix-linter
This commit is contained in:
commit
aa9113d02f
2 changed files with 49 additions and 82 deletions
68
README.md
68
README.md
|
@ -1,72 +1,58 @@
|
||||||
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
# Pi-hole for YunoHost
|
# Pi-hole for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/pihole)  
|
[](https://dash.yunohost.org/appci/app/pihole)  
|
||||||
[](https://install-app.yunohost.org/?app=pihole)
|
[](https://install-app.yunohost.org/?app=pihole)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *This package allow you to install Pi-hole quickly and easily on a YunoHost server.
|
> *This package allows 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 learn how to install and enjoy it.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
Network-wide ad blocking via your own Linux hardware
|
|
||||||
|
|
||||||
**Shipped version:** 3.3.1 or 5.3.1
|
Network-wide ad blocking via your own DNS server.
|
||||||
|
|
||||||
|
**Shipped version:** 5.3.1~ynh1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Demo
|
## Disclaimers / important information
|
||||||
|
|
||||||
No demo available.
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Use the admin panel of your Pi-hole to configure this app. You may also need to follow the [post-install guide](https://docs.pi-hole.net/main/post-install/) to setup Pi-hole either as a *DNS server* or a *DHCP server*.
|
Use the admin panel of your Pi-hole to configure this app. You may also need to follow the [post-install guide](https://docs.pi-hole.net/main/post-install/) 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](./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 - [](https://ci-apps.yunohost.org/ci/apps/pihole/)
|
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/pihole/)
|
|
||||||
* Buster x86-64b - [](https://ci-buster.nohost.me/ci/apps/pihole/)
|
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
* Activate DHCP with Pi-hole needs manual configuration of your router.
|
* 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.
|
* 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
|
## Documentation and resources
|
||||||
|
|
||||||
## Links
|
* Official app website: https://pi-hole.net/
|
||||||
|
* Official admin documentation: https://docs.pi-hole.net
|
||||||
|
* Upstream app code repository: https://github.com/pi-hole/pi-hole/
|
||||||
|
* YunoHost documentation for this app: https://yunohost.org/app_pihole
|
||||||
|
* Report a bug: https://github.com/YunoHost-Apps/pihole_ynh/issues
|
||||||
|
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/pihole_ynh/issues
|
## Developer info
|
||||||
* Pi-hole website: https://pi-hole.net/
|
|
||||||
* Pi-hole repository: https://github.com/pi-hole/pi-hole/
|
|
||||||
* YunoHost website: https://yunohost.org/
|
|
||||||
|
|
||||||
---
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/pihole_ynh/tree/testing).
|
||||||
|
|
||||||
Developers infos
|
To try the testing branch, please proceed like that.
|
||||||
----------------
|
|
||||||
|
|
||||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/pihole_ynh/tree/testing).
|
|
||||||
|
|
||||||
To try the testing branch, please do the following:
|
|
||||||
```
|
```
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/pihole_ynh/tree/testing --force --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/pihole_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade pihole -u https://github.com/YunoHost-Apps/pihole_ynh/tree/testing --debug
|
sudo yunohost app upgrade pihole -u https://github.com/YunoHost-Apps/pihole_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
63
README_fr.md
63
README_fr.md
|
@ -1,73 +1,54 @@
|
||||||
# Pi-hole pour YunoHost
|
# Pi-hole pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/pihole)  
|
[](https://dash.yunohost.org/appci/app/pihole)  
|
||||||
[](https://install-app.yunohost.org/?app=pihole)
|
[](https://install-app.yunohost.org/?app=pihole)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Pi-hole rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d'installer Pi-hole rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n'avez pas YunoHost, merci de regarder [ici](https://yunohost.org/#/install_fr) pour savoir comment l'installer et en profiter.*
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||||
|
|
||||||
## Résumé
|
## Vue d'ensemble
|
||||||
Blocage des publicités sur l'ensemble du réseau via votre propre matériel Linux
|
|
||||||
|
Filtrage publicitaire sur l'ensemble du réseau via votre propre serveur DNS.
|
||||||
|
|
||||||
|
**Version incluse :** 5.3.1~ynh1
|
||||||
|
|
||||||
**Version embarquée:** 3.3.1 ou 5.3.1
|
|
||||||
|
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d'écran
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Démo
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
Aucune démo pour cette application.
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Utiliser le panneau d'administration de votre Pi-hole pour configurer cette application. Vous devrez peut-être aussi suivre le [guide de post-installation] (https://docs.pi-hole.net/main/post-install/) pour configurer Pi-hole en tant que *serveur DNS* ou *serveur DHCP*.
|
Utiliser le panneau d'administration de votre Pi-hole pour configurer cette application. Vous devrez peut-être aussi suivre le [guide de post-installation] (https://docs.pi-hole.net/main/post-install/) pour configurer Pi-hole en tant que *serveur DNS* ou *serveur DHCP*.
|
||||||
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
* Documentation officielle: https://docs.pi-hole.net/
|
|
||||||
* Pi-hole en tant que serveur DHCP: [dhcp.md](./dhcp.md)
|
|
||||||
* Documentation YunoHost: Il n'y a pas d'autre documentation, n'hésitez pas à contribuer.
|
|
||||||
|
|
||||||
## Fonctionnalités spécifiques à YunoHost
|
|
||||||
|
|
||||||
* Accès privé au panneau d'administration.
|
|
||||||
|
|
||||||
#### Support multi-utilisateurs
|
|
||||||
|
|
||||||
#### Architectures supportées.
|
|
||||||
|
|
||||||
* x86-64b - [](https://ci-apps.yunohost.org/ci/apps/pihole/)
|
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/pihole/)
|
|
||||||
* Buster x86-64b - [](https://ci-buster.nohost.me/ci/apps/pihole/)
|
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
* Activer DHCP avec Pi-hole nécessite une configuration manuelle de votre routeur.
|
* Activer DHCP avec Pi-hole nécessite une configuration manuelle de votre routeur.
|
||||||
* Pi-Hole ne peut pas être mis à jour au-delà de la version 3.3.1, car les versions supérieures utilisent une version intégrée de dnsmasq. Ce qui oblige a désactiver la version de dnsmasq utilisée par YunoHost.
|
* Pi-Hole ne peut pas être mis à jour au-delà de la version 3.3.1, car les versions supérieures utilisent une version intégrée de dnsmasq. Ce qui oblige a désactiver la version de dnsmasq utilisée par YunoHost.
|
||||||
|
|
||||||
## Informations additionnelles
|
## Documentations et ressources
|
||||||
|
|
||||||
## Liens
|
* Site officiel de l'app : https://pi-hole.net/
|
||||||
|
* Documentation officielle de l'admin : https://docs.pi-hole.net
|
||||||
|
* Dépôt de code officiel de l'app : https://github.com/pi-hole/pi-hole/
|
||||||
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_pihole
|
||||||
|
* Signaler un bug : https://github.com/YunoHost-Apps/pihole_ynh/issues
|
||||||
|
|
||||||
* Reporter un bug: https://github.com/YunoHost-Apps/pihole_ynh/issues
|
## Informations pour les développeurs
|
||||||
* Site de Pi-hole: https://pi-hole.net/
|
|
||||||
* Dépôt de Pi-hole: https://github.com/pi-hole/pi-hole/
|
|
||||||
* Site de YunoHost: https://yunohost.org/
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Informations à l'intention des développeurs
|
|
||||||
----------------
|
|
||||||
|
|
||||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/pihole_ynh/tree/testing).
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/pihole_ynh/tree/testing).
|
||||||
|
|
||||||
Pour tester la branche testing, merci de procéder ainsi.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
```
|
```
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/pihole_ynh/tree/testing --force --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/pihole_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade pihole -u https://github.com/YunoHost-Apps/pihole_ynh/tree/testing --debug
|
sudo yunohost app upgrade pihole -u https://github.com/YunoHost-Apps/pihole_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
Loading…
Add table
Reference in a new issue