movie-web / movie-web
- четверг, 28 декабря 2023 г. в 00:00:04
A small web app for watching movies and shows easily
movie-web is a web app for watching movies easily. Check it out at movie-web.app.
This service works by displaying video files from third-party providers inside an intuitive and aesthetic user interface.
This project is meant to be simple and easy to use. Keep features minimal but polished. We do not want this project to be yet another bulky streaming site, instead it aims for minimalism.
On top of that, hosting should be as cheap and simple as possible. Just a static website with a proxy, with an optional backend if you want cross-device syncing.
Content is fetched from third parties and scraping is done fully done on the client. This means that the hoster has no files or media on their server. All files are streamed directly from the third parties.
To run locally, you must first clone the repository. After that run the following commands in the root of the repository:
pnpm install
pnpm run dev
You have to also make an .env
file to configure your environment. Inspire it from the content of example.env
.
To build production files, run:
pnpm build
Tip
You must use pnpm (npm i -g pnpm
) and run NodeJS 20
A simple guide has been written to assist in hosting your own instance of movie-web. Check it out below
Selfhosting guide |
---|
This project would not be possible without our amazing contributors and the community.
@JamesHawkinss |
@JipFr |
@mrjvs |
@binaryoverload |
@lem6ns |