View Single Post
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