vurcom.blogg.se

Calibre web docker
Calibre web docker












My Calibre database is in /home/zeljko/calibre-library You will be asked for your Calibre database location. If everything is ok, you should be greeted with Calibre-web interface inside your browser. should be IP address of your calibre-web interface. If you have firewall enabled make sure you allow port 8083 sudo ufw allow 8083

calibre web docker

Or, if you wish you can exit terminal run following nohup python3 cps.py !!! You will have to run these commands every time you start server python3 cps.py You have to be inside calibre-web directory. Install dependencies by running pip3 install -target vendor -r requirements.txt If you are using Ubuntu 20.04 python 3.x should be already there.īefore installing dependencies, run following sudo apt install python3-testresources I will download it into my home directory /home/zeljko git clone Next up, pip3 sudo apt-get install python3-pip Dependenciesįirst, we need to install git sudo apt install git

calibre web docker

I will be putting Calibre-web in my home directory /home/zeljkoĪlso, my machine that is hosting Calibre Content Server has fixed IP address. I will install this addon onto Ubuntu 20.04 which already hosts my Calibre Content Server, I already written about that process, and you can find it on my blog. More details about Calibre-web project can be found here. So, you will need Calibre installed before going in with Calibre-web. That is where calibre-web comes into play.Ĭalibre web attaches to the existing Calibre database and provides a bit cleaner and informative web interface then original Calibre Content Server. Calibre Content Server doesn’t have extensive web interface, and I would like something more clean and informative.














Calibre web docker