From 33047c9a277806e4dfd24ee9cfa8151063af1c0e Mon Sep 17 00:00:00 2001 From: komodo Date: Fri, 19 Dec 2025 16:57:03 -0800 Subject: [PATCH] [Komodo] Commit Sync: update .komodo/resources.toml --- .komodo/resources.toml | 84 +++++++++++++++++++++--------------------- 1 file changed, 41 insertions(+), 43 deletions(-) diff --git a/.komodo/resources.toml b/.komodo/resources.toml index ae9f812..de83599 100644 --- a/.komodo/resources.toml +++ b/.komodo/resources.toml @@ -132,6 +132,44 @@ file_paths = [ ## +[[stack]] +name = "dns01" +description = "Technitium DNS server cluster primary node on syn01" +tags = [ + "dns", + "network", + "cluster", + "syn01", + "primary" +] +[stack.config] +server = "syn01" +git_provider = "192.168.1.51:3052" +git_https = false +git_account = "komodo" +repo = "stray/komodo" +file_paths = [ + "stacks/technitium_syn01.compose.yml" +] + +## + +[[stack]] +name = "dns02" +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" +] + +## + [[stack]] name = "gitea" [stack.config] @@ -217,7 +255,9 @@ git_provider = "192.168.1.51:3052" git_https = false git_account = "komodo" repo = "stray/komodo" -file_paths = ["stacks/jellyfin-workstation.compose.yml"] +file_paths = [ + "stacks/jellyfin-workstation.compose.yml" +] ## @@ -252,20 +292,6 @@ file_paths = ["stacks/lidarr.compose.yml"] ## -[[stack]] -name = "minio" -description = "MinIO object storage server" -tags = ["storage", "syn01"] -[stack.config] -server = "syn01" -git_provider = "192.168.1.51:3052" -git_https = false -git_account = "komodo" -repo = "stray/komodo" -file_paths = ["stacks/minio.compose.yml"] - -## - [[stack]] name = "paperless-ngx" description = "Paperless-ngx document management system" @@ -359,34 +385,6 @@ file_paths = ["stacks/sonarr.compose.yml"] ## -[[stack]] -name = "dns01" -description = "Technitium DNS server cluster primary node on syn01" -tags = ["dns", "network", "cluster", "syn01", "primary"] -[stack.config] -server = "syn01" -git_provider = "192.168.1.51:3052" -git_https = false -git_account = "komodo" -repo = "stray/komodo" -file_paths = ["stacks/technitium_syn01.compose.yml"] - -## - -[[stack]] -name = "dns02" -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"