mirror of
https://github.com/movie-web/docs.git
synced 2025-09-12 22:03:27 +00:00
feat: add new instances page
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# movie-web docs
|
||||
|
||||
Find it at https://docs.movie-web.app/
|
||||
Find it at https://movie-web.github.io/docs
|
||||
|
||||
|
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
@@ -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
|
||||
|
@@ -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://discord.gg/gQYB6fGArX).
|
||||
::
|
||||
|
||||
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.
|
||||
|
@@ -80,7 +80,7 @@ Setting this configuration value to `true` will enable the history-router.
|
||||
### `VITE_BACKEND_URL`
|
||||
|
||||
- Type: `string`
|
||||
- Default: `"https://backend.movie-web.app"`
|
||||
- Default: `""`
|
||||
- Example: `"https://backend.example.com"`
|
||||
|
||||
This is the URL for the movie-web backend server which handles cross-device syncing.
|
||||
|
@@ -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.
|
||||
|
25
content/5.extra/2.instances.md
Normal file
25
content/5.extra/2.instances.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
title: 'Instances'
|
||||
---
|
||||
|
||||
# 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. Some of these may not include a custom backend, so data syncing across devices might not be possible. 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).
|
||||
|
||||
* https://mw.lonelil.com by lonelil (yourelosingme)
|
||||
* https://mv-web.netlify.app by chaos (qtchaos)
|
||||
* https://movie-web-me.vercel.app by Isra (piranha2)
|
||||
* https://scootydooter.vercel.app by Toon (toonarch)
|
||||
|
||||
## 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
|
Reference in New Issue
Block a user