From a0933a10b95b299d5d83d2faf12a1fe9b26153cf Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sun, 16 Aug 2026 17:48:52 +1000 Subject: [PATCH] Add sonarr/radarr/prowlarr fork repositories Create the three arrstack source-fork repos (Postgres + stateless multi-replica work). No branch protection yet so the initial upstream mirror can be force-pushed; a follow-up PR adds protection + required Woodpecker checks once CI exists. --- config/git.unkin.net/unkin/repository/prowlarr.yaml | 5 +++++ config/git.unkin.net/unkin/repository/radarr.yaml | 5 +++++ config/git.unkin.net/unkin/repository/sonarr.yaml | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 config/git.unkin.net/unkin/repository/prowlarr.yaml create mode 100644 config/git.unkin.net/unkin/repository/radarr.yaml create mode 100644 config/git.unkin.net/unkin/repository/sonarr.yaml 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" -- 2.47.3