How does it differ from paperless?
Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
After a quick glance at the demo, I think the UI design is better than Paperless-ngx (at least on mobile). But, it only has tags. Not correspondents and document types. It also lacks the automatic matching feature, advanced search filters, custom fields, and customizable document views that Paperless has.
Well it did say minimalistic.
Tbh, paperless has a load of stuff I don't use anyway.
So I'm staying with paperless-ngx, then
I would be interested in a simplified version of paperless. Don’t get me wrong, it’s impressive. But I don’t really need all the powerful options it has, and wouldn’t mind something less complex to manage.
Is this a fork of paperless?
Doesn't seem like it. Paperless is however listed as an inspiration, lastly in the README.
How is this different from just having good folder structure for your pdfs? Not trying to be a contrarian here; just curious about the selling points.
At least for paperless, one of the selling points is OCR plus text search. Do you can dump in all your receipts as photos, and then 3 years later, search "lawnmower" and find the receipt for it. (I dont know if this applies for this software, but its very nice in paperless)
That does sound useful
Damn I've gotta set up one of these, whether it be this one or paperless. The text recognition in photos would be huge.
Just to lightly temper your expectations, the OCR isnt perfect, and you may need to add your own tags/text, but its still an awesome system.
So basically gmail's motto: "search. dont sort"
Not necessarily, paperless offers various sorting and cataloguing features, as well as rules and basic learning. If you spend time setting it all up, it should drive itself in time and search may only be a fallback mechanism.
It's really useful where you can tell it 'catalogue this as x, but also store it as y'. So, again, if done properly, you can move to another system with already well catalogued document structure.
Lots of things are improved with a GUI. IMO this is one of them.
Having a no-nonsense and predictable folder structure to store documents makes sense for those who are organized. For those who aren't, you can still use projects like this to sort data so they're retrievable by everyone, not just those who know and understand your folder structure.
The intake emails are particularly interesting. Receive email with attachment and save it automatically. Excellent for repetitively collecting data without setting anything extra up. Just create an email alias for your intake, and distribute it. Wait for people to email shit to you.
Great idea, IMO.
Welcome addition to the alternatives, however Paperless has set the bar pretty high.
Certainly true, but I think paperless might be a tad overkill for some people.
The UI elements look like the ones used in Portainer, is it some frontend library?
Seems like shadcn on first glance. By now it feels like the new bootstrap.
Thanks!
Is there a docker-free version due?
can anyone comment on how the files are actually stored? is everything imported into a database or can it just work with any sort of folder structure you have already?
I'm not a 100% certain as I've yet to try the application myself. However one of the configuration pages mentions you can choose between three different methods of choosing storage driver.
DOCUMENT_STORAGE_DRIVER The driver to use for document storage, values can be one of:
filesystem
,s3
,in-memory
.
- Path:
documentsStorage.driver
- Environment variable:
DOCUMENT_STORAGE_DRIVER
- Default value:
filesystem
Also it mentions the use of an ingestion folder.
That's the most I can gather from quickly checking the docs at least.
I tried to run the container with the nearly default but was unable to start. Found an error in the log as ConnectionFailed("Unable to open connection to local database./app-data/db/db.sqlite: 14") at new Database.… at _createClient
I am binding to /DATA/AppData/papra:/app/app-data
When I run the container, papra folder was created with 0777 permission but no files in there.
Finally, I manually create a db folder under papra, and now the container able to run successfully.