mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 07:43:26 +00:00
Update configuration reference and add new changelogs to docs
This commit is contained in:
@@ -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`
|
||||
|
||||
|
@@ -1,6 +1,24 @@
|
||||
---
|
||||
title: 'Changelog'
|
||||
---
|
||||
|
||||
# Version 4.1.0
|
||||
- Added new translations: arabic, chinese, latvian, thai, nepali, dutch
|
||||
- Translation improvements: turkish, hebrew
|
||||
- Fixed text directions for captions
|
||||
- Anti-tamper script has been removed and replaced with turnstile (this is the devtools blocked, you can use devtools again)
|
||||
- Added way to add the providers-api instead of proxies
|
||||
|
||||
# Version 4.0.2
|
||||
- Added new translations: Hebrew, French, German, Swedish, Turkish.
|
||||
- Added minion joke language. Blame @jip_.
|
||||
- Thumbnail preview no longer goes under the next episode button.
|
||||
- Passphrase inputs are now actual password fields, so they may act nicer with password managers.
|
||||
- The player now remembers what your subtitle settings were, so no longer you need to keep selecting english everytime you watch.
|
||||
- Fix home link not working with /s/:term shortcut.
|
||||
- Swedish flag is now an actual Swedish flag.
|
||||
- Fix for various layout issues with small width mobile screens.
|
||||
|
||||
# Version 4.0.0
|
||||
|
||||
::alert{type="info"}
|
||||
|
Reference in New Issue
Block a user