GitHub 0

RomM

Configure RomM with Pocket ID authentication

  1. Create a new OIDC Client in Pocket ID (e.g., RomM).

  2. Set the Callback URL to https://{romm_host}/api/oauth/openid, or leave blank to autofill on first login.

  3. (Optional) Find and upload a logo from Self-Hosted Dashboard Icons

  4. Configure RomM environment variables

    • OIDC_ENABLED: Set to true to enable OIDC authentication.
    • OIDC_PROVIDER: The lowercase name of the provider (pocketid).
    • OIDC_CLIENT_ID: The client ID copied from Pocket ID.
    • OIDC_CLIENT_SECRET: The client secret copied from Pocket ID.
    • OIDC_REDIRECT_URI: The redirect URI configured in the Pocket ID provider, in the format https://{romm_host}/api/oauth/openid.
    • OIDC_SERVER_APPLICATION_URL: The authorization URL for you Pocket ID instance, e.g. https://id.host.local.
  5. Set up your email address in RomM. This email has to match your user email in Pocket ID.

Help improve this page
Edit this page on GitHub