repository: add jellyfin-ha-src source fork #63

Merged
benvin merged 1 commits from benvin/jellyfin-ha-src into main 2026-08-10 23:43:04 +10:00
Owner

Why

The jellyfin-ha build repository currently clones the upstream
github.com/ZoltyMat/jellyfin-ha tree directly and has no mechanism for
carrying local patches. Standing up a source fork under unkin provides a
home for HA patches (such as scan-leader election) that the build pipeline can
pin and build from.

How

  • Declare a new public Gitea repository jellyfin-ha-src with a main
    default branch and delete-branch-after-merge enabled.
  • Leave branch protection unset for now: the initial fork seed pushes the
    pinned upstream tree and a pristine upstream ref directly to main, which
    branch protection on main would block. Protection rules are added in a
    follow-up change once the fork is seeded.
## Why The `jellyfin-ha` build repository currently clones the upstream `github.com/ZoltyMat/jellyfin-ha` tree directly and has no mechanism for carrying local patches. Standing up a source fork under `unkin` provides a home for HA patches (such as scan-leader election) that the build pipeline can pin and build from. ## How - Declare a new public Gitea repository `jellyfin-ha-src` with a `main` default branch and delete-branch-after-merge enabled. - Leave branch protection unset for now: the initial fork seed pushes the pinned upstream tree and a pristine `upstream` ref directly to `main`, which branch protection on `main` would block. Protection rules are added in a follow-up change once the fork is seeded.
unkinben added 1 commit 2026-08-10 23:35:39 +10:00
repository: add jellyfin-ha-src source fork
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
4ca5145d50
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.
benvin merged commit 5bf5f9d85e into main 2026-08-10 23:43:04 +10:00
benvin deleted branch benvin/jellyfin-ha-src 2026-08-10 23:43:05 +10:00
Sign in to join this conversation.