From ec8cabf78ae3ddee3068db6454bbab1431db26ce Mon Sep 17 00:00:00 2001 From: komodo Date: Sun, 14 Dec 2025 20:01:46 -0800 Subject: [PATCH] [Komodo] Commit Sync: update .komodo/resources.toml --- .komodo/resources.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.komodo/resources.toml b/.komodo/resources.toml index 8208130..bb8279f 100644 --- a/.komodo/resources.toml +++ b/.komodo/resources.toml @@ -86,6 +86,20 @@ file_paths = [ ## +[[stack]] +name = "beszel-agent-syn02" +[stack.config] +server = "syn02" +git_provider = "192.168.1.51:3052" +git_https = false +git_account = "komodo" +repo = "stray/komodo" +file_paths = [ + "stacks/beszel-template.compose.yml" +] + +## + [[stack]] name = "beszel-hub" description = "Beszel monitoring hub and agent for syn01"