From e1331f7325d9c78ed87eec0efb47d3ad84fc974f Mon Sep 17 00:00:00 2001 From: DDATAA <45762540+Ddataa@users.noreply.github.com> Date: Wed, 15 Feb 2023 19:26:42 +0000 Subject: [PATCH 1/3] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 1ca5f09..815880a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Network-wide ads & trackers blocking DNS server", "fr": "Serveur DNS, bloqueur de publicités et trackers" }, - "version": "0.107.23~ynh1", + "version": "0.107.23~ynh2", "url": "https://adguard.com/adguard-home.html", "upstream": { "license": "GPL-3.0", From 1d211f00fda273fc83cec5fd0aeb8e787e5f4ce0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 15 Feb 2023 19:26:45 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4e383d..1c004f3 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.23~ynh1 +**Shipped version:** 0.107.23~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 6f69dd6..06d3988 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.23~ynh1 +**Version incluse :** 0.107.23~ynh2 ## Captures d’écran From 1a6d2ef505d35b5f5e65be7f0d40502e6c466206 Mon Sep 17 00:00:00 2001 From: ewilly Date: Sun, 19 Feb 2023 17:42:37 +0100 Subject: [PATCH 3/3] Update nginx.conf Add support to remote user authentication --- conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 6ee6940..ef1bc36 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,6 +9,7 @@ location __PATH__/ { proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host $server_name; + proxy_set_header X-Remote-User $remote_user; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade;