Skip to content

therealnemethmate/homeflix

Repository files navigation

homeflix-server

A monorepo based server application which provides API to fetch, parse and download torrents from ncore.cc

How to run

Set environmental variables on your host

export HOMEFLIX_SECRET="string"
export HOMEFLIX_SALT="string"
export HOMEFLIX_SERVER_HOST="string url / ip"
export HOMEFLIX_SERVER_PORT="8080"
export HOMEFLIX_WEB_PORT="5173"

Enable ports to reach them locally:

sudo ufw allow ${HOMEFLIX_SERVER_PORT}/tcp
sudo ufw allow ${HOMEFLIX_WEB_PORT}/tcp

Set your .env in the apps/web directory

Start docker containers

docker compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published