Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adguard home #397

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
29 changes: 29 additions & 0 deletions adguard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"Adguard-home": {
"containers": {
"adguard": {
"image": "adguard/adguardhome",
"launch_order": 1,
"opts": [
[
"--net=adguard-home",
Hooverdan96 marked this conversation as resolved.
Show resolved Hide resolved
""
]
],
"volumes": {
"/opt/adguardhome/conf": {
"description": "Choose a Share for Adguard config.",
"label": "Choose a Share for Adguard config."
},
"/opt/adguardhome/work": {
"description": "Choose a Share for Adguard data.",
"label": "Choose a Share for Adguard data."
}
}
}
},
"description": "AdGuard Home is a network-wide software for blocking ads and tracking. After you set it up, it'll cover all your home devices, and you won't need any client-side software for that. <p>Based on the official Image: <a href='https://hub.docker.com/r/adguard/adguardhome' target='_blank'>https://hub.docker.com/r/adguard/adguardhome</a>, available for amd64 and arm64 architecture.</p> <p>Create a macvlan to avoid overlapping of ports which are needed by Adguard like 443 & 80. E.g., <code>docker network create -d macvlan --subnet=192.168.178.0/24 --ip-range=192.168.178.58/32 --gateway=192.168.178.1 -o parent=eth0 adguard-home</code></p><p>The docker network has to be named <code>adguard-home</code>!</p> <p>For the initial setup the UI is reachable under the IP-Adress defined in the macvlan. E.g.: <code>192.168.178.58</code>. and the setup port <code>3000</code>, i.e.: <code>http://192.168.178.58:3000</code>. Once setup is complete, the admin page can be reached using port <code>80</code> e.g.,<code>http://192.168.178.58:80</code>.</p>",
"website": "https://hub.docker.com/r/adguard/adguardhome",
"version": "1.0"
}
}
1 change: 1 addition & 0 deletions root.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"2FAuth": "2FAuth.json",
"AdGuard Home": "adguard.json",
"Airsonic Advanced": "airsonic-advanced.json",
"Booksonic": "booksonic.json",
"Calibre": "calibre.json",
Expand Down