[Komodo] Commit Sync: update resources.toml

This commit is contained in:
komodo 2025-09-06 16:56:37 +08:00
parent 10fa9e7ef9
commit 1cbf802e2b

View file

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