diff --git a/frontend/src/routes/docs/self-host.svelte b/frontend/src/routes/docs/self-host.svelte index 02516f6..bdd521f 100644 --- a/frontend/src/routes/docs/self-host.svelte +++ b/frontend/src/routes/docs/self-host.svelte @@ -55,17 +55,15 @@ >
Now, set a VALID Redis-URI in frontend/Dockerfile and, if you want Sentry,
- set a valid Sentry-DSN. Note: The problem is that the frontend-container tries to connect to
- Redis during the build-process. For that, you'll need to provide an available Redis-Instance.
- For that, I would recommend Upstash, because you get a free Redis-Instance which is available
- over the internet. This instance won't be used at runtime.
+ set a valid Sentry-DSN.
You must set a valid hCaptcha-Sitekey in the frontend/Dockerfile.
You'll also have to provide a valid VITE_MAPBOX_ACCESS_TOKEN in
- frontend/Dockerfile. The provided token only works on the following urls:
+ frontend/Dockerfile, if you don't run ClassQuiz under one of the following
+ domains:
classquiz.mawoka.euSTORAGE_BACKEND-environment-variable to either deta or
local.