They do not charge anything. However, your projects need to be open source in order to use Codeberg. Still you can self host the underlying Forgejo.
- 9 Posts
- 7 Comments
Joined 11 months ago
Cake day: October 17th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Thanks, I appreciate it.
mrmn2@lemmy.worldOPto
Selfhosted@lemmy.world•[CBH] PdfDing has migrated to CodebergEnglish
2·24 days agoNo, sadly this is not possible.
mrmn2@lemmy.worldOPto
Selfhosted@lemmy.world•[CBH] PdfDing has migrated to CodebergEnglish
2·24 days agoThanks, I appreciate it.
mrmn2@lemmy.worldOPto
Selfhosted@lemmy.world•[CBH] PdfDing has migrated to CodebergEnglish
3·25 days agoThanks, fixed.
Edit: At least once the workflow has run
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.




It is possible to ingest PDFs via a consume folder. However consuming the files will cause them to be deleted. So I don’t think this will be very helpful in your case. There is however a bulk upload feature in the UI, which allows uploading may PDFs at once.