From 1cbf802e2b5ed59e9d2881b51b5c6b2efcbdec86 Mon Sep 17 00:00:00 2001 From: komodo Date: Sat, 6 Sep 2025 16:56:37 +0800 Subject: [PATCH] [Komodo] Commit Sync: update resources.toml --- resources.toml | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/resources.toml b/resources.toml index 55ff358..2a52376 100644 --- a/resources.toml +++ b/resources.toml @@ -2,7 +2,14 @@ name = "vm/docker" tags = ["spoonbill"] [server.config] -address = "https://periphery:8120" +enabled = true + +## + +[[server]] +name = "vm/matrix" +[server.config] +address = "https://10.0.1.106:8120" enabled = true ## @@ -304,6 +311,15 @@ run_directory = "metrics" ## +[[stack]] +name = "metrics_vm_matrix" +[stack.config] +server = "vm/matrix" +linked_repo = "github" +run_directory = "metrics" + +## + [[stack]] name = "metrics_vm_minecraft" tags = ["internal", "metrics"] @@ -597,8 +613,9 @@ version = "2.10.0" auto_increment_version = false linked_repo = "github" build_path = "caddy" -image_registry.domain = "ghcr.io" -image_registry.account = "firewalkwithm3" +image_registry = [ + { domain = "ghcr.io", account = "firewalkwithm3" } +] ## @@ -612,8 +629,9 @@ git_account = "firewalkwithm3" repo = "linuxserver/docker-readarr" branch = "develop" commit = "develop-0.4.18.2805-ls157" -image_registry.domain = "ghcr.io" -image_registry.account = "firewalkwithm3" +image_registry = [ + { domain = "ghcr.io", account = "firewalkwithm3" } +] ##