From bc6d2b218dfec053bb3d42772b4e1660976911ac Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Wed, 26 Aug 2026 23:32:07 +1000 Subject: [PATCH] feat(github): allowlist jellyfin-plugin-sso release assets jellyfin-ha bakes the SSO auth plugin at image build time, but the CI build network cannot reach github directly. Route it through the artifactapi github proxy by allowlisting the SSO plugin release asset. --- config/remote_generic/github.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/remote_generic/github.yaml b/config/remote_generic/github.yaml index 72c8a76..87f16f7 100644 --- a/config/remote_generic/github.yaml +++ b/config/remote_generic/github.yaml @@ -10,6 +10,7 @@ mutable_patterns: - "iplocate/ip-address-databases/raw/.*/ip-to-country/.*" patterns: - ".*/archive/refs/tags/.*.tar.gz$" + - "9p4/jellyfin-plugin-sso/.*/sso-authentication_.*.zip$" - "ahmetb/kubectx/.*/kubectx_.*_linux_x86_64.tar.gz$" - "ahmetb/kubectx/.*/kubens_.*_linux_x86_64.tar.gz$" - "apple/foundationdb/.*/libfdb_c.x86_64.so$" -- 2.47.3