[Komodo] Commit Sync: update .komodo/resources.toml

This commit is contained in:
komodo
2025-12-14 18:48:23 -08:00
parent b2d06c6e2d
commit fbcb5a5983

View File

@@ -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"
]
##