diff --git a/master_sync.toml b/master_sync.toml index ff6041e..683b40b 100644 --- a/master_sync.toml +++ b/master_sync.toml @@ -1,14 +1,3 @@ -# ============================================================== -# SERVERS -# ============================================================== - -[[server]] -name = "synology" -[server.config] -enabled = true - -## - [[server]] name = "Unraid" [server.config] @@ -17,9 +6,12 @@ enabled = true ## -# ============================================================== -# STACKS -# ============================================================== +[[server]] +name = "synology" +[server.config] +enabled = true + +## [[stack]] name = "audiobookshelf" @@ -330,6 +322,7 @@ webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7" [[stack]] name = "romm" +tags = ["Active"] [stack.config] server = "Unraid" auto_update = true @@ -343,6 +336,7 @@ additional_env_files = [ [[stack]] name = "scanopy" +tags = ["Testing"] [stack.config] server = "Unraid" linked_repo = "compose-scanopy" @@ -381,6 +375,7 @@ webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7" [[stack]] name = "stirling-pdf" +tags = ["Active"] [stack.config] server = "Unraid" linked_repo = "compose-stirling-pdf" @@ -430,10 +425,6 @@ webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7" ## -# ============================================================== -# DEPLOYMENTS -# ============================================================== - [[deployment]] name = "Technitium_2" [deployment.config] @@ -452,10 +443,6 @@ TZ=America/New_York ## -# ============================================================== -# BUILDS -# ============================================================== - [[build]] name = "audiobookshelf" [build.config] @@ -513,9 +500,26 @@ image_registry = [ ## -# ============================================================== -# REPOS -# ============================================================== +[[repo]] +name = "Master_Resource_Sync" +[repo.config] +server = "Unraid" +git_provider = "gitea:3000" +git_https = false +git_account = "andrewamason" +repo = "andrewamason/resources" + +## + +[[repo]] +name = "compose-OSSINT-Webcheck" +[repo.config] +server = "Unraid" +git_provider = "gitea:3000" +git_account = "andrewamason" +repo = "HomeLab/OSSINT-Webcheck" + +## [[repo]] name = "compose-audiobookshelf" @@ -727,16 +731,6 @@ repo = "HomeLab/Open-VSCode" ## -[[repo]] -name = "compose-OSSINT-Webcheck" -[repo.config] -server = "Unraid" -git_provider = "gitea:3000" -git_account = "andrewamason" -repo = "HomeLab/OSSINT-Webcheck" - -## - [[repo]] name = "compose-paperless-ngx" [repo.config] @@ -883,17 +877,6 @@ repo = "andrewamason/resources" ## -[[repo]] -name = "Master_Resource_Sync" -[repo.config] -server = "Unraid" -git_provider = "gitea:3000" -git_https = false -git_account = "andrewamason" -repo = "andrewamason/resources" - -## - [[repo]] name = "source-audiobookshelf" [repo.config] @@ -927,10 +910,6 @@ branch = "master" ## -# ============================================================== -# PROCEDURES -# ============================================================== - [[procedure]] name = "Backup Core Database" description = "Triggers the Core database backup at the scheduled time." @@ -976,10 +955,6 @@ executions = [ ## -# ============================================================== -# BUILDERS -# ============================================================== - [[builder]] name = "local" [builder.config] @@ -996,10 +971,6 @@ params = {} ## -# ============================================================== -# RESOURCE SYNC -# ============================================================== - [[resource_sync]] name = "master-sync" [resource_sync.config] @@ -1011,10 +982,6 @@ include_user_groups = true ## -# ============================================================== -# VARIABLES -# ============================================================== - [[variable]] name = "SONARQUBE_HOST" value = "sqa_35f53592be1dfce277bc27d51ee0a4e32a858604" @@ -1025,4 +992,4 @@ is_secret = true [[variable]] name = "SONARQUBE_TOKEN" value = "http://172.24.3.12:9001" -is_secret = true +is_secret = true \ No newline at end of file