this post was submitted on 10 Aug 2025
80 points (98.8% liked)

Selfhosted

50526 readers
608 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
 

Flutter application for Android that uploads a single document to Paperless‑NGX directly from the system Share menu.

Features include:

  • One-tap upload
  • Tag Management (default, selection per upload)
  • OIDC/OpenID
you are viewing a single comment's thread
view the rest of the comments
[–] chaospatterns@lemmy.world 2 points 6 days ago* (last edited 6 days ago) (1 children)

Can you expand on the OIDC/OpenID support? Does it support SSO based authentication to Paperless? That's my biggest problem with PaperlessShare right now. I can't actually sign in because I use an SSO provider.

[–] chaospatterns@lemmy.world 2 points 1 day ago* (last edited 1 day ago)

So I had a chance to try this out. It wasn't on Google Play Store, only F-Droid. There isn't really SSO support, you either login with User/Password or a token. Instead, I login with my browser, get the token and paste it in. That works fine, but an ideal world is just pop up an browser WebView and go through the flow, then grab the token. Maybe it was intentional, but PaperlessShare registered as an Open handler for PDFs and the share menu, whereas this is only share menu. This seems to mean that I need to grant file access, whereas the open handler didn't need that I think.

Overall, it does the job and gets my docs uploaded.