Update resources.toml

This commit is contained in:
2025-02-08 22:36:23 +00:00
parent a2422b948e
commit 404fe19226

View File

@ -20,7 +20,7 @@ description = "Restores the config back to contents in demo-sync resources.toml"
tags = ["komodo", "demo"]
[resource_sync.config]
git_provider = "git.komo.do"
repo = "komodo/demo-sync"
repo = "moghtech/demo-sync"
resource_path = "resources.toml"
delete = true
@ -30,7 +30,7 @@ delete = true
[[stack]]
name = "demo-immich"
description = "See https://git.komo.do/komodo/demo-sync/src/branch/main/immich.compose.yaml"
description = "See https://git.komo.do/moghtech/demo-sync/src/branch/main/immich.compose.yaml"
tags = ["demo", "immich"]
deploy = false
[stack.config]
@ -126,14 +126,14 @@ environment = """
[[stack]]
name = "demo-jellyfin"
description = "See https://git.komo.do/komodo/demo-sync/src/branch/main/jellyfin.compose.yaml"
description = "See https://git.komo.do/moghtech/demo-sync/src/branch/main/jellyfin.compose.yaml"
tags = ["demo", "jellyfin"]
deploy = false
[stack.config]
server_id = "demo-server"
file_paths = ["jellyfin.compose.yaml"]
git_provider = "git.komo.do"
repo = "komodo/demo-sync"
repo = "moghtech/demo-sync"
##########################
# Immich Deployer (Repo) #
@ -146,7 +146,7 @@ tags = ["immich", "automation"]
[repo.config]
server_id = "demo-server"
git_provider = "git.komo.do"
repo = "komodo/demo-sync"
repo = "moghtech/demo-sync"
on_pull.path = "."
on_pull.command = "sh ./trigger-immich-deploy.sh"
@ -197,7 +197,7 @@ server_id = "demo-server"
file_paths = ["tempo.compose.yaml"]
ignore_services = ["init"]
git_provider = "git.komo.do"
repo = "komodo/demo-sync"
repo = "moghtech/demo-sync"
####################
# Vector (Logging) #