Dawarich
Configure Pocket ID with Dawarich
Requirements
- Dawarich version
0.36.0or higher - Pocket ID on https, reachable at
https://<pocketid-domain.tld> - Dawarich server on https, reachable at
https://<dawarich-domain.tld>
Create OIDC Client in Pocket ID
- Create a new OIDC Client in Pocket ID (e.g.,
dawarich). - Set the Callback URL to the value below, or leave blank to autofill on first login.
- Optional: Download a PNG or SVG logo from the Dawarich and upload.
- Client Launch URL:
- PKCE: Keep it disabled, if you are getting any errors.
- Copy the Client ID, Client Secret for configuring with Dawarich environment variables.
Configure Dawarich
This is the minimal configuration needed to setup Pocket ID OIDC with Dawarich
- Add the following lines to your Dawarich app
.env/docker-compose.ymlfile replacing the values from Step 6:
- Save and restart the dawarich docker-compose stack.