From 4561f760b3498e3695078edf78308cd49039b8ee Mon Sep 17 00:00:00 2001 From: komodo Date: Tue, 22 Jul 2025 16:14:45 +0000 Subject: [PATCH] [Komodo] Commit Sync: update master_sync.toml --- master_sync.toml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/master_sync.toml b/master_sync.toml index 3af6c94..284249e 100644 --- a/master_sync.toml +++ b/master_sync.toml @@ -54,6 +54,7 @@ services: - traefik.http.middlewares.n8n.headers.STSIncludeSubdomains=true - traefik.http.middlewares.n8n.headers.STSPreload=true - traefik.http.routers.n8n.middlewares=n8n@docker + - net.unraid.docker.icon=/mnt/user/docker/icons/n8n-dark.png environment: - N8N_HOST=${SUBDOMAIN}.${DOMAIN_NAME} - N8N_PORT=5678 @@ -209,6 +210,15 @@ services: ## +[[stack]] +name = "manyfold" +[stack.config] +server = "unraid" +linked_repo = "compose-manyfold" +env_file_path = "manyfold.env" + +## + [[stack]] name = "media-streaming" [stack.config] @@ -317,6 +327,16 @@ additional_env_files = ["andrew-obsidian-vault.env"] ## +[[stack]] +name = "ossint-web-check" +[stack.config] +server = "unraid" +poll_for_updates = true +auto_update = true +linked_repo = "compose-OSSINT-Webcheck" + +## + [[stack]] name = "paperless-ngx" [stack.config] @@ -670,6 +690,27 @@ branch = "master" ## +[[repo]] +name = "compose-OSSINT-Webcheck" +[repo.config] +server = "unraid" +git_provider = "gitea.andrewamason.tech" +git_account = "andrewamason" +repo = "HomeLab/OSSINT-Webcheck" + +## + +[[repo]] +name = "compose-manyfold" +[repo.config] +server = "unraid" +git_provider = "gitea.andrewamason.tech" +git_account = "andrewamason" +repo = "HomeLab/manyfold" +env_file_path = "manyfold.env" + +## + [[repo]] name = "dashy" [repo.config]