mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
44 lines
No EOL
2 KiB
Markdown
44 lines
No EOL
2 KiB
Markdown
# AdGuard Home pour YunoHost
|
||
|
||
[![Niveau d'intégration](https://dash.yunohost.org/integration/adguardhome.svg)](https://dash.yunohost.org/appci/app/adguardhome) ![](https://ci-apps.yunohost.org/ci/badges/adguardhome.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/adguardhome.maintain.svg)
|
||
[![Installer AdGuard Home avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](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 pour YunoHost.
|
||
|
||
**Version incluse :** 0.106.3~ynh1
|
||
|
||
**Démo :** https://demo.example.com
|
||
|
||
## Captures d'écran
|
||
|
||
![](./doc/screenshots/68747470733a2f2f63646e2e616467756172642e636f6d2f7075626c69632f416467756172642f436f6d6d6f6e2f616467756172645f686f6d652e676966.gif)
|
||
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l'app : https://adguard.com/adguard-home.html
|
||
* Documentation officielle utilisateur : https://yunohost.org/apps
|
||
* Documentation officielle de l'admin : https://yunohost.org/packaging_apps
|
||
* 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 |