• 4 Posts
  • 22 Comments
Joined 11 months ago
cake
Cake day: August 15th, 2023

help-circle






  • 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.











  • Well, I worked for them for quite a while and never saw or heard anything that suggested a large scale data collection program existed beyond the usual analytics that people can opt out of. I’m on a plane, so I don’t have the time to do a deep dig at the moment, but for a quick anecdotal test, I’d say you could just open the menus of a Microsoft computer, Google computer, and Apple computer, and tell me who seems to be shoving more targeted ads down your throat.

    Sure, if you use their Apple TV streaming service or other equivalent media thing, I’m sure they collect data, sell, and use it, but that is a far cry from some of the really invasive moves we’ve seen from companies that produce ad supported hardware/software.

    The contents of my computer should be mine because I straight up own it. If I’m connecting to a subscription service that I don’t own, then I have a slightly lower expectation of total privacy.




  • Why wouldn’t the funnel solution be exactly what I’m looking for? Feels almost too good to be true.

    If I’m understanding this correctly, I just have to set up Tailscale funnel on my local server, and it will generate a publicly accessible IP through their proxy that can be accessed remotely in a similar fashion to how Plex premium routes signals through their proxy for easy remote access? If that’s correct, that’s basically my dream solution because it only exposes kavita and doesn’t require a secondary server to bounce the signal through.