Merge pull request #13 from Juneezee/fix-client-invalid-links

Fix invalid links in client configuration page
This commit is contained in:
William Oldham
2023-12-31 11:45:02 +00:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ window.__CONFIG__ = {
### `VITE_TMDB_READ_API_KEY` - REQUIRED
This is the **read** API key from TMDB to allow movie-web to search for media. [Get one by following our guide](/self-hosting/client#tmdb-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="warning"}
:icon{name="material-symbols:warning-rounded"} The example will not work for you, get your own
@@ -37,7 +37,7 @@ Example: <code style="overflow-wrap: anywhere">VITE_TMDB_READ_API_KEY=eyJhbGciOi
### `VITE_CORS_PROXY_URL` - REQUIRED
This is where you put proxy URLS, you must have at least one. [Get one by following our guide](/self-hosting/proxy#cloudflare-workers).
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 by a comma, they will be load balanced using round robin method on the client.