From ea4ce2e85c91cd073230bae73d30a6a5c48cbc55 Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Wed, 17 Dec 2025 21:19:24 +0100 Subject: [PATCH] update firefox redirect url --- docs/self-hosting/guides/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/self-hosting/guides/docker.md b/docs/self-hosting/guides/docker.md index 4b337df..04880fd 100644 --- a/docs/self-hosting/guides/docker.md +++ b/docs/self-hosting/guides/docker.md @@ -159,7 +159,7 @@ docker compose exec scheduler php artisan passport:client --name=desktop --redir This command will output the client ID. Write down the client ID, you will need it to configure the Desktop client. In the solidtime Desktop you can now Configure the API URL and the client ID. -For that start the app and click on "Instance Settings". +For that start the app and click on "Instance Settings". Screenshot of soldtime Desktop showing the start screen with an arrow on the Instance Settings button @@ -173,7 +173,7 @@ The solidtime Browser Extensions authenticate with the API with OAuth. The Browser Extensions need a client. You can create a client by running the following command: ```bash -docker compose exec scheduler php artisan passport:client --name=browser-extension --redirect_uri=https://hello@solidtime.io.extensions.allizom.org/,https://hpanifeankiobmgbemnhjmhpjeebdhdd.chromiumapp.org/ --public -n +docker compose exec scheduler php artisan passport:client --name=browser-extension --redirect_uri=https://3369f72567118d8c03fb34880e9d6378d3b0c569.extensions.allizom.org/,https://hpanifeankiobmgbemnhjmhpjeebdhdd.chromiumapp.org/ --public -n ``` This command will output the client ID. Write down the client ID, you will need it to configure the Browser Extensions.