mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
Merge pull request #49 from YunoHost-Apps/ci-auto-update-v0.107.7
Upgrade to version 0.107.7
This commit is contained in:
commit
60ef9a0ad2
6 changed files with 36 additions and 34 deletions
25
README.md
25
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# AdGuard Home for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/adguardhome)  
|
||||
[](https://dash.yunohost.org/appci/app/adguardhome)  
|
||||
[](https://install-app.yunohost.org/?app=adguardhome)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -20,32 +20,31 @@ 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.6~ynh1
|
||||
|
||||
|
||||
**Shipped version:** 0.107.7~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://adguard.com/adguard-home.html
|
||||
* 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
|
||||
* Official app website: <https://adguard.com/adguard-home.html>
|
||||
* 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
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/adguardhome_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/adguardhome_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade adguardhome -u https://github.com/YunoHost-Apps/adguardhome_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
31
README_fr.md
31
README_fr.md
|
@ -1,10 +1,14 @@
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
|
||||
# AdGuard Home pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/adguardhome)  
|
||||
[](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.*
|
||||
|
@ -16,32 +20,31 @@ 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.6~ynh1
|
||||
|
||||
|
||||
**Version incluse :** 0.107.7~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
|
||||
* 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.
|
||||
```
|
||||
|
||||
``` bash
|
||||
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
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.6/AdGuardHome_linux_amd64.tar.gz
|
||||
SOURCE_SUM=9cf72a024d26d5ef62ce4ca506e35c6ad1c44a0bd27b047e30a995773f8705e7
|
||||
SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.7/AdGuardHome_linux_amd64.tar.gz
|
||||
SOURCE_SUM=71b4e5541946745804cf66faa5bd1227bc947f8c055e76702c2926bd7ef91735
|
||||
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.6/AdGuardHome_linux_arm64.tar.gz
|
||||
SOURCE_SUM=213919755534dc51bd01400c803ea7942ca2a0f257df9ef007d9b58d874f952e
|
||||
SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.7/AdGuardHome_linux_arm64.tar.gz
|
||||
SOURCE_SUM=4ca6776ce339a2adf41ad2e7f627cdc98ebed8b8b89dfd7eaf62f41311bfd747
|
||||
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.6/AdGuardHome_linux_armv7.tar.gz
|
||||
SOURCE_SUM=164041df108e04c7cc06f3e3e03d6156b304566f352595f34cba63229762e505
|
||||
SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.7/AdGuardHome_linux_armv7.tar.gz
|
||||
SOURCE_SUM=bb3b977e59674c1aa41b2826f7c8b79116d39913af87a4be983fcbdd583fba0b
|
||||
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.6~ynh1",
|
||||
"version": "0.107.7~ynh1",
|
||||
"url": "https://adguard.com/adguard-home.html",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue