mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update adguard-home to v0.107.57 (#2231)
This commit is contained in:
parent
4834d6b36b
commit
14d469310a
@ -2,7 +2,7 @@ version: "3.7"
|
||||
|
||||
services:
|
||||
server:
|
||||
image: adguard/adguardhome:v0.107.56@sha256:c64a0b37f7b9f7e065089f34686c1232a4dd5401a199a1b20b074d90b955eebd
|
||||
image: adguard/adguardhome:v0.107.57@sha256:5c536c1e25f76693ae7ee5e64e8a029893e0f3f1778c8d2a9581383e60cfa9b9
|
||||
# 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: ["--no-check-update", "-c", "/opt/adguardhome/conf/AdGuardHome.yaml", "-w", "/opt/adguardhome/work", "--web-addr", "0.0.0.0:8095"]
|
||||
@ -12,4 +12,4 @@ services:
|
||||
- ${APP_DATA_DIR}/data/work:/opt/adguardhome/work
|
||||
- ${APP_DATA_DIR}/data/conf:/opt/adguardhome/conf
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- NET_ADMIN
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: adguard-home
|
||||
category: networking
|
||||
name: AdGuard Home
|
||||
version: "0.107.56"
|
||||
version: "0.107.57"
|
||||
tagline: Network-wide software for blocking ads and tracking
|
||||
description: >-
|
||||
⚠️ See below for important set-up instructions.
|
||||
@ -22,10 +22,9 @@ releaseNotes: >-
|
||||
This release includes security improvements and bug fixes:
|
||||
|
||||
- Updated core components to address security vulnerabilities
|
||||
- Improved formatting of large numbers on the dashboard
|
||||
- Enhanced client request tracking functionality
|
||||
- Fixed various performance and stability issues
|
||||
|
||||
- Fixed an issue where hostnames of DHCP clients were not being shown in the Top clients table on the dashboard
|
||||
- Fixed formatting of large numbers in the upstream table and query log
|
||||
- Added the ability to specify the upstream timeout in the Web UI
|
||||
|
||||
Full release notes can be found at https://github.com/AdguardTeam/AdGuardHome/releases
|
||||
developer: Adguard
|
||||
@ -43,4 +42,4 @@ path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
submitter: Julienpeps
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/1038
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/1038
|
||||
|
Loading…
Reference in New Issue
Block a user