From bb0be1e89c28aed19edfd79c1391266c4ea62bb8 Mon Sep 17 00:00:00 2001 From: Komodo Bot Date: Thu, 18 Dec 2025 20:40:47 -0800 Subject: [PATCH] Add Technitium DNS stack definition for syn02 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds stack resource definition to enable automatic deployment of Technitium DNS secondary cluster node on syn02 via Komodo. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- .komodo/resources.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.komodo/resources.toml b/.komodo/resources.toml index 7c11ace..6403d83 100644 --- a/.komodo/resources.toml +++ b/.komodo/resources.toml @@ -359,6 +359,20 @@ file_paths = ["stacks/sonarr.compose.yml"] ## +[[stack]] +name = "technitium-syn02" +description = "Technitium DNS server cluster node on syn02" +tags = ["dns", "network", "cluster", "syn02"] +[stack.config] +server = "syn02" +git_provider = "192.168.1.51:3052" +git_https = false +git_account = "komodo" +repo = "stray/komodo" +file_paths = ["stacks/technitium_syn02.compose.yml"] + +## + [[build]] name = "komodo-build" description = "Build Docker image for komodo app"