mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-09-17 03:41:21 +08:00
[Komodo] Commit Sync: update resources.toml
This commit is contained in:
parent
10fa9e7ef9
commit
1cbf802e2b
1 changed files with 23 additions and 5 deletions
|
@ -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" }
|
||||
]
|
||||
|
||||
##
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue