• 9 Posts
  • 9 Comments
Joined 11 months ago
cake
Cake day: October 17th, 2025

help-circle


  • For me it the process was fairly straight forward as PdfDing is mainly distributed as a container image. I am not aware that it is available in any distributions except NixOs. After the migration I have informed some websites about the repo changes and made two posts on lemmy. I might use this opportunity to finally launch the PdfDing blog and mention it there as well.














  • In short: Managing and consuming PDFs seamlessly on multiple devices. You can continue reading on your mobile device were you stopped reading on your laptop. I started implementing the app as there was no other app that satisfied my requirements:

    • Complete control over my data.
    • Easy to self-host via docker.
    • Lightweight and minimal, should run on cheap hardware
    • Continue reading where you left off on all devices
    • Browser based
    • Support single sign on via OIDC in order to leverage an existing identity provider
    • PDFs should be shareable with an external audience with optional access control
    • Open source
    • Content should not be curated by an admin instead every user should be able to upload PDFs via the UI

    Surprisingly, there was no solution available that could do this. In the following I’ll list the available alternatives and how they compare to my requirements.