Add sonarr/radarr/prowlarr fork repositories #74

Merged
benvin merged 1 commits from benvin/arr-forks-repos into main 2026-08-16 18:25:03 +10:00
Member

Why

The arrstack needs source-fork repos for Sonarr, Radarr and Prowlarr so we can run them on Postgres and make them stateless for multi-replica behind arrproxy. This creates the three repos; the initial upstream mirror is force-pushed by unkin-agent, so branch protection is intentionally omitted for now.

How

  • add config/git.unkin.net/unkin/repository/sonarr.yaml (private, default_branch main, no protection)
  • add config/git.unkin.net/unkin/repository/radarr.yaml (same)
  • add config/git.unkin.net/unkin/repository/prowlarr.yaml (same)

Follow-up PR adds branch_protection + required Woodpecker status checks once each fork's CI pipeline exists.

## Why The arrstack needs source-fork repos for Sonarr, Radarr and Prowlarr so we can run them on Postgres and make them stateless for multi-replica behind arrproxy. This creates the three repos; the initial upstream mirror is force-pushed by unkin-agent, so branch protection is intentionally omitted for now. ## How - add config/git.unkin.net/unkin/repository/sonarr.yaml (private, default_branch main, no protection) - add config/git.unkin.net/unkin/repository/radarr.yaml (same) - add config/git.unkin.net/unkin/repository/prowlarr.yaml (same) Follow-up PR adds branch_protection + required Woodpecker status checks once each fork's CI pipeline exists.
unkin-agent added 1 commit 2026-08-16 17:49:04 +10:00
Add sonarr/radarr/prowlarr fork repositories
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
a0933a10b9
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.
benvin merged commit a2f1a23d4d into main 2026-08-16 18:25:03 +10:00
benvin deleted branch benvin/arr-forks-repos 2026-08-16 18:25:03 +10:00
Sign in to join this conversation.