From a741263f79ba43e3bc5de4a2f2c50308dd17fc5e Mon Sep 17 00:00:00 2001 From: Komodo Bot Date: Sun, 14 Dec 2025 18:38:45 -0800 Subject: [PATCH] Add beszel-template stack to resources --- .komodo/resources.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.komodo/resources.toml b/.komodo/resources.toml index 1547b9d..c37c3cf 100644 --- a/.komodo/resources.toml +++ b/.komodo/resources.toml @@ -96,6 +96,19 @@ server = "syn01" ## +[[stack]] +name = "beszel-template" +description = "Beszel agent template for monitoring servers" +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"] + +## + [[build]] name = "komodo-build" description = "Build Docker image for komodo app"