poywarehouse.blogg.se

Calibre server httpd
Calibre server httpd




My apache is configured as follows (if I want to add an 3rd instance just run calibre-web a 3rd time on a different port and add a third location block to the configuration). What I'm missing in the above configuration (if I'm reading it right, my docker knowledge is very limited, and I have absolutely no clue on traefik) is a second docker configuration and the configuration for the second Calibre-Web docker instance in traefik.

calibre server httpd

The above link was using multiple ports.įrom my point of view, if you want to run mulitple instances, you always need multiple ports to run it one and afterwards tie it together by mapping it to different paths. To access those 2 instances later on via a common IP-address or host name you use a proxy (like traefik).

calibre server httpd

Each one has to be individual configured to listen on an unique and exclusive port. If you want to have multiple libraries, you need multiple instances of Calibre-Web (in your case of the docker container). Calibre-Web is a standalone server and requires listening on an unique/exclusive port. I'm sorry I can't help you,this repro is the wrong to ask for help in this case. "/var/run/docker.sock:/var/run/docker.sock:ro" In case it helps, here's my traefik setting: This following script was to prove my my traefik middleware was working as expected and it was. "le=Host(``) & PathPrefix(`/ebooks/bookshelf`)" # Note: all dollar signs need to be doubled for escaping. volume1/docker/web-calibre/linuxserverio/config/bookshelf:/config DOCKER_MODS=linuxserver/calibre-web:calibre something like this I was trying to access it from `/ebooks/bookshelf`Ĭontainer_name: linuxserver-calibre-web-bookshelf I am using dockerized traefik and calibre-web.

calibre server httpd

The above link was using multiple ports and at the root ,not a /path which is my case.






Calibre server httpd