TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Paperless-Ngx v2.0.0

182 pointsby rhimover 1 year ago

14 comments

ydantover 1 year ago
There was a pretty big discussion about paperless-ngx a couple of months ago:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37800951">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37800951</a> (183 comments)<p>I tested it out then and am considering migrating from my current system (Google Drive) to using a self-hosted approach. Paperless seems to have a good approach for minimizing the mental overhead of ingesting and categorizing new documents - which is what ultimately leads me to stacking documents up for months before processing them. My initial pilot run was promising, but I haven&#x27;t gotten around to switching yet.<p>From the changelog, it&#x27;s not really clear to me what&#x27;s notable about this release, especially as a new&#x2F;potential user.<p>This page is a better introduction to the product, although it doesn&#x27;t mention the v2 release yet:<p><a href="https:&#x2F;&#x2F;docs.paperless-ngx.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;docs.paperless-ngx.com&#x2F;</a>
评论 #38459276 未加载
评论 #38465303 未加载
jdossover 1 year ago
If anyone is looking to kick the tires of Paperless NGX quickly, check out my little pet project [1] for running it with Podman. I use it every week to scan papers from my Brother ADS2800w which will SFTP the PDFs into a directory for Paperless NGX to consume.<p>I just updated my install to v2.0.0 with a simple podman pull and a systemctl restart of my paperless pod and everything looks great. Hats off to the contributors of the project. Every update, even major ones like this have been really smooth.<p>1: <a href="https:&#x2F;&#x2F;github.com&#x2F;jdoss&#x2F;ppngx">https:&#x2F;&#x2F;github.com&#x2F;jdoss&#x2F;ppngx</a>
评论 #38465579 未加载
edwardover 1 year ago
I love paperless-ngx but I wish it had a rotate button. Some of my document scans are upside down.
评论 #38459181 未加载
评论 #38461035 未加载
评论 #38459500 未加载
评论 #38459768 未加载
CommanderDataover 1 year ago
I wish paperless-ngx included native advertising to printers for the &quot;Sent to PC&quot; feature.<p>Last I checked it doesn&#x27;t and had to run a separate service to advertise to the printer the paperless endpoint.
评论 #38459484 未加载
matrssover 1 year ago
I haven&#x27;t been using it too much yet but I am really impressed by paperless-ngx so far. It just works(TM) and the auto-tagging functionality is surprisingly good, even with just a few documents in it.<p>Does anyone have a good scanner recommendation though? I am eyeing the Brother ADS-1700W since it seems to be recommended often, but I would really like to use the &quot;scan to webhook&quot; feature (it&#x27;s 2023 after all) instead of SMTP or whatever else are the options I would have with the Brother.
评论 #38458849 未加载
评论 #38458920 未加载
评论 #38555545 未加载
评论 #38459368 未加载
daveguyover 1 year ago
Paperless-ngx + ScanSnap iX1600. Works with a samba share that is very easy to set up in Linux these days. Fast, easy, and you can have different scan profiles to set the destination folder. Push a button for the type and a button to scan. Paperless-ngx automatically files and tags reliably. It is saving me hours per week in filing. Can&#x27;t recommend it enough. This is a personal system -- not sure how it would scale to 100k - 1M+.
评论 #38460336 未加载
评论 #38461338 未加载
somehnguyover 1 year ago
Paperless is one of my favorite pieces of software. A few years ago I got fed up with my filing cabinet full of folders &amp; tons of documents that didn&#x27;t quite fit into any of the categories.<p>I installed Paperless on my home server &amp; spent a night digitizing everything. After being comfortable with it for a few months I went back &amp; shredded all my paper copies. Today my process is similar - when I get a document I would normally toss in that filing cabinet I just scan, upload to Paperless, and shred it. It&#x27;s also really nice for storing large purchase receipts - I&#x27;ve previously had the writing on thermal paper receipts go invisible after a period of time, no longer an issue.<p>Searching for something specific is so easy now! Huge QOL improvement. Just make sure you have a solid backup strategy, losing my Paperless database &amp; filestore would be devastating.
itslennysfaultover 1 year ago
Just curiosity... What does &quot;ngx&quot; mean in this context?<p>To me it means Angular (the web framework). So, I was surprised to learn this wasn&#x27;t an Angular plugin. Angular is often referred to as ng for short and as such their plugins tend to have ngx as a prefix. For example, the angular wrapper for ChartJS is ngx-chartjs.
评论 #38460953 未加载
评论 #38460930 未加载
评论 #38460934 未加载
评论 #38461900 未加载
评论 #38460893 未加载
lhlover 1 year ago
I set up paperless-ngx w&#x2F; a scanner attached to my nas and a bit of scripting to get the scan button working a while back, but then forgot about it.<p>For me, as someone who wants my docs on my own server, but well, doesn&#x27;t care enough to want to constantly keep up with forks&#x2F;changes&#x2F;migration&#x2F;updates, I&#x27;ve been looking for just something stable I can use for years (or maybe decades?, eg part of the appeal of something like Obisidian is that it just falls back to .md text files).<p>Curious if there are any long-term active users of this (or other systems) for handling all their paper and what they think about maintainability&#x2F;longevity?
评论 #38460289 未加载
评论 #38460305 未加载
sigwinch28over 1 year ago
I am in the process of getting this running on a Kubernetes cluster in my home. That’s where I throw all self-hosted containerised applications these days. But there’s a bit of friction.<p>Their entrypoint script makes a lot of assumptions and in their docker-compose example they use a single container running supervisord instead of multiple containers, each with a dedicated purpose (ingestion, consuming, web server). The setup is almost insistent on logging to a file instead of stdout. It also checks and tries to modify permissions of some folders(!!). This requires quite a bit of unpicking.<p>This is doable, but not frictionless to get it to do what I consider “best practices” but I understand that it’s probably a mix of “easy for someone who’s day job is not to be an infrastructure engineer” and “we were using supervisord for baremetal anyway”. Maybe a lot of it is personal preference but I do feel like the project is not taking containerisation fully to heart. Maybe being more user-friendly in their eyes is more important than being a containerisation purist.<p>Either way, I’ve got it nearly working with my Brother ADS-1700W, which has shortcuts for me, my wife, and “joint”, which uploads documents to different directories via SFTP which then automatically have their paperless-ngx owner set appropriately.
ornornorover 1 year ago
I finally switched from my ancient Mayan EDMS running an outdated version on an Ubuntu 16.04 VM that I couldn’t upgrade because the Mayan docs for that version are not available anymore. I’m not a huge user but I shred everything I can and have around 1000 documents.<p>I have zero regrets so far. Paperless ngx is so much more user friendly, the automatic date extraction from OCR, the auto tagging and document type classification, and the ease to backup and restore sold me. I highly recommend it.
评论 #38464414 未加载
rmu09over 1 year ago
I recently migrated from another (more &quot;enterprisey&quot;) open-source EDMS system that shall remain unnamed to paperless-ngx. Can&#x27;t praise this high enough. Where the other system needed multiple clicks for the easiest things and had a bunch of UI antifeatures, paperless has a very intuitive and well thought-out UI and handles ~30k documents without issues.
tobi1449over 1 year ago
Has any paperless user found a good way to &quot;deskew&quot; scanned pages? Sometimes, when scanning from my Brother printer through the ADF, the pages are skewed&#x2F;rotated and it can be pretty jarring.
评论 #38463392 未加载
评论 #38463444 未加载
cgeierover 1 year ago
I&#x27;d love for this to be able to use something like s3 as a backend and (tax) audit prove archiving.
评论 #38466083 未加载