Update configuration reference and add new changelogs to docs

This commit is contained in:
mrjvs
2023-12-20 19:27:18 +01:00
parent 8eb6c218b9
commit 0d0c83ae90
4 changed files with 58 additions and 0 deletions

View File

@@ -92,6 +92,14 @@ Example: `VITE_DISALLOWED_IDS=series-123,movie-456`
Default: `""`
### `VITE_TURNSTILE_KEY`
The turnstile key for cloudflare captchas. It's used to authenticate request to proxy workers (or providers api).
The proxy workers will need to be configured to accept these captcha tokens, otherwise it has no effect for security.
Example: `""`
## Config reference - Environment Variables Only
::alert{type="danger"}
:icon{name="material-symbols:warning-rounded"} These configuration keys are specific to environment variables, they **only** work as environment variables **set at build time**.
@@ -125,3 +133,4 @@ when enabling you **must** also set `VITE_APP_DOMAIN`.
`VITE_OPENSEARCH_ENABLED` must be set to `true` to be enabled. Anything else will be treated as turned off, it's case sensitive so `True` will also be disabled.
Example: `VITE_OPENSEARCH_ENABLED=true`