Allowlist jellyfin-plugin-sso in the github proxy #40
Reference in New Issue
Block a user
Delete Branch "benvin/jellyfin-sso-plugin-allowlist"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
The jellyfin-ha image bakes the SSO auth plugin at build time. The CI build network can reach artifactapi and package mirrors but not github.com directly, so the plugin's github release download fails (curl exit 7). jellyfin-ha#8 reroutes that fetch through the artifactapi github remote proxy, but the proxy rejects non-allowlisted paths (403).
Change
9p4/jellyfin-plugin-sso/.*/sso-authentication_.*.zip$) in the github generic remote so the proxy serves it.Unblocks jellyfin-ha#8.
Closing as duplicate: #39 already adds this github pattern plus the repo.jellyfin.org remote.
Pull request closed