diff --git a/adguard-home/docker-compose.yml b/adguard-home/docker-compose.yml index 40a753f6..9c0dfe48 100644 --- a/adguard-home/docker-compose.yml +++ b/adguard-home/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: server: - image: adguard/adguardhome:v0.107.48@sha256:d0fcf8c8691df20fe1a280d0a4cbc8493b04c7bd8cf8ca56264279510f030e49 + image: adguard/adguardhome:v0.107.52@sha256:d16cc7517ab96f843e7f8bf8826402dba98f5e6b175858920296243332391589 # 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 \ No newline at end of file diff --git a/adguard-home/umbrel-app.yml b/adguard-home/umbrel-app.yml index 2ea9f5eb..63cae7c7 100644 --- a/adguard-home/umbrel-app.yml +++ b/adguard-home/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: adguard-home category: networking name: AdGuard Home -version: "0.107.48" +version: "0.107.52" tagline: Network-wide software for blocking ads and tracking description: >- ⚠️ See below for important set-up instructions. @@ -18,7 +18,11 @@ description: >- In the setup wizard, it is important to set the "Port" of the Admin Web Interface to 8095. 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: "" +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. + + + Full release notes can be found at https://github.com/AdguardTeam/AdGuardHome/releases developer: Adguard website: https://adguard.com/fr/adguard-home/overview.html dependencies: []