From e6659dbfb4f78731644efebd66346c8b56233fd5 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Sat, 31 May 2025 11:33:18 -0700 Subject: [PATCH] update resources repo --- resources.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources.toml b/resources.toml index 448f7e1..ed2456e 100644 --- a/resources.toml +++ b/resources.toml @@ -41,7 +41,7 @@ files_on_host = true [[stack]] name = "demo-immich" -description = "See https://git.komo.do/moghtech/demo-sync/src/branch/main/immich.compose.yaml" +description = "https://git.komo.do/komodo/demo/src/branch/main/immich.compose.yaml" tags = ["demo", "immich"] deploy = false [stack.config] @@ -137,14 +137,14 @@ environment = """ [[stack]] name = "demo-jellyfin" -description = "See https://git.komo.do/moghtech/demo-sync/src/branch/main/jellyfin.compose.yaml" +description = "https://git.komo.do/komodo/demo/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 = "moghtech/demo-sync" +repo = "komodo/demo" ########################## # Immich Deployer (Repo) # @@ -157,7 +157,7 @@ tags = ["immich", "automation"] [repo.config] server_id = "demo-server" git_provider = "git.komo.do" -repo = "moghtech/demo-sync" +repo = "komodo/demo" on_pull.path = "." on_pull.command = "sh ./trigger-immich-deploy.sh" @@ -208,7 +208,7 @@ server_id = "demo-server" file_paths = ["tempo.compose.yaml"] ignore_services = ["init"] git_provider = "git.komo.do" -repo = "moghtech/demo-sync" +repo = "komodo/demo" #################### # Vector (Logging) #