RomM
Configure RomM with Pocket ID authentication
Create a new OIDC Client in Pocket ID (e.g.,
RomM).Set the Callback URL to
https://{romm_host}/api/oauth/openid, or leave blank to autofill on first login.(Optional) Find and upload a logo from Self-Hosted Dashboard Icons
Configure RomM environment variables
OIDC_ENABLED: Set totrueto 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 formathttps://{romm_host}/api/oauth/openid.OIDC_SERVER_APPLICATION_URL: The authorization URL for you Pocket ID instance, e.g.https://id.host.local.
Set up your email address in RomM. This email has to match your user email in Pocket ID.