Merge branch 'master' into revamp

This commit is contained in:
William Oldham
2023-12-31 15:28:35 +00:00
committed by GitHub
2 changed files with 22 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ window.__CONFIG__ = {
- Type: `string`
- Default: `""`
This is the **read** API key from TMDB to allow movie-web to search for media. [Get one by following our guide](../3.client/2.tmdb.md#getting-an-api-key).
This is the **read** API key from TMDB to allow movie-web to search for media. [Get one by following our guide](/client/tmdb).
::alert{type="danger"}
**Required. The client will not work properly if this is not configured.**
@@ -48,7 +48,7 @@ This is the **read** API key from TMDB to allow movie-web to search for media. [
- Default: `""`
- Example: `"https://example1.example.com,https://example2.example.com"`
This is where you put proxy URLS, you must have at least one. [Get one by following our guide](../2.proxy/1.deploy.md#method-1---cloudflare-easy).
This is where you put proxy URLS, you must have at least one. [Get one by following our guide](/proxy/deploy).
You can add multiple Workers by separating them with a comma, they will be load balanced using round robin method on the client.
**Worker URL entries must not end with a slash.**