diff --git a/README.md b/README.md index 0ad82d5..2fe3efe 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.41~ynh2 +**Shipped version:** 0.107.42~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index bf18e83..e24d3b7 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.41~ynh2 +**Version incluse :** 0.107.42~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index 33cbc89..0b58aa7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -1,84 +1,84 @@ packaging_format = 2 -id = "adguardhome" -name = "AdGuard Home" description.en = "Network-wide ads & trackers blocking DNS server" description.fr = "Serveur DNS, bloqueur de publicités et trackers" +id = "adguardhome" +name = "AdGuard Home" -version = "0.107.41~ynh2" +version = "0.107.42~ynh1" maintainers = ["ddataa"] [upstream] -license = "GPL-3.0" -website = "https://adguard.com/adguard-home.html" admindoc = "https://github.com/AdguardTeam/AdGuardHome/wiki" -userdoc = "https://kb.adguard.com/en" code = "https://github.com/AdguardTeam/AdGuardHome" +license = "GPL-3.0" +userdoc = "https://kb.adguard.com/en" +website = "https://adguard.com/adguard-home.html" [integration] -yunohost = ">= 11.2" architectures = "all" -multi_instance = false -ldap = false -sso = false disk = "50M" +ldap = false +multi_instance = false ram.build = "50M" ram.runtime = "50M" +sso = false +yunohost = ">= 11.2" [install] - [install.domain] - type = "domain" +[install.domain] +type = "domain" - [install.path] - type = "path" - default = "/adguard" +[install.path] +default = "/adguard" +type = "path" - [install.init_main_permission] - type = "group" - default = "visitors" +[install.init_main_permission] +default = "visitors" +type = "group" - [install.admin] - type = "user" +[install.admin] +type = "user" - [install.password] - type = "password" +[install.password] +type = "password" - [install.dns_over_https] - ask.en = "Should DNS-over-HTTPS be enabled? (If so, anyone who knows your adguard address can make a doh request to https://adguardomain.tld/dns-query)" - type = "boolean" - default = true +[install.dns_over_https] +ask.en = "Should DNS-over-HTTPS be enabled? (If so, anyone who knows your adguard address can make a doh request to https://adguardomain.tld/dns-query)" +default = true +type = "boolean" [resources] - [resources.sources.main] - in_subdir = "2" - arm64.url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.41/AdGuardHome_linux_arm64.tar.gz" - arm64.sha256 = "e23f5164a832c8647e0035b03189dc9c72821e9216ee5a5f8057739b8d072539" - amd64.url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.41/AdGuardHome_linux_amd64.tar.gz" - amd64.sha256 = "9e171202103ff57bd4ddebc280cbc71eb7a33f5b1ba23170f462b3dfcdca93f5" - armhf.url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.41/AdGuardHome_linux_armv7.tar.gz" - armhf.sha256 = "0ded3fcc63b009d7934730fd31e698b700153e6ac7dc205f5aa7352810a309d7" +[resources.sources.main] +amd64.sha256 = "204d0476f9dedb7bc7186c87fbf271c8cf952372372c0e5966e6ea932efe6d9d" +amd64.url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.42/AdGuardHome_linux_amd64.tar.gz" +arm64.sha256 = "48d1e518d1327e37bc542ca2b9242de91f0840bb4f4f37070f9d5990c9a90466" +arm64.url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.42/AdGuardHome_linux_arm64.tar.gz" +armhf.sha256 = "8f088cde491e5b154105002655d29bf4afd2467c4449f3cead10391f4399608c" +armhf.url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.42/AdGuardHome_linux_armv7.tar.gz" +in_subdir = 2 - autoupdate.strategy = "latest_github_release" - autoupdate.asset.amd64 = "^AdGuardHome_linux_amd64.tar.gz$" - autoupdate.asset.arm64 = "^AdGuardHome_linux_arm64.tar.gz$" - autoupdate.asset.armhf = "^AdGuardHome_linux_armv7.tar.gz$" +autoupdate.asset.amd64 = "^AdGuardHome_linux_amd64.tar.gz$" +autoupdate.asset.arm64 = "^AdGuardHome_linux_arm64.tar.gz$" +autoupdate.asset.armhf = "^AdGuardHome_linux_armv7.tar.gz$" +autoupdate.strategy = "latest_github_release" - [resources.ports] - adguard.default = 53 - adguard.exposed = "Both" +[resources.ports] +adguard.default = 53 +adguard.exposed = "Both" - [resources.system_user] +[resources.system_user] - [resources.install_dir] +[resources.install_dir] - [resources.permissions] - main.url = "/" - api.url = "/re:__DOMAIN__/dns-query" - api.allowed = "visitors" - api.auth_header = false - api.show_tile = false - api.protected = true +[resources.permissions] +api.allowed = "visitors" +api.auth_header = false +api.protected = true +api.show_tile = false +api.url = "/dns-query" +main.url = "/" - [resources.apt] - packages ="python3-bcrypt, python3-yaml" +[resources.apt] +packages = "python3-bcrypt, python3-yaml"