From 4ca5145d506d9e4feed86339a95434e0a6b0f816 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Mon, 10 Aug 2026 23:35:19 +1000 Subject: [PATCH] repository: add jellyfin-ha-src source fork Add the jellyfin-ha-src Gitea repository that carries the HA source fork of ZoltyMat/jellyfin-ha with local patches, replacing the direct upstream clone in the build pipeline. Declare the repository as public with a main default branch and delete-branch-after-merge enabled. Leave branch protection unset so the initial fork seed can push the pinned upstream tree and a pristine upstream ref directly to main; protection is added in a follow-up change once the fork is seeded. --- config/git.unkin.net/unkin/repository/jellyfin-ha-src.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/git.unkin.net/unkin/repository/jellyfin-ha-src.yaml diff --git a/config/git.unkin.net/unkin/repository/jellyfin-ha-src.yaml b/config/git.unkin.net/unkin/repository/jellyfin-ha-src.yaml new file mode 100644 index 0000000..3b60950 --- /dev/null +++ b/config/git.unkin.net/unkin/repository/jellyfin-ha-src.yaml @@ -0,0 +1,4 @@ +description: "Source fork of ZoltyMat/jellyfin-ha carrying HA patches" +private: false +default_branch: "main" +default_delete_branch_after_merge: true