From 1a02c3bdfcf3922570801d514df8b00f634258b6 Mon Sep 17 00:00:00 2001 From: quietsy Date: Mon, 20 Jan 2025 17:14:02 +0200 Subject: [PATCH 1/2] Add categories to readme-vars.yml --- readme-vars.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/readme-vars.yml b/readme-vars.yml index 1d6c979..38fef92 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -7,6 +7,7 @@ project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/ma project_blurb: | [{{ project_name|capitalize }}]({{ project_url }}) is a tool to synchronize AdGuardHome config to replica instances. project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" +project_categories: "Network,DNS" project_categories: "Network" # supported architectures available_architectures: From 145afb8a109ce43771eafe2db243ba8b836241e3 Mon Sep 17 00:00:00 2001 From: quietsy Date: Mon, 20 Jan 2025 17:16:01 +0200 Subject: [PATCH 2/2] Update categories --- readme-vars.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/readme-vars.yml b/readme-vars.yml index 38fef92..46c0f1b 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -8,7 +8,6 @@ project_blurb: | [{{ project_name|capitalize }}]({{ project_url }}) is a tool to synchronize AdGuardHome config to replica instances. project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" project_categories: "Network,DNS" -project_categories: "Network" # supported architectures available_architectures: - {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}