I am setting up a new server for my media and wanted to ask for your best ways to manage an ebook and comic collection. I have been using calibre so far, but it is not really designed to be managed remotely.

7 points
*

Calibre over Guacamole, Calibreweb, with Openbooks for usenet searching of books.

spoiler
---
version: "2.1"
services:
  calibre:
    image: lscr.io/linuxserver/calibre:latest
    container_name: calibre
    environment:
      - PUID=0
      - PGID=0
      - TZ=America/Denver
    security_opt:
      - seccomp=unconfined
    volumes:
      - ./data:/config
    ports:
      - 7080:8080
      - 7081:8081
    restart: unless-stopped
    labels:
      - com.centurylinklabs.watchtower.enable=true

  calibre-web:
    image: lscr.io/linuxserver/calibre-web:latest
    container_name: calibre-web
    environment:
      - PUID=0
      - PGID=0
      - TZ=America/Denver
      - DOCKER_MODS=linuxserver/mods:universal-calibre #optional
    volumes:
      - ./data/web-config:/config
      - ./data/:/books
#      - ./data/Calibre\ Library:/books
    ports:
      - 7083:8083
    restart: unless-stopped
    labels:
      - com.centurylinklabs.watchtower.enable=true

  openbooks:
    ports:
      - 7082:80
    volumes:
      - './data/:/books'
    restart: unless-stopped
    container_name: calibre-openbooks
#    command: --persist
    command: --name fgddfghjasrtrtcgv --persist
    environment:
      - BASE_PATH=/
    image: evanbuss/openbooks:latest
    labels:
      - com.centurylinklabs.watchtower.enable=true

permalink
report
reply
6 points
*

For downloading, I use Readarr or manually download from where I buy the books. A lot of the time the books I buy have DRM so I end up pirating them anyway 🤷. When readarr sends a book to calibre, it tells it to convert it so I’ve always got epub and mobi available.

For accessing my library, I use calibre-server, which I think comes bundled with the calibre desktop app. It’s got a basic web interface for uploading, editing some metadata, and downloading; and an OPDS API which my e-reader can use to download books. If I’m outside my home network I use my VPN to access it because I don’t trust calibre to be secure enough for internet exposure lol.

Don’t recall why I chose this instead of calibre-web but it works fine for my purposes. I don’t read comics though.

permalink
report
reply
2 points
*

Similar story here. Readarr (two instances, one for ebooks, another for audio). Calibre server with a watchdir to add books from libgen/elsewhere, and organising stuff. Calibre-web because trying to use calibre server on a phone is painful. WebDAV connection through phone app (Moon+) as a backup (LAN only).

Oh, and Audiobookshelf for the audiobooks, but I generally prefer reading

permalink
report
parent
reply
3 points

Ayy Moonreader+, I use that one too. So responsive.

permalink
report
parent
reply
2 points
Deleted by creator
permalink
report
reply
1 point

I just recently started using kavita, and absolutely love it. The interface is similar to Plex, if that is a helpful frame of reference.

permalink
report
parent
reply
4 points
*

I’m currently using Calibre/Calibre-Web and Audiobookshelf for podcasts and audiobooks.

permalink
report
reply
4 points

This is my setup. Caliber-Web is nice because it just points to your Calibre application database. It’s more robust than the built in web server and I can set it up to sync with my Kobo over wifi.

permalink
report
parent
reply
2 points

Maybe give a try to Readarr. It can download books from BitTorrent network seamlessly.

permalink
report
reply

Selfhosted

!selfhosted@lemmy.world

Create post

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.

Rules:

  1. Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it’s not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

Community stats

  • 3.7K

    Monthly active users

  • 3.7K

    Posts

  • 79K

    Comments