diff --git a/README.md b/README.md index 89e6caf..7fd8b1e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # movie-web docs -Find it at https://docs.movie-web.app/ +Find it at https://movie-web.github.io/docs diff --git a/app.config.ts b/app.config.ts index 4a4d504..6c24593 100644 --- a/app.config.ts +++ b/app.config.ts @@ -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', - }, - ], }, }, }); diff --git a/content/0.index.md b/content/0.index.md index 05bdaab..12ac5b2 100644 --- a/content/0.index.md +++ b/content/0.index.md @@ -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 diff --git a/content/0.instances.md b/content/0.instances.md new file mode 100644 index 0000000..ed6d1b4 --- /dev/null +++ b/content/0.instances.md @@ -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). + +Instances marked with a 💾 have set up a backend, making it possible to sync your data across multiple devices. + +* 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 diff --git a/content/1.self-hosting/1.hosting-intro.md b/content/1.self-hosting/1.hosting-intro.md index b108080..5e92f3c 100644 --- a/content/1.self-hosting/1.hosting-intro.md +++ b/content/1.self-hosting/1.hosting-intro.md @@ -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. diff --git a/content/5.extra/1.streaming.md b/content/5.extra/1.streaming.md index a2c1c42..ba97465 100644 --- a/content/5.extra/1.streaming.md +++ b/content/5.extra/1.streaming.md @@ -23,7 +23,7 @@ This method is recommended if you want to host a proxy for your friends and or f 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.