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

This commit is contained in:
komodo
2025-12-19 16:57:03 -08:00
parent 801980db2a
commit 33047c9a27

View File

@@ -132,6 +132,44 @@ file_paths = [
## ##
[[stack]]
name = "dns01"
description = "Technitium DNS server cluster primary node on syn01"
tags = [
"dns",
"network",
"cluster",
"syn01",
"primary"
]
[stack.config]
server = "syn01"
git_provider = "192.168.1.51:3052"
git_https = false
git_account = "komodo"
repo = "stray/komodo"
file_paths = [
"stacks/technitium_syn01.compose.yml"
]
##
[[stack]]
name = "dns02"
description = "Technitium DNS server cluster node on syn02"
tags = ["dns", "network", "cluster", "syn02"]
[stack.config]
server = "syn02"
git_provider = "192.168.1.51:3052"
git_https = false
git_account = "komodo"
repo = "stray/komodo"
file_paths = [
"stacks/technitium_syn02.compose.yml"
]
##
[[stack]] [[stack]]
name = "gitea" name = "gitea"
[stack.config] [stack.config]
@@ -217,7 +255,9 @@ git_provider = "192.168.1.51:3052"
git_https = false git_https = false
git_account = "komodo" git_account = "komodo"
repo = "stray/komodo" repo = "stray/komodo"
file_paths = ["stacks/jellyfin-workstation.compose.yml"] file_paths = [
"stacks/jellyfin-workstation.compose.yml"
]
## ##
@@ -252,20 +292,6 @@ file_paths = ["stacks/lidarr.compose.yml"]
## ##
[[stack]]
name = "minio"
description = "MinIO object storage server"
tags = ["storage", "syn01"]
[stack.config]
server = "syn01"
git_provider = "192.168.1.51:3052"
git_https = false
git_account = "komodo"
repo = "stray/komodo"
file_paths = ["stacks/minio.compose.yml"]
##
[[stack]] [[stack]]
name = "paperless-ngx" name = "paperless-ngx"
description = "Paperless-ngx document management system" description = "Paperless-ngx document management system"
@@ -359,34 +385,6 @@ file_paths = ["stacks/sonarr.compose.yml"]
## ##
[[stack]]
name = "dns01"
description = "Technitium DNS server cluster primary node on syn01"
tags = ["dns", "network", "cluster", "syn01", "primary"]
[stack.config]
server = "syn01"
git_provider = "192.168.1.51:3052"
git_https = false
git_account = "komodo"
repo = "stray/komodo"
file_paths = ["stacks/technitium_syn01.compose.yml"]
##
[[stack]]
name = "dns02"
description = "Technitium DNS server cluster node on syn02"
tags = ["dns", "network", "cluster", "syn02"]
[stack.config]
server = "syn02"
git_provider = "192.168.1.51:3052"
git_https = false
git_account = "komodo"
repo = "stray/komodo"
file_paths = ["stacks/technitium_syn02.compose.yml"]
##
[[build]] [[build]]
name = "komodo-build" name = "komodo-build"
description = "Build Docker image for komodo app" description = "Build Docker image for komodo app"