diff --git a/master_sync.toml b/master_sync.toml index e4ff22c..daf4895 100644 --- a/master_sync.toml +++ b/master_sync.toml @@ -370,6 +370,17 @@ branch = "master" ## +[[repo]] +name = "Master_Resource_Sync" +[repo.config] +server = "unraid" +git_provider = "gitea:3000" +git_https = false +git_account = "andrewamason" +repo = "andrewamason/resources" + +## + [[repo]] name = "audiobookshelf" [repo.config] @@ -678,8 +689,7 @@ params.server_id = "Synology" [[resource_sync]] name = "Master Resource Sync" [resource_sync.config] -git_provider = "gitea.andrewamason.tech" -repo = "andrewamason/resources" -git_account = "andrewamason" +linked_repo = "Master_Resource_Sync" resource_path = ["master_sync.toml"] -managed = true \ No newline at end of file +managed = true +delete = true \ No newline at end of file