Donetick
Configure Donetick with Pocket ID authentication
Pocket ID Setup
- In Pocket-ID create a new OIDC Client, name it. e.g.
donetick. - Set a logo for this OIDC Client if you would like too. The official logo is located here.
- Set the callback URL to:
https://<your-app-and-domain-name>/auth/oauth2e.g.https://donetick.example.com/auth/oauth2, or leave blank to autofill on first login. - Copy the Client ID, Client Secret, Authorization URL, Token URL, etc... for the next steps.
Donetick Setup
In the configuration file called selfhosted.yaml in the documentation, fill the oauth fields with:
Restart your donetick docker and your good to go!