diff --git a/.gitignore b/.gitignore index d0cd06d..25b80ff 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ bin/ obj/ artifacts/ *.zip +!dist/*.zip *.user .vs/ diff --git a/README.md b/README.md index 2fd355e..b106f9d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ dotnet publish Jellyfin.Plugin.OidcAuth --configuration Release --output artifac 2. Repository URL: ``` - https://raw.githubusercontent.com/YOUR_GITHUB_USER/jellyfinoidc/main/manifest.json + https://git.linxweiler.xyz/pascallinxweiler/jellyfinplugin/raw/branch/main/manifest.json ``` 3. Catalog → Authentication → **OIDC Auth** → Install → restart Jellyfin. diff --git a/dist/oidc-auth_1.0.0.0.zip b/dist/oidc-auth_1.0.0.0.zip new file mode 100644 index 0000000..077b294 Binary files /dev/null and b/dist/oidc-auth_1.0.0.0.zip differ diff --git a/manifest.json b/manifest.json index bf95f60..294e6c4 100644 --- a/manifest.json +++ b/manifest.json @@ -4,14 +4,14 @@ "name": "OIDC Auth", "description": "Adds OpenID Connect (OIDC) single sign-on to Jellyfin. Supports any spec-compliant provider (Authelia, Authentik, Keycloak, Pocket ID, Google, ...), automatic user creation, and role based admin/access mapping.", "overview": "Log in to Jellyfin with an OpenID Connect provider", - "owner": "YOUR_GITHUB_USER", + "owner": "pascallinxweiler", "category": "Authentication", "versions": [ { "version": "1.0.0.0", "changelog": "Initial release.", "targetAbi": "10.10.0.0", - "sourceUrl": "https://github.com/YOUR_GITHUB_USER/jellyfinoidc/releases/download/v1.0.0.0/oidc-auth_1.0.0.0.zip", + "sourceUrl": "https://git.linxweiler.xyz/pascallinxweiler/jellyfinplugin/raw/branch/main/dist/oidc-auth_1.0.0.0.zip", "checksum": "178db5af78c0a5d7cb0d1910338f5fde", "timestamp": "2026-07-13T00:00:00Z" }