mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
47 lines
No EOL
2.4 KiB
Markdown
47 lines
No EOL
2.4 KiB
Markdown
# AdGuard Home pour YunoHost
|
||
|
||
[](https://dash.yunohost.org/appci/app/adguardhome)  
|
||
[](https://install-app.yunohost.org/?app=adguardhome)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
*[Lire ce readme en français.](./README_fr.md)*
|
||
|
||
> *Ce package vous permet d'installer AdGuard Home rapidement et simplement sur un serveur YunoHost.
|
||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||
|
||
## Vue d'ensemble
|
||
|
||
AdGuard Home is a network-wide software for blocking ads & tracking. After you set it up, it'll cover ALL your home devices, and you don't need any client-side software for that.
|
||
|
||
It operates as a DNS server that re-routes tracking domains to a "black hole", thus preventing your devices from connecting to those servers. It's based on software we use for our public AdGuard DNS servers -- both share a lot of common code.
|
||
|
||
|
||
**Version incluse :** 0.106.3~ynh1
|
||
|
||
|
||
|
||
## Captures d'écran
|
||
|
||

|
||
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l'app : https://adguard.com/adguard-home.html
|
||
* Documentation officielle utilisateur : https://kb.adguard.com/en
|
||
* Documentation officielle de l'admin : https://github.com/AdguardTeam/AdGuardHome/wiki
|
||
* Dépôt de code officiel de l'app : https://github.com/AdguardTeam/AdGuardHome
|
||
* Documentation YunoHost pour cette app : https://yunohost.org/app_adguardhome
|
||
* Signaler un bug : https://github.com/YunoHost-Apps/adguardhome_ynh/issues
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/adguardhome_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
```
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/adguardhome_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade adguardhome -u https://github.com/YunoHost-Apps/adguardhome_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps |