diff --git a/master_sync.toml b/master_sync.toml index 53b56b2..44b2e13 100644 --- a/master_sync.toml +++ b/master_sync.toml @@ -14,6 +14,14 @@ enabled = true ## +[[server]] +name = "Unraid_New" +[server.config] +external_address = "HTTP://172.24.3.12" +enabled = true + +## + [[stack]] name = "automation" [stack.config] @@ -21,9 +29,7 @@ server = "Unraid_New" auto_update = true linked_repo = "compose-automation" env_file_path = "n8n.env" -additional_env_files = [ - { path = "n8n.env", track = true } -] +additional_env_files = ["n8n.env"] ## @@ -46,9 +52,7 @@ server = "Unraid_New" auto_update = true linked_repo = "compose-dashboards" webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7" -additional_env_files = [ - { path = "timezone.env", track = true } -] +additional_env_files = ["timezone.env"] ## @@ -60,9 +64,7 @@ server = "Unraid_New" auto_pull = false linked_repo = "compose-grimmory" env_file_path = "grimmory.env" -additional_env_files = [ - { path = "grimmory.env", track = true } -] +additional_env_files = ["grimmory.env"] environment = """ # Application APP_USER_ID=1000 @@ -212,10 +214,7 @@ server = "Unraid_New" auto_update = true linked_repo = "compose-immich" webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7" -additional_env_files = [ - { path = "immich.env", track = true }, - { path = "immich-frame.env", track = true } -] +additional_env_files = ["immich.env", "immich-frame.env"] ## @@ -297,9 +296,7 @@ project_name = "media_apps" auto_update = true linked_repo = "compose-Media_Apps" webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7" -additional_env_files = [ - { path = "karakeep.env", track = true } -] +additional_env_files = ["karakeep.env"] environment = """ # VARIABLE = value """ @@ -314,9 +311,7 @@ server = "Unraid_New" auto_update = true linked_repo = "compose-obsidian-sync" webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7" -additional_env_files = [ - { path = "andrew-obsidian-vault.env", track = true } -] +additional_env_files = ["andrew-obsidian-vault.env"] ## @@ -339,9 +334,7 @@ server = "Unraid_New" auto_update = true linked_repo = "compose-paperless-ngx" webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7" -additional_env_files = [ - { path = "stack.env", track = true } -] +additional_env_files = ["stack.env"] ## @@ -385,9 +378,7 @@ server = "Unraid_New" auto_update = true linked_repo = "compose-servarr" webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7" -additional_env_files = [ - { path = "timezone.env", track = true } -] +additional_env_files = ["timezone.env"] ## @@ -428,9 +419,7 @@ project_name = "uptime-kuma" auto_update = true linked_repo = "compose-uptime-kuma" webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7" -additional_env_files = [ - { path = "uptime.env", track = true } -] +additional_env_files = ["uptime.env"] 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]] name = "swag" [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]] name = "Global Auto Update" [action.config] @@ -963,14 +897,6 @@ await komodo.execute('GlobalAutoUpdate', {server: "Unraid_New"}); ## -[[builder]] -name = "Local" -[builder.config] -type = "Server" -params = {} - -## - [[builder]] name = "local" [builder.config] @@ -993,4 +919,17 @@ name = "Master Resource Sync" linked_repo = "Master_Resource_Sync" resource_path = ["master_sync.toml"] managed = true -delete = true \ No newline at end of file +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 } +] \ No newline at end of file