Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Server

Notices

Reply
 
Thread Tools Search this Thread
Old 03-23-2023, 07:00 PM   #1
qiaofeng
Junior Member
qiaofeng began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Mar 2023
Device: iPad
Calibre on Docker managed with portainer on Asustor

Hi all,
I have the same problem as described on this thread:
https://www.mobileread.com/forums/sh...d.php?t=348811

The last entry on the thread by @harshakavuri is the following, which I'm not sure how to do it?
1. Static routing on Router does not include port number
2. Static routing on router only route to local (host) IP Address, not the container.

to access Calibre content server where Calibre is running in a docker is by adding Static Route in your Router LAN settings.

I am also in docker and my Calibre is at 192.168.25.20:7080 and content server is at 172.17.0.2:8081 and my LAN network is 192.168.25.1

Please have a look at screenshot of my router lan settings.


My setup:
NAS: ASUSTOR AS5304T
Docker Image: https://hub.docker.com/r/linuxserver/calibre
(managed with Portainer)
Reader: Marvin on IPAD

Container configuration:

Code:
version: "2.1"
services:
  calibre:
    image: lscr.io/linuxserver/calibre:latest
    container_name: calibre
    environment:
      - PUID=999
      - PGID=999
      - TZ=Australia/Melbourne
    volumes:
      - /volume1/Calibre:/config
    ports:
      - 8080:8080
      - 8081:8081
    restart: unless-stopped
Please help
qiaofeng is offline   Reply With Quote
Old 03-23-2023, 09:51 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,866
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
I doubt many people here use docker. Just use the official calibre binaries. They are pretty self contained anyway. Then you will have one less layer of complication in your setup.
kovidgoyal is offline   Reply With Quote
Advert
Old 06-24-2023, 11:40 AM   #3
morpheusdreamin
Junior Member
morpheusdreamin began at the beginning.
 
morpheusdreamin's Avatar
 
Posts: 8
Karma: 10
Join Date: Jan 2011
Location: Edmonton, Alberta
Device: Kobo Wireless
Rather than exposing Calibre through your router, or any other services, you might want to stand up a reverse proxy such as Nginx Proxy Manager or Traefik.

You would then configure your router to forward external requests on port 443 and port 80 to the server containing the reverse proxy container. The reverse proxy has configuration to forward "calibre.[your domain.tld]" to the container on 192.168.25.20:7080.
morpheusdreamin is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Docker Calibre, change 8080 port? yngbpfwc Calibre 1 11-14-2022 09:52 PM
Importing calibre data into calibre server/docker straylight Server 1 12-30-2020 09:23 PM
Importing calibre data into calibre server/docker straylight Calibre 1 12-30-2020 03:33 PM
I want to know if someone can provide a docker image that can compile calibre The_book Development 0 12-03-2020 04:04 AM
Docker Calibre and KOReader feffe KOReader 6 09-29-2019 10:02 PM


All times are GMT -4. The time now is 06:14 PM.


MobileRead.com is a privately owned, operated and funded community.