Calibre Web For Ebook Read

Kavita လောက်သိပ်မကြိုက် သို့ပေမယ့် ကောင်းတယ်

Main screen

  1. Open your browser and navigate to http://localhost:8083 or http://localhost:8083/opds for the OPDS catalog
  2. Log in with the default admin credentials
  3. If you don't have a Calibre database, you can use this database (move it out of the Calibre-Web folder to prevent overwriting during updates)
  4. Set Location of Calibre database to the path of the folder containing your Calibre library (metadata.db) and click "Save"
  5. Optionally, use Google Drive to host your Calibre library by following the Google Drive integration guide
  6. Configure your Calibre-Web instance via the admin page, referring to the Basic Configuration and UI Configuration guides
docker run -d \
--name=calibre \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Asia/Yangon \
-e DOCKER_MODS=linuxserver/mods:universal-calibre `#optional` \
-e OAUTHLIB_RELAX_TOKEN_SCOPE=1 `#optional` \
-p 8083:8083 \
-v /mnt/data:/config \
-v /mnt/ebook:/books \
--restart unless-stopped \
lscr.io/linuxserver/calibre-web:latest

linuxserver/calibre:latest|