From cdcdd5ef580e95b5d6caed726a2d26d57eafada7 Mon Sep 17 00:00:00 2001 From: Ken Schiano Date: Tue, 27 May 2025 09:57:53 -0400 Subject: [PATCH] intial commit --- repository.json | 6 ++++++ technitium_dns/config.yaml | 11 +++++++++++ 2 files changed, 17 insertions(+) create mode 100644 repository.json create mode 100644 technitium_dns/config.yaml diff --git a/repository.json b/repository.json new file mode 100644 index 0000000..39c022b --- /dev/null +++ b/repository.json @@ -0,0 +1,6 @@ +{ + "name": "HA Add-ons by Ken Schiano", + "udev": true, + "url": "https://git.kenschiano.net/kschiano/Hassio_Addons.git", + "maintainer": "Ken Schiano" +} \ No newline at end of file diff --git a/technitium_dns/config.yaml b/technitium_dns/config.yaml new file mode 100644 index 0000000..8778430 --- /dev/null +++ b/technitium_dns/config.yaml @@ -0,0 +1,11 @@ +version: "13.6.0" +image: technitium/dns-server +slug: "techdns" +name: Technitium Dns-Server +description: Run a Technitium Dns-Server on your Raspberry Pi +url: https://technitium.com/dns/ +host_network: true +arch: + - aarch64 + - amd64 + - armv7