Update icon & improve content

This commit is contained in:
qtchaos
2024-01-10 21:48:58 +02:00
parent 3a0ba65534
commit 494682da7d
2 changed files with 5 additions and 5 deletions

View File

@@ -22,10 +22,10 @@ This method is recommended if you want to host a proxy for your friends and or f
<!-- This method is recommended if you want to host a proxy for your friends and family to use, or if you want to use movie-web on a device that doesn't support the [browser extension](#method-1---browser-extension), such as a smart TV or mobile device. -->
Once you follow the guide on how to set up a proxy, you can use the URL of your proxy in the client either by using the [`VITE_CORS_PROXY_URL`](../3.client/3.configuration.md#vite_cors_proxy_url) variable if you're self-hosting or if you're using the main website, by going into the `Settings`, then scrolling all the way down to `Connections` and enabling the `Use custom proxy workers` option and entering your URL from earlier.
## Method 2 - Public proxy
The public proxy is the easiest way to get started with movie-web, it is hosted by us and is completely free to use.
The public proxy is the easiest way to get started with movie-web as it is the default, it is hosted by us and is completely free to use.
It is also the default option when you start using movie-web.app at first, but it is recommended that you [host your own proxy](#method-1---self-hosted-proxy).
<!-- It is also the default option when you start using movie-web.app at first, but it is recommended that you either [host your own proxy](#method-2---self-hosted-proxy) or use our [browser extension](#method-1---browser-extension). -->
If you are using the main website, then you are most likely already using the public proxy. This is not the case with self-hosted clients, there is no proxy set up by default on self-hosted clients and you will need to [set up one yourself](../2.proxy/1.deploy.md).

View File

@@ -1,4 +1,4 @@
title: 'Extra'
icon: mdi:apple-safari
icon: mdi:information-variant-circle-outline
navigation.redirect: /extra/streaming
titleTemplate: '%s | Extra'