From 6afeeb8fedff72cf30eb84d8e10937d26d55658f Mon Sep 17 00:00:00 2001 From: sascha Date: Sun, 4 Jan 2026 17:09:54 +0000 Subject: [PATCH] =?UTF-8?q?adguard=5Fhome=5Fcustom/config.yaml=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adguard_home_custom/config.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 adguard_home_custom/config.yaml diff --git a/adguard_home_custom/config.yaml b/adguard_home_custom/config.yaml new file mode 100644 index 0000000..83050f9 --- /dev/null +++ b/adguard_home_custom/config.yaml @@ -0,0 +1,18 @@ +name: "AdGuard Home Custom" +description: "Netzwerkweite Werbeblockierung und DNS-Verwaltung" +version: "1.0.0" +slug: "adguard_home_custom" +arch: + - aarch64 + - amd64 + - armv7 +startup: services +boot: auto +ingress: true +panel_icon: "mdi:shield-check" +panel_title: "AdGuard" +host_network: true +map: + - "addon_config:rw" +options: {} +schema: {} \ No newline at end of file