diff --git a/config/git.unkin.net/unkin/repository/prowlarr.yaml b/config/git.unkin.net/unkin/repository/prowlarr.yaml new file mode 100644 index 0000000..122ca33 --- /dev/null +++ b/config/git.unkin.net/unkin/repository/prowlarr.yaml @@ -0,0 +1,5 @@ +description: "Private fork of Prowlarr: Postgres backend + stateless multi-replica for the arrstack" +private: true +default_branch: "main" +default_delete_branch_after_merge: true +default_merge_style: "squash" diff --git a/config/git.unkin.net/unkin/repository/radarr.yaml b/config/git.unkin.net/unkin/repository/radarr.yaml new file mode 100644 index 0000000..aa50edd --- /dev/null +++ b/config/git.unkin.net/unkin/repository/radarr.yaml @@ -0,0 +1,5 @@ +description: "Private fork of Radarr: Postgres backend + stateless multi-replica for the arrstack" +private: true +default_branch: "main" +default_delete_branch_after_merge: true +default_merge_style: "squash" diff --git a/config/git.unkin.net/unkin/repository/sonarr.yaml b/config/git.unkin.net/unkin/repository/sonarr.yaml new file mode 100644 index 0000000..691d276 --- /dev/null +++ b/config/git.unkin.net/unkin/repository/sonarr.yaml @@ -0,0 +1,5 @@ +description: "Private fork of Sonarr: Postgres backend + stateless multi-replica for the arrstack" +private: true +default_branch: "main" +default_delete_branch_after_merge: true +default_merge_style: "squash"