I Improved Method 1 to enable Automatic update of the user's movie web instance

This improved method 1 will ensure that the user's self-hosted instance will be up-to-date with the latest features and bug fixes if the user set it up correctly and not make any mistakes.
This commit is contained in:
superlincoln953
2024-04-07 00:58:37 +08:00
committed by GitHub
parent 3dcfde8a88
commit 5978f8d500

View File

@@ -22,6 +22,11 @@ title: 'Deploy'
- `VITE_BACKEND_URL`: Only set if you have a self-hosted backend. Put in your backend URL. Check out [configuration reference](../client/configuration.mdx) for details. Make sure to not have a slash at the end of the URL. - `VITE_BACKEND_URL`: Only set if you have a self-hosted backend. Put in your backend URL. Check out [configuration reference](../client/configuration.mdx) for details. Make sure to not have a slash at the end of the URL.
1. Click "Deploy" 1. Click "Deploy"
1. Click [here](https://github.com/movie-web/movie-web/fork) to fork the movie-web Github repository
1. Go to Project settings/Git.
1. Disconnect your project's Connected Git Repository.
1. Click the Github button.
1. Connect your own fork of the movie-web Github repository.
1. Congrats! You have your own version of movie-web hosted. 1. Congrats! You have your own version of movie-web hosted.
1. You may wish to configure a custom domain - Please consult [the Vercel docs for how to do this](https://vercel.com/docs/getting-started-with-vercel/domains). 1. You may wish to configure a custom domain - Please consult [the Vercel docs for how to do this](https://vercel.com/docs/getting-started-with-vercel/domains).