diff --git a/frontend/src/routes/docs/self-host/+page.svelte b/frontend/src/routes/docs/self-host/+page.svelte index ea9c95a..e596e7c 100644 --- a/frontend/src/routes/docs/self-host/+page.svelte +++ b/frontend/src/routes/docs/self-host/+page.svelte @@ -47,11 +47,6 @@ SPDX-License-Identifier: MPL-2.0

3rd-Parties

-

Required

-

Optional

Installation

@@ -153,7 +150,8 @@ SPDX-License-Identifier: MPL-2.0

A login using a custom OpenID provider is also possible. For that, adjust the settings in the docker-compose.yml and configure the following scopes: "openid email profile". The follwoing redirect-url should be used:

https://[BASE_URL]/api/v1/users/oauth/custom/auth
- You'll also need to tell the frontend by editing the frontend/Dockerfile. Add the following line at the top, where all the other ENV's are as well: + You'll also need to tell the frontend by editing the frontend/Dockerfile. Add the following line at the + top, where all the other ENV's are as well:
ENV VITE_CUSTOM_OAUTH_NAME=[SOME_DISPLAY_NAME_FOR_THE_PROVIDER]