From 6a159dc06f9da5c0459b30f0299366e22a6b2a18 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 5 Jul 2026 22:26:06 +1000 Subject: [PATCH] Add jellyfin-ha container-build repo Adds the Gitea repository that manages the Docker container build for the jellyfin-ha (HA transcoding) Jellyfin fork. - Create unkin/jellyfin-ha (public, squash merges, delete branch on merge) - Protect main; require the ci/woodpecker/pr/build check and docker-team approval --- .../git.unkin.net/unkin/repository/jellyfin-ha.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config/git.unkin.net/unkin/repository/jellyfin-ha.yaml diff --git a/config/git.unkin.net/unkin/repository/jellyfin-ha.yaml b/config/git.unkin.net/unkin/repository/jellyfin-ha.yaml new file mode 100644 index 0000000..06ad800 --- /dev/null +++ b/config/git.unkin.net/unkin/repository/jellyfin-ha.yaml @@ -0,0 +1,12 @@ +description: "Container build for the jellyfin-ha (HA transcoding) Jellyfin fork" +private: false +default_branch: "main" +default_delete_branch_after_merge: true +default_merge_style: "squash" +branch_protection: + - rule_name: "main" + enable_push: false + status_check_contexts: + - "ci/woodpecker/pr/build" + approval_whitelist_teams: + - "docker"