diff --git a/content/5.extra/1.streaming.md b/content/5.extra/1.streaming.md index 78350af..b464e38 100644 --- a/content/5.extra/1.streaming.md +++ b/content/5.extra/1.streaming.md @@ -22,10 +22,10 @@ This method is recommended if you want to host a proxy for your friends and or f +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). - - +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). diff --git a/content/5.extra/_dir.yml b/content/5.extra/_dir.yml index a620ebf..e620a8a 100644 --- a/content/5.extra/_dir.yml +++ b/content/5.extra/_dir.yml @@ -1,4 +1,4 @@ title: 'Extra' -icon: mdi:apple-safari +icon: mdi:information-variant-circle-outline navigation.redirect: /extra/streaming titleTemplate: '%s | Extra'