revert [Komodo] Commit Sync: update master_sync.toml
This commit is contained in:
2026-04-10 01:19:36 -04:00
parent 5aacea3ee6
commit d3e055e083
+30 -91
View File
@@ -14,6 +14,14 @@ enabled = true
## ##
[[server]]
name = "Unraid_New"
[server.config]
external_address = "HTTP://172.24.3.12"
enabled = true
##
[[stack]] [[stack]]
name = "automation" name = "automation"
[stack.config] [stack.config]
@@ -21,9 +29,7 @@ server = "Unraid_New"
auto_update = true auto_update = true
linked_repo = "compose-automation" linked_repo = "compose-automation"
env_file_path = "n8n.env" env_file_path = "n8n.env"
additional_env_files = [ additional_env_files = ["n8n.env"]
{ path = "n8n.env", track = true }
]
## ##
@@ -46,9 +52,7 @@ server = "Unraid_New"
auto_update = true auto_update = true
linked_repo = "compose-dashboards" linked_repo = "compose-dashboards"
webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7" webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7"
additional_env_files = [ additional_env_files = ["timezone.env"]
{ path = "timezone.env", track = true }
]
## ##
@@ -60,9 +64,7 @@ server = "Unraid_New"
auto_pull = false auto_pull = false
linked_repo = "compose-grimmory" linked_repo = "compose-grimmory"
env_file_path = "grimmory.env" env_file_path = "grimmory.env"
additional_env_files = [ additional_env_files = ["grimmory.env"]
{ path = "grimmory.env", track = true }
]
environment = """ environment = """
# Application # Application
APP_USER_ID=1000 APP_USER_ID=1000
@@ -212,10 +214,7 @@ server = "Unraid_New"
auto_update = true auto_update = true
linked_repo = "compose-immich" linked_repo = "compose-immich"
webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7" webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7"
additional_env_files = [ additional_env_files = ["immich.env", "immich-frame.env"]
{ path = "immich.env", track = true },
{ path = "immich-frame.env", track = true }
]
## ##
@@ -297,9 +296,7 @@ project_name = "media_apps"
auto_update = true auto_update = true
linked_repo = "compose-Media_Apps" linked_repo = "compose-Media_Apps"
webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7" webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7"
additional_env_files = [ additional_env_files = ["karakeep.env"]
{ path = "karakeep.env", track = true }
]
environment = """ environment = """
# VARIABLE = value # VARIABLE = value
""" """
@@ -314,9 +311,7 @@ server = "Unraid_New"
auto_update = true auto_update = true
linked_repo = "compose-obsidian-sync" linked_repo = "compose-obsidian-sync"
webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7" webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7"
additional_env_files = [ additional_env_files = ["andrew-obsidian-vault.env"]
{ path = "andrew-obsidian-vault.env", track = true }
]
## ##
@@ -339,9 +334,7 @@ server = "Unraid_New"
auto_update = true auto_update = true
linked_repo = "compose-paperless-ngx" linked_repo = "compose-paperless-ngx"
webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7" webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7"
additional_env_files = [ additional_env_files = ["stack.env"]
{ path = "stack.env", track = true }
]
## ##
@@ -385,9 +378,7 @@ server = "Unraid_New"
auto_update = true auto_update = true
linked_repo = "compose-servarr" linked_repo = "compose-servarr"
webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7" webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7"
additional_env_files = [ additional_env_files = ["timezone.env"]
{ path = "timezone.env", track = true }
]
## ##
@@ -428,9 +419,7 @@ project_name = "uptime-kuma"
auto_update = true auto_update = true
linked_repo = "compose-uptime-kuma" linked_repo = "compose-uptime-kuma"
webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7" webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7"
additional_env_files = [ additional_env_files = ["uptime.env"]
{ path = "uptime.env", track = true }
]
ignore_services = ["signal-cli-rest-api"] ignore_services = ["signal-cli-rest-api"]
## ##
@@ -869,16 +858,6 @@ branch = "master"
## ##
[[repo]]
name = "master-config"
[repo.config]
git_provider = "gitea:3000"
git_https = false
git_account = "andrewamason"
repo = "andrewamason/resources"
##
[[repo]] [[repo]]
name = "swag" name = "swag"
[repo.config] [repo.config]
@@ -901,51 +880,6 @@ branch = "master"
## ##
[[procedure]]
name = "Backup Core Database"
description = "Triggers the Core database backup at the scheduled time."
tags = ["system"]
config.schedule = "Every day at 01:00"
[[procedure.config.stage]]
name = "Stage 1"
enabled = true
executions = [
{ execution.type = "BackupCoreDatabase", execution.params = {}, enabled = true }
]
##
[[procedure]]
name = "Global Auto Update"
description = "Pulls and auto updates Stacks and Deployments using 'poll_for_updates' or 'auto_update'."
tags = ["system"]
config.schedule = "Every day at 03:00"
[[procedure.config.stage]]
name = "Stage 1"
enabled = true
executions = [
{ execution.type = "GlobalAutoUpdate", execution.params.skip_auto_update = false, enabled = true }
]
##
[[procedure]]
name = "Rotate Server Keys"
description = "Rotates all currently connected Server keys."
tags = ["system"]
config.schedule = "Every day at 06:00"
[[procedure.config.stage]]
name = "Stage 1"
enabled = true
executions = [
{ execution.type = "RotateAllServerKeys", execution.params = {}, enabled = true }
]
##
[[action]] [[action]]
name = "Global Auto Update" name = "Global Auto Update"
[action.config] [action.config]
@@ -963,14 +897,6 @@ await komodo.execute('GlobalAutoUpdate', {server: "Unraid_New"});
## ##
[[builder]]
name = "Local"
[builder.config]
type = "Server"
params = {}
##
[[builder]] [[builder]]
name = "local" name = "local"
[builder.config] [builder.config]
@@ -994,3 +920,16 @@ linked_repo = "Master_Resource_Sync"
resource_path = ["master_sync.toml"] resource_path = ["master_sync.toml"]
managed = true managed = true
delete = true delete = true
[[procedure]]
name = "Backup Core Database"
description = "Triggers the Core database backup at the scheduled time."
tags = ["system"]
config.schedule = "Every day at 01:00"
[[procedure.config.stage]]
name = "Stage 1"
enabled = true
executions = [
{ execution.type = "BackupCoreDatabase", execution.params = {}, enabled = true }
]