1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00

Merge pull request #86 from YunoHost-Apps/testing

Testing
This commit is contained in:
Kayou 2023-01-20 11:33:23 +01:00 committed by GitHub
commit c182f99b11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 19 additions and 19 deletions

View file

@ -20,7 +20,7 @@ AdGuard Home is a network-wide software for blocking ads & tracking. After you s
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.
**Shipped version:** 0.107.21~ynh1
**Shipped version:** 0.107.22~ynh1
## Screenshots

View file

@ -5,33 +5,33 @@ It shall NOT be edited by hand.
# AdGuard Home pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/adguardhome.svg)](https://dash.yunohost.org/appci/app/adguardhome) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/adguardhome.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/adguardhome.maintain.svg)
[![Niveau dintégration](https://dash.yunohost.org/integration/adguardhome.svg)](https://dash.yunohost.org/appci/app/adguardhome) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/adguardhome.status.svg) ![Statut de maintenance](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)*
> *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.*
> *Ce package vous permet dinstaller AdGuard Home rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble
## Vue densemble
AdGuard Home est un logiciel à l'échelle du réseau pour bloquer les publicités et le pistage. Après l'avoir configuré, il couvrira TOUS vos appareils domestiques et vous n'avez besoin d'aucun logiciel côté client pour cela.
Il fonctionne comme un serveur DNS qui redirige les domaines de pistage vers un "trou noir", empêchant ainsi vos appareils de se connecter à ces serveurs. Il est basé sur un logiciel que nous utilisons pour nos serveurs DNS publics AdGuard - les deux partagent beaucoup de code commun.
**Version incluse :** 0.107.21~ynh1
**Version incluse :** 0.107.22~ynh1
## Captures d'écran
## Captures décran
![Capture d'écran de AdGuard Home](./doc/screenshots/68747470733a2f2f63646e2e616467756172642e636f6d2f7075626c69632f416467756172642f436f6d6d6f6e2f616467756172645f686f6d652e676966.gif)
![Capture décran de AdGuard Home](./doc/screenshots/68747470733a2f2f63646e2e616467756172642e636f6d2f7075626c69632f416467756172642f436f6d6d6f6e2f616467756172645f686f6d652e676966.gif)
## Documentations et ressources
* Site officiel de l'app : <https://adguard.com/adguard-home.html>
* Site officiel de lapp : <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 officielle de ladmin : <https://github.com/AdguardTeam/AdGuardHome/wiki>
* Dépôt de code officiel de lapp : <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>
@ -47,4 +47,4 @@ 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>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.21/AdGuardHome_linux_amd64.tar.gz
SOURCE_SUM=c54e4fc6c72a04418d0a0036e3551b84973194d5e90b16c5794edb7e64aa7fb2
SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.22/AdGuardHome_linux_amd64.tar.gz
SOURCE_SUM=d6614e95eaf04ce2d44068955f59f215f302d6f97b5b473e3ffc673e3353ad81
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=2

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.21/AdGuardHome_linux_arm64.tar.gz
SOURCE_SUM=6a386fbf1630b6d11a0905cbe16683723ce4f20d24ae121726fe551c411d7ea8
SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.22/AdGuardHome_linux_arm64.tar.gz
SOURCE_SUM=7a8213579a00c862419fad3b95f2601ffd42d1d1e4a0422f937c7aacac4a9fe9
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=2

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.21/AdGuardHome_linux_armv7.tar.gz
SOURCE_SUM=5917700ead5cd6e46e4b1167246ade850e221d0e9221b8f4e7c26600bffa3518
SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.22/AdGuardHome_linux_armv7.tar.gz
SOURCE_SUM=f8ecb455ba55f4b6200a8b15da7a57f65781e023e6de7daeead9ff5b9608021c
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=2

View file

@ -6,7 +6,7 @@
"en": "Network-wide ads & trackers blocking DNS server",
"fr": "Serveur DNS, bloqueur de publicités et trackers"
},
"version": "0.107.21~ynh1",
"version": "0.107.22~ynh1",
"url": "https://adguard.com/adguard-home.html",
"upstream": {
"license": "GPL-3.0",