From 8207d8cc8a5370eb5a4d5bb2e8bb7e0185518d0a Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 19 Sep 2026 16:18:55 +1000 Subject: [PATCH] Mirror the upstream Jellyfin SSO plugin Add a pull mirror of github.com/9p4/jellyfin-plugin-sso into the mirrors organisation, syncing every 8h with issues, pull requests and release migration disabled. --- .../mirrors/repository/jellyfin-plugin-sso.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config/git.unkin.net/mirrors/repository/jellyfin-plugin-sso.yaml diff --git a/config/git.unkin.net/mirrors/repository/jellyfin-plugin-sso.yaml b/config/git.unkin.net/mirrors/repository/jellyfin-plugin-sso.yaml new file mode 100644 index 0000000..8fd9736 --- /dev/null +++ b/config/git.unkin.net/mirrors/repository/jellyfin-plugin-sso.yaml @@ -0,0 +1,11 @@ +description: "Pull mirror of github.com/9p4/jellyfin-plugin-sso, the Jellyfin SSO/OIDC authentication plugin" +private: false +has_issues: false +has_pull_requests: false +mirror: true +migration_clone_address: "https://github.com/9p4/jellyfin-plugin-sso" +migration_service: "github" +migration_mirror_interval: "8h0m0s" +migration_issue_labels: false +migration_milestones: false +migration_releases: false -- 2.47.3