Merge pull request #29 from qtchaos/instances

Add new instances page and removes mentions of demo site
This commit is contained in:
William Oldham
2024-02-26 21:12:15 +00:00
committed by GitHub
6 changed files with 36 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
# movie-web docs
Find it at https://docs.movie-web.app/
Find it at https://movie-web.github.io/docs

View File

@@ -3,7 +3,7 @@ export default defineAppConfig({
title: 'movie-web',
description:
'movie-web is a free and open source streaming site, no ads, no tracking, no nonsense.',
url: 'https://docs.movie-web.app',
url: 'https://movie-web.github.io/docs',
image: '/cover.png',
socials: {
github: 'movie-web/movie-web',
@@ -27,14 +27,6 @@ export default defineAppConfig({
text: 'Made with 💜',
href: 'https://github.com/movie-web',
},
textLinks: [
{
text: 'movie-web',
href: 'https://movie-web.app',
target: '_blank',
rel: 'noopener',
},
],
},
},
});

View File

@@ -78,7 +78,7 @@ What's all the fuss?
#title
Multiple Languages
#description
Supports over 25 languages, including English, German, French, Spanish, Italian, Czech, Hindi, Arabic, Hebrew and more. View the full list on [weblate](https://weblate.movie-web.app){target="\_blank"}.
Supports over 25 languages, including English, German, French, Spanish, Italian, Czech, Hindi, Arabic, Hebrew and more.
::
::card{icon="mdi:brush-variant"}
#title

31
content/0.instances.md Normal file
View File

@@ -0,0 +1,31 @@
---
title: 'Instances'
icon: 'mdi:web'
---
# Instances
This page showcases movie-web instances hosted by the community and other alternative sites. If you want to add your instance to this list, please open a pull request on [GitHub](https://github.com/movie-web/docs).
## Official Instances
These instances are maintained by the community and are considered "official", meaning they are likely to be up-to-date. Keep in mind, that since these are volunteer instances, they might be down or stop working entirely at any time. If you want to be sure you have access to movie-web, you should consider [hosting your own instance](../1.self-hosting/1.hosting-intro.md).
<b>Instances marked with a 💾 have set up a backend, making it possible to sync your data across multiple devices.</b>
* https://mw.lonelil.com by [lonelil](https://github.com/lonelil)
* https://mv-web.netlify.app by [chaos](https://github.com/qtchaos) 💾
* https://movie-web-me.vercel.app by [Isra](https://github.com/zisra)
* https://bmov.vercel.app by [TheScreechingBagel](https://github.com/TheScreechingBagel) 💾
* https://stream.thehairy.me by [thehairy](https://github.com/thehairy) 💾
* https://sudo-flix.lol by [itzCozi](https://gitlab.com/itzCozi) 💾
* https://scootydooter.vercel.app by [Toon](https://github.com/Toon-arch)
## Alternatives
These sites are not related to movie-web but are good enough to switch to if the official instances are down. You can also use [FMHY](https://fmhy.pages.dev/videopiracyguide) to find even more options.
* https://watch.lonelil.com
* https://themoviearchive.site
* https://braflix.video
* https://watch.streamflix.one

View File

@@ -5,7 +5,7 @@ title: 'Start self-hosting'
# How to self-host
::alert{type="info"}
We **do not** provide support on how to self-host. If you can't figure it out then tough luck. Please do not make GitHub issues or ask in our Discord server for support on how to self-host.
We provide support on a case-by-case basis. If you have any questions, feel free to ask in our [Discord server](https://movie-web.github.io/links/discord).
::
Since movie-web has many different components, there are a few configurations of how you can host it. Each of these configurations has their own benefits, whether that be having complete control over your data or customizing your experience.

View File

@@ -23,7 +23,7 @@ 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. -->
1. Set up a proxy using one of our [guides](../2.proxy/1.deploy.md#deploying-the-proxy), [though we recommend Netlify](../2.proxy/1.deploy.md#method-1---netlify-easy).
2. Once that's done, go to the [Connections](https://movie-web.app/settings#settings-connection){target="\_blank"} section of the [Settings page](https://movie-web.app/settings){target="\_blank"} on [movie-web](https://movie-web.app){target="\_blank"}.
2. Once that's done, go to the **Connections** section of the **Settings page** on your movie-web instance of chocie.
3. Enable `Use custom proxy workers` if it's not already enabled.
4. Add a new custom proxy by clicking `Add new worker`.
5. Copy the URL of the proxy you deployed before, and paste it into the empty text box.