Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

Migz93/docker-chimera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-chimera

Docker Version Docker Image Docker Pulls Docker Stars License MIT

Configure Chimera - First Run (Copy line by line):

docker run -d -p 0.0.0.0:5001:5000 -v /mnt/user/system/appdata/chimera:/db -v /mnt/user/media/downloads:/downloads -e CONFIGURE=TRUE --name chimera miguel1993/docker-chimera
docker exec -it chimera /bin/bash
python3.7 main.py

browse to http://IP:5001/configure

Chimera API mode (Copy line):

docker stop chimera ; docker rm chimera ; docker run -d -p 0.0.0.0:5001:5000 -v /mnt/user/system/appdata/chimera:/db -v /mnt/user/media/downloads:/downloads -e CONFIGURE=TRUE --name chimera miguel1993/docker-chimera

Configure Chimera - Subsequent Runs (Copy line by line):

docker stop chimera ; docker rm chimera ; docker run -d -p 0.0.0.0:5001:5000 -v /mnt/user/system/appdata/chimera:/db -v /mnt/user/media/downloads:/downloads -e CONFIGURE=TRUE --name chimera miguel1993/docker-chimera
docker exec -it chimera /bin/bash
python3.7 main.py
setup chimera

browse to http://IP:5001/configure

Details

Parameter Function
-p 0.0.0.0:5001:5000 Modify left side port, chimera runs on port 5000
-v /mnt/user/system/appdata/chimera:/db Location to store chimera database.
-v /mnt/user/media/downloads:/downloads Mapped location for downloads
-e CONFIGURE=TRUE Enable configure mode, this requires exec'ing into the container. This also disables the API
--name chimera Name the container

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published