diff --git a/app.config.ts b/app.config.ts index 5aeb3be..4a4d504 100644 --- a/app.config.ts +++ b/app.config.ts @@ -13,7 +13,6 @@ export default defineAppConfig({ owner: 'movie-web', branch: 'master', dir: 'content', - edit: true, }, aside: { level: 0, diff --git a/content/5.extra/1.streaming.md b/content/5.extra/1.streaming.md new file mode 100644 index 0000000..78350af --- /dev/null +++ b/content/5.extra/1.streaming.md @@ -0,0 +1,31 @@ +--- +title: 'Streaming' +--- + +# Streaming + +This page explains all the different ways you can enable movie-web to stream your favorite movies & TV shows, each with their own pros and cons. + + + +## Method 1 - Self-hosted proxy + +Self-hosting a proxy is an easy way to get good streaming speeds, [we have a guide](../2.proxy/1.deploy.md) that explains how to set up one for **free**. + +This method is recommended if you want to host a proxy for your friends and or family to use, as it is the fastest and most reliable way to stream media at the moment. + + + +## 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. + +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). + + diff --git a/content/5.extra/_dir.yml b/content/5.extra/_dir.yml new file mode 100644 index 0000000..a620ebf --- /dev/null +++ b/content/5.extra/_dir.yml @@ -0,0 +1,4 @@ +title: 'Extra' +icon: mdi:apple-safari +navigation.redirect: /extra/streaming +titleTemplate: '%s | Extra'