this post was submitted on 17 Oct 2025
120 points (99.2% liked)

Selfhosted

52405 readers
1107 users here now

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!

founded 2 years ago
MODERATORS
 

Hi c/selfhosted,

after quiet 6 months I am back with great news about PdfDing. I am very happy to announce that PdfDing is receiving a grant from the NGI Zero Commons Fund. This fund is dedicated to helping deliver, mature and scale new internet commons across the whole technology spectrum and is amongst others funded by the European Commission. The exact sum of the grant still needs to be discussed, but obviously I am very stocked to have been selected in this funding round as one of the few projects that can be selfhosted. It's also great timing, because the past half year has been very busy both in my private and professional life, but in the coming months I finally have time again to continue improving PdfDing.

PdfDing is a selfhosted PDF manager, viewer and editor offering a seamless user experience on multiple devices. You can find the repository here. As always I would be quite happy about a star and you trying out the application.

you are viewing a single comment's thread
view the rest of the comments
[–] pathos@lemmy.ml 13 points 4 days ago (2 children)

Nice!

For someone unfamiliar, can you explain why someone would host PDFs? Are there any organisations that already do this?

Also, what would be the difference between this and pdf.js (e.g. Firefox viewer) when it comes to the viewer?

[–] mrmn2@lemmy.world 4 points 2 days ago

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.

[–] muusemuuse@sh.itjust.works 1 points 2 days ago

Wait is this like what onbase does?