Skip to content

emilywotruba/dionysus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dionysus

Self-hosted web interface that allows users to search for movies and shows across multiple streaming services in multiple countries, grouped by streaming service.

Use

Bash:

git clone https://github.com/emilywotruba/dionysus.git
cd dionysus
python3.11 -m pip install -r requirements.txt
cd src
python3.11 .

Docker:

docker run -p 5000:5000 ghcr.io/emilywotruba/dionysus:latest

Docker-Compose:

git clone https://github.com/emilywotruba/dionysus.git
cd dionysus
docker-compose up -d

Build

git clone https://github.com/emilywotruba/dionysus.git
cd dionysus
sudo docker build -t dionysus .