From b2d06c6e2db109bc7904804c2749fd1553b1288f Mon Sep 17 00:00:00 2001 From: komodo Date: Sun, 14 Dec 2025 18:44:04 -0800 Subject: [PATCH] [Komodo] admin: Commit Resource File: update .komodo/resources.toml --- .komodo/resources.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.komodo/resources.toml b/.komodo/resources.toml index 5658692..c38f9bd 100644 --- a/.komodo/resources.toml +++ b/.komodo/resources.toml @@ -32,6 +32,19 @@ enabled = true ## +[[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"] + +## + [[stack]] name = "jellyfin" [stack.config]