Browse Source

Update adguard-home to v0.107.54 (#1752)

main
Nathan Fretz 3 months ago
committed by GitHub
parent
commit
50b730f105
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      adguard-home/docker-compose.yml
  2. 12
      adguard-home/umbrel-app.yml

2
adguard-home/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services: services:
server: server:
image: adguard/adguardhome:v0.107.53@sha256:d9c512051141e6a617d773f16cdf6782c178464c6e766acf9fe63482a171f95c image: adguard/adguardhome:v0.107.54@sha256:ec59d9d8d083b74620f827879bee7ad88621f96bc0c4347c84c176ffa349484c
# override the default command to set the web address to port 8095 to avoid conflict with Thunderhub # override the default command to set the web address to port 8095 to avoid conflict with Thunderhub
# command from Dockerfile: https://github.com/AdguardTeam/AdGuardHome/blob/master/docker/Dockerfile # command from Dockerfile: https://github.com/AdguardTeam/AdGuardHome/blob/master/docker/Dockerfile
command: ["--no-check-update", "-c", "/opt/adguardhome/conf/AdGuardHome.yaml", "-w", "/opt/adguardhome/work", "--web-addr", "0.0.0.0:8095"] command: ["--no-check-update", "-c", "/opt/adguardhome/conf/AdGuardHome.yaml", "-w", "/opt/adguardhome/work", "--web-addr", "0.0.0.0:8095"]

12
adguard-home/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: adguard-home id: adguard-home
category: networking category: networking
name: AdGuard Home name: AdGuard Home
version: "0.107.53" version: "0.107.54"
tagline: Network-wide software for blocking ads and tracking tagline: Network-wide software for blocking ads and tracking
description: >- description: >-
⚠️ See below for important set-up instructions. ⚠️ See below for important set-up instructions.
@ -19,12 +19,12 @@ description: >-
This ensures that the app will not conflict with other apps from the Umbrel App Store, and that the app will be accessible This ensures that the app will not conflict with other apps from the Umbrel App Store, and that the app will be accessible
when clicking on the app icon in the umbrelOS homescreen. when clicking on the app icon in the umbrelOS homescreen.
releaseNotes: >- releaseNotes: >-
This release includes important security updates and improvements: This release includes security improvements and performance enhancements:
- Fixed vulnerabilities related to file access and permissions - Improved security for file permissions on Windows systems
- Added Ecosia search engine support in safe search - Enhanced filtering performance for better ad and tracker blocking
- Improved upstream server URL domain name requirements - Fixed various issues with statistics logging and client caching
- Fixed various bugs and issues - Improved handling of system hosts file information
Full release notes can be found at https://github.com/AdguardTeam/AdGuardHome/releases Full release notes can be found at https://github.com/AdguardTeam/AdGuardHome/releases

Loading…
Cancel
Save