HomeCine is a streaming platform where you can upload and serve movies and series.
- Support for movies and series with multiple seasons/episodes
- Admin panel
- Fetch movie info from TMDB
- Subtitles support
Change the following enviroment variables on docker-compose.yaml and docker-compose.development.yaml
enviroment:
...
- TMDB_API_KEY=MY_TMDB_API_KEY
- JWT_PRIVATE_KEY=MySecretKey
...
- ADMIN_USER=admin
- ADMIN_PASSWORD=admin
docker compose -f docker-compose.development.yaml up -d --build
docker compose up -d
📧 E-mail: arthur.reddyyz.contact@gmail.com
Made with ❤️ by Arthur Oliveira 🚀.