- Does it actually work with Calibre Content Server?
- Yes. Panels connects to Calibre Content Server, the OPDS serving component of Calibre that you start with calibre-server or from the desktop app's Connect/share menu. The Calibre desktop manager by itself is not a server and does not expose a feed, so make sure Content Server is running and reachable before you point Panels at it.
- Why do I need a Panels account to sync reading progress?
- Calibre Content Server does not expose a progress API. Komga and Kavita do, so for those servers Panels writes progress back to the server itself. Calibre does not, and rather than pretend or lose your place between devices, Panels syncs progress through its own cloud with a free Panels account. The account is only used for cross device progress, not for hosting your library.
- Will Panels write reading progress back to Calibre?
- No. Calibre Content Server does not have a progress endpoint to write to, so Panels does not touch Calibre's state. Instead, Panels keeps progress between your iPhone, iPad and Mac in sync through its own servers, using your free Panels account. Calibre keeps managing the library, and Panels handles the cross device reading state on top of it.
- I run Calibre Content Server over HTTPS with a self signed certificate. Will that work?
- Yes. Panels handles HTTPS, basic auth and self signed certificates, and you can trust a certificate on a per server basis. That covers the common case of a Calibre Content Server behind a reverse proxy with an internal CA, or fronted by a service like Tailscale or Caddy with its own cert.
- Where is the setup guide?
- The full Calibre setup guide covers starting Content Server, the OPDS URL format, authentication and troubleshooting. Read the Calibre setup guide