Unraid
Configure your Unraid server with Pocket ID
[!WARNING] This requires Unraid version > 7.2.0
More information for the Unraid OIDC configuration can be found in their documentation.
Create OIDC Client in Pocket ID
- Create a new OIDC Client in Pocket ID (e.g.,
unraid). - (Optional) Set the callback URL(s):
- Copy the Client ID and Client Secret.
Configure Unraid
- Open Unraid and navigate to:
Settings → Management Access → API → OIDC - Click the plus button on the far right of the OIDC Providers section.
- Fill in the required fields:
- Provider ID: The unique ID for your provider (e.g.,
pocket-id). - Provider Name: The display name for the provider (e.g.,
Pocket ID). - Client ID: Paste the
Client IDfrom Pocket ID. - Client Secret: Paste the
Client Secretfrom Pocket ID. - Issuer URL: Paste your base
Pocket URLwithout a trailing slash.
- Provider ID: The unique ID for your provider (e.g.,
- Set the authorization mode. The quickest option is to use Simple Authorization.
- (Optional) Customize the button style.
- Click
Applyat the bottom of the page. - Test the OAuth login to ensure it works.