• 6 Posts
  • 29 Comments
Joined 1 year ago
cake
Cake day: August 15th, 2023

help-circle


  • It’s awareness. If I’d really thought about it, it would have been obvious to me that I should contribute, but most mobile apps hide the sidebar, and “out of sight, out of mind” as they say.

    I would find it interesting to see a sort of “state of the union” post every month or so where you tell us the cool FOSS stuff you’re working on, how the servers are evolving, and how well the donations are covering your costs. No need to beg, just let the facts of the situation be known and jog our memories that we all have to band together to keep this place running.

    Honestly, this whole conversation has lit a fire under my butt. I’m going to make a Santa Claus run through all my favorite trackers and FOSS projects, and it is all because you made me think for a bit. I imagine there must be others like me who would love to help, but just get caught up with their own lives.

    Do y’all hear me, fellow pirates? Our captains need us! Heed the call! Put your money where your FOSS is!

    Edit: screw it, I’m going to triple my donation. You deserve it.

    I’m doing my part!

















  • Have you tried the docker version? Works perfectly for me. Here’s my docker config if you want to give it a shot:

    sudo docker run -d
    –name=kavita
    -e PUID=1000
    -e PGID=1000
    -e TZ=YOUR/TIMEZONE
    -p 5000:5000
    -v path/to/kavita/config/:/config
    -v path/ro/kavita/ebooks/:/data
    –restart unless-stopped
    lscr.io/linuxserver/kavita:latest

    Edit the time zone and volume paths as needed. You can just make a new volume for config and it will fill it with settings stuff, and then point the data volume to the folder with your ebooks.

    The ebooks themselves need to be sorted a little differently depending on if they are PDF’s, ePub, or comics, but it isn’t to hard once you get the hang of it. Basically ePub likes to be in a subfolder and PDF likes to be in the root folder for some reason, otherwise it puts the PDF’s in a collection named after the subfolder.

    Overall, I’ve been really happy with Kavita and think it has a lot of potential, especially as an ebook extension of Plex since the layout is nearly identical.