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"
|
name = "vm/docker"
|
||||||
tags = ["spoonbill"]
|
tags = ["spoonbill"]
|
||||||
[server.config]
|
[server.config]
|
||||||
address = "https://periphery:8120"
|
enabled = true
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
|
[[server]]
|
||||||
|
name = "vm/matrix"
|
||||||
|
[server.config]
|
||||||
|
address = "https://10.0.1.106:8120"
|
||||||
enabled = true
|
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]]
|
[[stack]]
|
||||||
name = "metrics_vm_minecraft"
|
name = "metrics_vm_minecraft"
|
||||||
tags = ["internal", "metrics"]
|
tags = ["internal", "metrics"]
|
||||||
|
@ -597,8 +613,9 @@ version = "2.10.0"
|
||||||
auto_increment_version = false
|
auto_increment_version = false
|
||||||
linked_repo = "github"
|
linked_repo = "github"
|
||||||
build_path = "caddy"
|
build_path = "caddy"
|
||||||
image_registry.domain = "ghcr.io"
|
image_registry = [
|
||||||
image_registry.account = "firewalkwithm3"
|
{ domain = "ghcr.io", account = "firewalkwithm3" }
|
||||||
|
]
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
||||||
|
@ -612,8 +629,9 @@ git_account = "firewalkwithm3"
|
||||||
repo = "linuxserver/docker-readarr"
|
repo = "linuxserver/docker-readarr"
|
||||||
branch = "develop"
|
branch = "develop"
|
||||||
commit = "develop-0.4.18.2805-ls157"
|
commit = "develop-0.4.18.2805-ls157"
|
||||||
image_registry.domain = "ghcr.io"
|
image_registry = [
|
||||||
image_registry.account = "firewalkwithm3"
|
{ domain = "ghcr.io", account = "firewalkwithm3" }
|
||||||
|
]
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue