From f44603a131ef54bbfb2836ef942d0276da427881 Mon Sep 17 00:00:00 2001 From: Hiếu Lê Date: Tue, 21 Dec 2021 10:22:57 -0600 Subject: adguardhome: update to 0.107.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Full changelog available at: https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.0 packr has been removed from build dependencies, per https://github.com/AdguardTeam/AdGuardHome/commit/c6888326b034daea9e69de5ee0a8f37aede45892#diff-2873f79a86c0d8b3335cd7731b0ecf7dd4301eb19a82ef7a1cba7589b5252261L2 Also added the ability to configure working directory location and moved the directory to /var. On most setups this should not change anything, as /var is symlinked to /tmp. The move mostly benefits setups where /var is configured to be persistent. The working directory is used by AdGuard to store persistent data like query logs, filter lists, etc. Data stored in this directory can get really huge, as such allowing this directory to be moved elsewhere (ie. an USB drive) is very beneficial. Co-authored-by: Dobroslaw Kijowski Co-authored-by: Jeffery To Signed-off-by: Hiếu Lê --- net/adguardhome/files/adguardhome.config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 net/adguardhome/files/adguardhome.config (limited to 'net/adguardhome/files/adguardhome.config') diff --git a/net/adguardhome/files/adguardhome.config b/net/adguardhome/files/adguardhome.config new file mode 100644 index 000000000..9f4934875 --- /dev/null +++ b/net/adguardhome/files/adguardhome.config @@ -0,0 +1,3 @@ +config adguardhome config + # Where to store persistent data by AdGuard Home + option workdir /var/adguardhome -- cgit v1.2.3