diff --git a/images/docker-adguardhome-sync/index.html b/images/docker-adguardhome-sync/index.html index 3976ca1c60..f7ba486881 100644 --- a/images/docker-adguardhome-sync/index.html +++ b/images/docker-adguardhome-sync/index.html @@ -1,4 +1,4 @@ - adguardhome-sync - LinuxServer.io
Skip to content

linuxserver/adguardhome-sync

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Adguardhome-sync is a tool to synchronize AdGuardHome config to replica instances.

adguardhome-sync

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/adguardhome-sync:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Version Tags

This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.

Tag Available Description
latest Stable releases from GitHub

Application Setup

Edit the adguardhome-sync.yaml with your AdGuardHome instance details, for more information check out AdGuardHome Sync.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
+ adguardhome-sync - LinuxServer.io       

linuxserver/adguardhome-sync

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Adguardhome-sync is a tool to synchronize AdGuardHome config to replica instances.

adguardhome-sync

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/adguardhome-sync:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Version Tags

This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.

Tag Available Description
latest Stable releases from GitHub

Application Setup

Edit the adguardhome-sync.yaml with your AdGuardHome instance details, for more information check out AdGuardHome Sync.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
 version: "2.1"
 services:
   adguardhome-sync:
@@ -51,4 +51,4 @@
   --pull \
   -t lscr.io/linuxserver/adguardhome-sync:latest .
 

The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static

docker run --rm --privileged multiarch/qemu-user-static:register --reset
-

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 11.06.23: - Rebase to Alpine 3.18, deprecate armhf.
  • 07.02.23: - Rebase to Alpine 3.17, update amd64 artifact name.
  • 03.10.22: - Rebase to Alpine 3.16, migrate to s6v3.
  • 18.12.21: - Rebase to Alpine 3.15.
  • 09.08.21: - Rebase to Alpine 3.14.
  • 08.04.21: - Initial Release.

Last update: October 11, 2023
Created: February 5, 2019
\ No newline at end of file +

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 11.06.23: - Rebase to Alpine 3.18, deprecate armhf.
  • 07.02.23: - Rebase to Alpine 3.17, update amd64 artifact name.
  • 03.10.22: - Rebase to Alpine 3.16, migrate to s6v3.
  • 18.12.21: - Rebase to Alpine 3.15.
  • 09.08.21: - Rebase to Alpine 3.14.
  • 08.04.21: - Initial Release.

Last update: November 22, 2023
Created: February 5, 2019
\ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 1e2bb82854..dd1422fd2f 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ