mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
commit
1529786d2c
6 changed files with 9 additions and 11 deletions
|
@ -21,7 +21,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.38~ynh1
|
||||
**Shipped version:** 0.107.39~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -33,7 +33,6 @@ It operates as a DNS server that re-routes tracking domains to a "black hole", t
|
|||
* Official user documentation: <https://kb.adguard.com/en>
|
||||
* Official admin documentation: <https://github.com/AdguardTeam/AdGuardHome/wiki>
|
||||
* Upstream app code repository: <https://github.com/AdguardTeam/AdGuardHome>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_adguardhome>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/adguardhome_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
|
|
@ -21,7 +21,7 @@ AdGuard Home est un logiciel à l'échelle du réseau pour bloquer les publicit
|
|||
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.38~ynh1
|
||||
**Version incluse :** 0.107.39~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
@ -33,7 +33,6 @@ Il fonctionne comme un serveur DNS qui redirige les domaines de pistage vers un
|
|||
* 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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.38/AdGuardHome_linux_amd64.tar.gz
|
||||
SOURCE_SUM=0e45b77c8ea28365aaf8b88fed9b9ed10e9569e85d5e38f63c56e7915a53021f
|
||||
SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.39/AdGuardHome_linux_amd64.tar.gz
|
||||
SOURCE_SUM=4d715426773fd15caccbfc8ec4517b4cfa2e4a78ee82c51ce1f92b34618e8e4c
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.38/AdGuardHome_linux_arm64.tar.gz
|
||||
SOURCE_SUM=551dcc10f9d70f6efca0762f9b3011bb0672526ce2e2177b3d594c3b50e4e7d6
|
||||
SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.39/AdGuardHome_linux_arm64.tar.gz
|
||||
SOURCE_SUM=e909892f9cca99d6c81df42cd3cc216d8c38e0b7d2af4c56d907441e76aeb168
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.38/AdGuardHome_linux_armv7.tar.gz
|
||||
SOURCE_SUM=c49b9fa8cb60deb3d04d0a8fa4ea322aa830e470dc1ad649bc31f1c97361bdaa
|
||||
SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.39/AdGuardHome_linux_armv7.tar.gz
|
||||
SOURCE_SUM=5f6a02e2901f3e49c9e6ba72f47d1817059b2de08992ce3fb5bf79509786e860
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=2
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Network-wide ads & trackers blocking DNS server",
|
||||
"fr": "Serveur DNS, bloqueur de publicités et trackers"
|
||||
},
|
||||
"version": "0.107.38~ynh1",
|
||||
"version": "0.107.39~ynh1",
|
||||
"url": "https://adguard.com/adguard-home.html",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue