Browse Source

App Submission: Adguard Home (#1038)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Julienpeps 7 months ago
committed by GitHub
parent
commit
098c868b3f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 0
      adguard-home/data/conf/.gitkeep
  2. 0
      adguard-home/data/work/.gitkeep
  3. 15
      adguard-home/docker-compose.yml
  4. 37
      adguard-home/umbrel-app.yml

0
adguard-home/data/conf/.gitkeep

0
adguard-home/data/work/.gitkeep

15
adguard-home/docker-compose.yml

@ -0,0 +1,15 @@
version: "3.7"
services:
server:
image: adguard/adguardhome:v0.107.48@sha256:d0fcf8c8691df20fe1a280d0a4cbc8493b04c7bd8cf8ca56264279510f030e49
# 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"]
restart: on-failure
network_mode: host
volumes:
- ${APP_DATA_DIR}/data/work:/opt/adguardhome/work
- ${APP_DATA_DIR}/data/conf:/opt/adguardhome/conf
cap_add:
- NET_ADMIN

37
adguard-home/umbrel-app.yml

@ -0,0 +1,37 @@
manifestVersion: 1
id: adguard-home
category: networking
name: AdGuard Home
version: "0.107.48"
tagline: Network-wide software for blocking ads and tracking
description: >-
⚠️ See below for important set-up instructions.
AdGuard Home is a comprehensive solution designed to block ads and tracking across all devices in your home network. As the world increasingly embraces the Internet of Things,
with a growing number of connected devices, maintaining control over your entire network is crucial. AdGuard Home empowers you to manage this with ease, ensuring a secure and
clutter-free browsing experience for every device under your roof.
🛠️ SET-UP INSTRUCTIONS
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: ""
developer: Adguard
website: https://adguard.com/fr/adguard-home/overview.html
dependencies: []
repo: https://github.com/AdguardTeam/AdGuardHome
support: https://github.com/AdguardTeam/AdGuardHome/issues
port: 8095
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
- 4.jpg
path: ""
defaultUsername: ""
defaultPassword: ""
submitter: Julienpeps
submission: https://github.com/getumbrel/umbrel-apps/pull/1038
Loading…
Cancel
Save