From d021c417e9841ee589e0b6f214fd076985fcb9e3 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Thu, 15 Feb 2024 21:32:39 +0100 Subject: [PATCH] :bug: Removed captcha and mapbox from "required 3rd parties" in docs --- frontend/src/routes/docs/self-host/+page.svelte | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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]