From 70cdb8afb261dabf69a06958866e48da0493ec46 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 19 Feb 2024 22:04:45 +0000 Subject: [PATCH 1/3] Auto-update README --- README.md | 4 ++-- README_fr.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f345679..92e7f54 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -48,4 +48,4 @@ or sudo yunohost app upgrade adguardhome -u https://github.com/YunoHost-Apps/adguardhome_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index 1549e00..0011d63 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ From 352449b622eec751ddbd9ac206fe9fdc11d55e20 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Wed, 6 Mar 2024 22:32:18 +0100 Subject: [PATCH 2/3] Upgrade to v0.107.45 (#162) Co-authored-by: OniriCorpe --- README.md | 2 +- README_fr.md | 2 +- conf/AdGuardHome.yaml | 4 ++-- manifest.toml | 14 +++++++------- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 92e7f54..c8c625c 100644 --- a/README.md +++ b/README.md @@ -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.44~ynh3 +**Shipped version:** 0.107.45~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 0011d63..c107c63 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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.44~ynh3 +**Version incluse :** 0.107.45~ynh1 ## Captures d’écran diff --git a/conf/AdGuardHome.yaml b/conf/AdGuardHome.yaml index 1a790a4..0e994e0 100644 --- a/conf/AdGuardHome.yaml +++ b/conf/AdGuardHome.yaml @@ -1,4 +1,4 @@ -bind_host: 0.0.0.0 +bind_host: 127.0.0.1 bind_port: __PORT__ beta_bind_port: 0 users: @@ -126,4 +126,4 @@ log: max_age: 3 file: "" verbose: false -schema_version: 10 \ No newline at end of file +schema_version: 10 diff --git a/manifest.toml b/manifest.toml index 23e58f1..3fc17d2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ description.fr = "Serveur DNS, bloqueur de publicités et trackers" id = "adguardhome" name = "AdGuard Home" -version = "0.107.44~ynh3" +version = "0.107.45~ynh1" maintainers = [ "ddataa", "OniriCorpe" ] @@ -51,12 +51,12 @@ yunohost = ">= 11.2" [resources] [resources.sources.main] - amd64.sha256 = "bd19f93c47a8a893639e4ef28161e161708767c898cc10471ff3fefbc35a3a76" - amd64.url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.44/AdGuardHome_linux_amd64.tar.gz" - arm64.sha256 = "98b5a0c0645b6622dd638aaa818a8d7a3ac30cc8fbfa42aba7de36f20971d34e" - arm64.url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.44/AdGuardHome_linux_arm64.tar.gz" - armhf.sha256 = "49bf8be6745f18610daa5c0d9c71217b3699b451eeac3b1747b77b810600f835" - armhf.url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.44/AdGuardHome_linux_armv7.tar.gz" + amd64.sha256 = "9b253da0744138360721ee98d0150c436b1c32e873306bdc6f897bb664b8317b" + amd64.url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.45/AdGuardHome_linux_amd64.tar.gz" + arm64.sha256 = "4da73d489bb5634462a4b4d13f2a0ee10016129d1582ebd04417014e8ae7a427" + arm64.url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.45/AdGuardHome_linux_arm64.tar.gz" + armhf.sha256 = "f174ccdd9acc8c6a55573dc7f3007418aec1eb072cfe37c6eb1ec0678d42a53f" + armhf.url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.45/AdGuardHome_linux_armv7.tar.gz" in_subdir = 2 autoupdate.asset.amd64 = "^AdGuardHome_linux_amd64.tar.gz$" From c5f215f0f76759a5e3d87c7bce52d6fd1f391b2e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 7 Mar 2024 20:16:32 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 14 +++++++------- README_fr.md | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index c8c625c..dc26ac8 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ It operates as a DNS server that re-routes tracking domains to a "black hole", t ## Documentation and resources -* Official app website: -* Official user documentation: -* Official admin documentation: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- Official app website: +- Official user documentation: +- Official admin documentation: +- Upstream app code repository: +- YunoHost Store: +- Report a bug: ## Developer info @@ -48,4 +48,4 @@ or sudo yunohost app upgrade adguardhome -u https://github.com/YunoHost-Apps/adguardhome_ynh/tree/testing --debug ``` -**More info regarding app packaging:** \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index c107c63..d098858 100644 --- a/README_fr.md +++ b/README_fr.md @@ -29,12 +29,12 @@ Il fonctionne comme un serveur DNS qui redirige les domaines de pistage vers un ## Documentations et ressources -* Site officiel de l’app : -* Documentation officielle utilisateur : -* Documentation officielle de l’admin : -* Dépôt de code officiel de l’app : -* YunoHost Store: -* Signaler un bug : +- Site officiel de l’app : +- Documentation officielle utilisateur : +- Documentation officielle de l’admin : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs @@ -48,4 +48,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 :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :**