add jellyfin configuration for sso
This commit is contained in:
@@ -1,6 +1,17 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<BrandingOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
<BrandingOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||||
<LoginDisclaimer />
|
<LoginDisclaimer><form action="https://jellyfin.rik.veenboer.xyz/sso/OID/start/Authenthik">
|
||||||
<CustomCss />
|
<button class="raised block emby-button button-submit">
|
||||||
|
Sign in with SSO
|
||||||
|
</button>
|
||||||
|
</form></LoginDisclaimer>
|
||||||
|
<CustomCss>a.raised.emby-button {
|
||||||
|
padding: 0.9em 1em;
|
||||||
|
color: inherit !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.disclaimerContainer {
|
||||||
|
display: block;
|
||||||
|
}</CustomCss>
|
||||||
<SplashscreenEnabled>false</SplashscreenEnabled>
|
<SplashscreenEnabled>false</SplashscreenEnabled>
|
||||||
</BrandingOptions>
|
</BrandingOptions>
|
||||||
@@ -158,6 +158,11 @@
|
|||||||
<Url>https://repo.jellyfin.org/files/plugin/manifest.json</Url>
|
<Url>https://repo.jellyfin.org/files/plugin/manifest.json</Url>
|
||||||
<Enabled>true</Enabled>
|
<Enabled>true</Enabled>
|
||||||
</RepositoryInfo>
|
</RepositoryInfo>
|
||||||
|
<RepositoryInfo>
|
||||||
|
<Name>SSO</Name>
|
||||||
|
<Url>https://raw.githubusercontent.com/9p4/jellyfin-plugin-sso/manifest-release/manifest.json</Url>
|
||||||
|
<Enabled>true</Enabled>
|
||||||
|
</RepositoryInfo>
|
||||||
</PluginRepositories>
|
</PluginRepositories>
|
||||||
<EnableExternalContentInSuggestions>true</EnableExternalContentInSuggestions>
|
<EnableExternalContentInSuggestions>true</EnableExternalContentInSuggestions>
|
||||||
<ImageExtractionTimeoutMs>0</ImageExtractionTimeoutMs>
|
<ImageExtractionTimeoutMs>0</ImageExtractionTimeoutMs>
|
||||||
|
|||||||
Reference in New Issue
Block a user