From fbcb5a5983f61e338839bde629b4a139d10064d2 Mon Sep 17 00:00:00 2001 From: komodo Date: Sun, 14 Dec 2025 18:48:23 -0800 Subject: [PATCH] [Komodo] Commit Sync: update .komodo/resources.toml --- .komodo/resources.toml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.komodo/resources.toml b/.komodo/resources.toml index c38f9bd..f69cb1b 100644 --- a/.komodo/resources.toml +++ b/.komodo/resources.toml @@ -32,16 +32,33 @@ enabled = true ## +[[stack]] +name = "beszel-agent-lpdelta01" +[stack.config] +server = "lpdelta01" +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-template" description = "Beszel agent template for monitoring servers" +template = true tags = ["monitoring", "template"] [stack.config] git_provider = "192.168.1.51:3052" git_https = false git_account = "komodo" repo = "stray/komodo" -file_paths = ["stacks/beszel-template.compose.yml"] +file_paths = [ + "stacks/beszel-template.compose.yml" +] ##