Update docs with 4.1.3

This commit is contained in:
mrjvs
2023-12-28 00:24:41 +01:00
parent 3ac3ef2548
commit d420c83396
2 changed files with 16 additions and 0 deletions

View File

@@ -92,6 +92,16 @@ Example: `VITE_DISALLOWED_IDS=series-123,movie-456`
Default: `""`
### `VITE_CDN_REPLACEMENTS`
Sometimes you want to proxy a CDN. This is how you can easily replace a cdn url with your own.
The format is `<beforeA>:<afterA>,<beforeB>:<afterB>,...`
Example: `VITE_CDN_REPLACEMENTS=google.com:exampe.com,123movies.com:flixhq.to`
Default: `""`
### `VITE_TURNSTILE_KEY`
The turnstile key for cloudflare captchas. It's used to authenticate request to proxy workers (or providers api).