|
@@ -1,6 +1,47 @@
|
|
|
{
|
|
|
"version": "2",
|
|
|
"templates": [
|
|
|
+ {
|
|
|
+ "categories": [
|
|
|
+ "Other",
|
|
|
+ "Tools"
|
|
|
+ ],
|
|
|
+ "description": "[Adguardhome](https://adguard.com/en/adguard-home/overview.html) AdGuard Home is a network-wide software for blocking ads & tracking.",
|
|
|
+ "image": "adguard/adguardhome:latest",
|
|
|
+ "logo": "https://developer.asustor.com/uploadIcons/0020_999_1595573028_AdGuardhome_256.png",
|
|
|
+ "name": "Adguardhome",
|
|
|
+ "platform": "linux",
|
|
|
+ "ports": [
|
|
|
+ "53:53/tcp",
|
|
|
+ "53:53/udp",
|
|
|
+ "67:67/udp",
|
|
|
+ "68:68/udp",
|
|
|
+ "80:80/tcp",
|
|
|
+ "443:443/tcp",
|
|
|
+ "443:443/udp",
|
|
|
+ "3000:3000/tcp",
|
|
|
+ "853:853/tcp",
|
|
|
+ "784:784/udp",
|
|
|
+ "853:853/udp",
|
|
|
+ "8853:8853/udp",
|
|
|
+ "5443:5443/tcp",
|
|
|
+ "5443:5443/udp"
|
|
|
+ ],
|
|
|
+ "restart_policy": "unless-stopped",
|
|
|
+ "title": "Adguardhome",
|
|
|
+ "type": 1,
|
|
|
+ "volumes": [
|
|
|
+ {
|
|
|
+ "bind": "/portainer/Files/AppData/Config/AdguardHome/config",
|
|
|
+ "container": "/opt/adguardhome/conf"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "bind": "/portainer/Files/AppData/Config/AdguardHome/work",
|
|
|
+ "container": "/opt/adguardhome/work"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "note": "<h3>Template created by Pi-Hosted Series</h3><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://adguard.com/en/adguard-home/overview.html\" target=\"_blank\">https://adguard.com/en/adguard-home/overview.html</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/AdguardTeam/AdGuardHome/wiki/Docker\" target=\"_blank\">https://github.com/AdguardTeam/AdGuardHome/wiki/Docker</a><br><br><br>"
|
|
|
+ },
|
|
|
{
|
|
|
"categories": [
|
|
|
"Other",
|
|
@@ -23,7 +64,7 @@
|
|
|
"name": "TZ",
|
|
|
"label": "TZ",
|
|
|
"default": "America/New_York",
|
|
|
- "description": "Specify a timezone to use for example America/New_York, Europe/Amsterdam"
|
|
|
+ "description": "Specify a timezone to use for example America/New_York"
|
|
|
},
|
|
|
{
|
|
|
"name": "CONFIGFILE",
|
|
@@ -36,7 +77,6 @@
|
|
|
"image": "linuxserver/adguardhome-sync:latest",
|
|
|
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/adguardhomesync-icon.png",
|
|
|
"name": "Adguardhome-sync",
|
|
|
- "note": "<h3>Template created by Pi-Hosted Series</h3><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://adguard.com/en/adguard-home/overview.html\" target=\"_blank\">https://adguard.com/en/adguard-home/overview.html</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/linuxserver/docker-adguardhome-sync#usage\" target=\"_blank\">https://github.com/linuxserver/docker-adguardhome-sync#usage</a><br><br><br>Don't forget to create the volume directories on the host file system. mkdir -p /volume1/docker/adguardhome-sync/config",
|
|
|
"platform": "linux",
|
|
|
"ports": [
|
|
|
"8080:8080/tcp"
|
|
@@ -49,7 +89,8 @@
|
|
|
"bind": "/portainer/Files/AppData/Config/adguardhome-sync/config",
|
|
|
"container": "/config"
|
|
|
}
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ "note": "<h3>Template created by Pi-Hosted Series</h3><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://adguard.com/en/adguard-home/overview.html\" target=\"_blank\">https://adguard.com/en/adguard-home/overview.html</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/linuxserver/docker-adguardhome-sync#usage\" target=\"_blank\">https://github.com/linuxserver/docker-adguardhome-sync#usage</a><br><br><br>"
|
|
|
},
|
|
|
{
|
|
|
"categories": [
|