Skip to content

Commit c076f04

Browse files
committed
add browser extension docs
1 parent f511629 commit c076f04

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/self-hosting/guides/docker.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,23 @@ There you can enter the API URL and the client ID.
167167

168168
<img src="/img/solidtime-desktop-instance-settings-2.png" alt="Screenshot of soldtime Desktop showing the Instance Settings interface" width="500" />
169169

170-
### 10. Activate API access via user API tokens (optional)
170+
### 10. Activate Browser Extensions access (optional)
171+
172+
The solidtime Browser Extensions authenticate with the API with OAuth.
173+
The Browser Extensions need a client. You can create a client by running the following command:
174+
175+
```bash
176+
docker compose exec scheduler php artisan passport:client --name=browser-extensions --redirect_uri=https://[email protected]/,https://hpanifeankiobmgbemnhjmhpjeebdhdd.chromiumapp.org/ --public -n
177+
```
178+
179+
This command will output the client ID. Write down the client ID, you will need it to configure the Browser Extensions.
180+
181+
You can download the Browser Extensions from:
182+
183+
- [Chrome Web Store](https://chromewebstore.google.com/detail/solidtime/hpanifeankiobmgbemnhjmhpjeebdhdd)
184+
- [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/solidtime/)
185+
186+
### 11. Activate API access via user API tokens (optional)
171187

172188
solidtime has a feature that allows users to create API tokens to access the API.
173189
This can be used to automate tasks or to create integrations with other services.

0 commit comments

Comments
 (0)