mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 09:29:16 +00:00
Update adguard-home to version v0.107.53 (#1592)
This commit is contained in:
parent
e5251a7b7f
commit
6aba47be49
|
@ -2,7 +2,7 @@ version: "3.7"
|
|||
|
||||
services:
|
||||
server:
|
||||
image: adguard/adguardhome:v0.107.52@sha256:d16cc7517ab96f843e7f8bf8826402dba98f5e6b175858920296243332391589
|
||||
image: adguard/adguardhome:v0.107.53@sha256:d9c512051141e6a617d773f16cdf6782c178464c6e766acf9fe63482a171f95c
|
||||
# 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"]
|
||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||
id: adguard-home
|
||||
category: networking
|
||||
name: AdGuard Home
|
||||
version: "0.107.52"
|
||||
version: "0.107.53"
|
||||
tagline: Network-wide software for blocking ads and tracking
|
||||
description: >-
|
||||
⚠️ See below for important set-up instructions.
|
||||
|
@ -19,7 +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
|
||||
when clicking on the app icon in the umbrelOS homescreen.
|
||||
releaseNotes: >-
|
||||
In this release we have fixed a number of bugs, migrated our front-end to TypeScript and updated our front-end libraries to improve the quality of development and your user experience.
|
||||
This release includes important security updates and improvements:
|
||||
|
||||
- Fixed vulnerabilities related to file access and permissions
|
||||
- Added Ecosia search engine support in safe search
|
||||
- Improved upstream server URL domain name requirements
|
||||
- Fixed various bugs and issues
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/AdguardTeam/AdGuardHome/releases
|
||||
|
@ -38,4 +43,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