I’m a simple a man. I see a video from Jim’s Garage, I watch it. Jim deploys Paperless in his homelab. I deploy Paperless in my homelab. …on a serious note, thank you so much. I started my homelab journey two weeks ago, and your content has been absolutely invaluable. Don’t change a thing about what you do and how you do it. You should be really proud of your channel.
Very good application for getting a paperless homelab! Thanks for your time making this video Jim. I switched a year ago from ecoDMS and my result is: Paperless NGX is much better concerning functionality and usability (and it is open source and free). For homelab it is the first choise!
@@Jims-Garage Once set up in docker compose, pretty much the same as your setup, smooth as silk. I set up a cron job to docker compose down and up at midnight to update every day. I handle all the documents in the family (including highly sensitive). The next improvements will be adding authentik following your instructions and doing some encryption at rest.
No comments yet? Underrated channel. Anyways, this is one of the most useful parts planned for my home server setup. Home Assistant and Octoprint are the other two main ones (already running). But I feel like I need a proper NAS instead of RPi 4 + external SSD to trust it with my files! :)
I really like your videos. I'd suggest doing the demo that you do at the end of your video in introduction to get the attention of the viewers and let them understand if they want to use this application or not.
I've deployed this in my home and wow. What a life saver this has been. I would advise on a word of caution. If you're going to deploy this in your home. Please create a backup from within the application of your data. Things happen and VM's, LXC's, or docker containers crash. It's easy to spin them up, but if you have a few months or more of data that you've scanned in. All of that will be lost. I've seen some RUclips's create a separate DB for service's like this. It's good but it's overkill for a home user. If you're doing a lab for educational purposes then yes that would be understandable.
I guess you can backup the entire instance in Proxmox. They make that very easy to do as well, but I found it just as easy from within the application. Either way backup, backup, backup..
Clear and concise video, thank you. Quick question, does your document library need to be uploaded to the container, or can you point this container at a location across your network (say a nfs mount, etc.) and let it ingest your documents where they currently reside?
Hey Jim. Thanks for all the Tutorials. Somehow when deploying the docker compose it is not starting properly. The logs of the postgres container show „no Space left on device“, so it cannot create the files it requires. I cannot figure out the issue. I only run Traefik and vaultwarden on the docker vm and followed your Tutorial. Appreciate the help.
I have scanned in every document I possessed for the last 20 years. I wrote a set of scripts using ocrmypdf to rename them usefully, and put them in a hierarchical directory structure. No app, no running software after they're processed. I search them using gnome nautilus. Friends have told me about paperless but I am horrified to see how slow it was to import. Do you think that's due to the extra layers in docker? I'd love to have the web app and Android app. But I've got 130k documents to import and I'm only going to be alive for 60 more years.
So I wanted to do some changes to how it saves the documents once consumed, found the topic in the documentation which says I should use the ENV paperless_filename_format. This is how I have set that for my needs; PAPERLESS_FILENAME_FORMAT={{ created_year }}/{{ title }}_{{original_name }} When I use document_renamer though it creates the literal tags as names instead of inserting values. That is to say I get /{Created Year}/{title}_{original name}_01.pdf instead of say 2024/CoolDoc1_BoringDoc1.pdf I tried using single brackets but then it just reverts to naming all the files by asn.
Another amazing video, thankyou. One question, totally unrelated to this video, what would you recommend for self hosted file sharing other than nextcloud.
@@Noone-1980 recommend something like Traefik with letsencrypt and crowdsec and put it behind a Cloudflare proxy. I have videos on all of these things. (You can also add Authentik if you wish).
What I don't like about paperless is the lack of data portability. All that clever information it's storing cannot easily be pulled and transferred to a competitor if you want to switch services. Data portability is make or break for me in every self-host I do. Audiobookshelf/Jellyfin stores all metadata next to the files, I can export bitwarden to json. I'd like if paperless organised my PDFs into folders, then placed all metadata right there with it in a open standard format that other apps can work with.
@@ElDubsNZ for that you can export directly from db or use the document_exporter function, to get it in a json-format. You could also write a simple Django-management-command if the other options don’t suit your needs. The data is not obfuscated in any way and you can do anything with it.
@@ThiesBroetje You can, but that's quite janky and clearly not made to be an easy way to do it, nor is it much of a widely accepted format, it's just a way to get your data out, which is different from the concept of data portability, which is a way of easily transferring your data from one app to another.
@@ElDubsNZ there is nothing janky about that. What kind of standard do you have in mind, please name it, because I cannot think of anything. There are a lot of different types of metadata in paperless, that are not defined in the pdf-standard for which you would need a custom metadata container, that’s also not really useful if there are no application that can interface with it.
@@DragonMotivation-Official on the contrary, I don't seek validation of my videos. I'm more interested in improving the content for others but it's difficult when people leave such detailed feedback 😂
I’m a simple a man.
I see a video from Jim’s Garage, I watch it.
Jim deploys Paperless in his homelab. I deploy Paperless in my homelab.
…on a serious note, thank you so much. I started my homelab journey two weeks ago, and your content has been absolutely invaluable. Don’t change a thing about what you do and how you do it. You should be really proud of your channel.
Thanks, I really appreciate your support and feedback - hit that subscribe ;)
Thanks, Useful and excellent, especially the detailed documentation in Docker with Traefik,
Glad it was helpful!
Very good application for getting a paperless homelab! Thanks for your time making this video Jim. I switched a year ago from ecoDMS and my result is: Paperless NGX is much better concerning functionality and usability (and it is open source and free). For homelab it is the first choise!
Great, glad to hear it
Thx for the video. I started using paperless a year ago for all my documents and it's been a gamechanger.
That's great to hear, have you had any issues?
@@Jims-Garage Once set up in docker compose, pretty much the same as your setup, smooth as silk. I set up a cron job to docker compose down and up at midnight to update every day.
I handle all the documents in the family (including highly sensitive).
The next improvements will be adding authentik following your instructions and doing some encryption at rest.
I like your videos. Your delivery is clear and to the point.
I appreciate that!
@@Jims-Garage Would you be able to make a tutorial on bind9 or some other selfhosted dns solutions?
@@WillHung check out my unbound and PiHole videos
No comments yet? Underrated channel.
Anyways, this is one of the most useful parts planned for my home server setup. Home Assistant and Octoprint are the other two main ones (already running). But I feel like I need a proper NAS instead of RPi 4 + external SSD to trust it with my files! :)
I really like your videos.
I'd suggest doing the demo that you do at the end of your video in introduction to get the attention of the viewers and let them understand if they want to use this application or not.
Thanks, that's a good point.
Great video. Now to deploy with ansible… no more vscode server connections 😊
I've deployed this in my home and wow. What a life saver this has been. I would advise on a word of caution. If you're going to deploy this in your home. Please create a backup from within the application of your data. Things happen and VM's, LXC's, or docker containers crash. It's easy to spin them up, but if you have a few months or more of data that you've scanned in. All of that will be lost.
I've seen some RUclips's create a separate DB for service's like this. It's good but it's overkill for a home user. If you're doing a lab for educational purposes then yes that would be understandable.
I guess you can backup the entire instance in Proxmox. They make that very easy to do as well, but I found it just as easy from within the application. Either way backup, backup, backup..
Awesome Vid as always!
Thanks 👍
Thanks Jim! Another cool thing to try out 🙂
Any time!
I already use Calibre to organize my books, so I wonder if it's possible to combine them
Thanks Jim 🙂 This will be great in my homelab
Perfect!
Many thanks, Jim. That is very valuable information, to me. 🍀💌
Glad it was helpful!
This project makes me want to buy a scanner.
Haha, definitely!
Most smart phones cameras can be used as a scanner.
@toddselby443 you are correct, but for large volumes of documents, like my back log of legal documents, I'd rather have a scanner.
@@danielstellmon5330 Sure that makes sense.
Just beautiful - thank you!!!
Thanks 👍
Clear and concise video, thank you. Quick question, does your document library need to be uploaded to the container, or can you point this container at a location across your network (say a nfs mount, etc.) and let it ingest your documents where they currently reside?
Thanks. You should be able to map the media and consume folders to the NFS share.
@@Jims-Garage Thank you
and what if i want to print 😂 ? is there like a printer server like savapage but modern and dockerized?
What document scanner would you suggest, they are pretty expensive tho.
Depends, I usually use it for PDF. Physical scanning I have a basic Lexmark all in one
Hey Jim. Thanks for all the Tutorials. Somehow when deploying the docker compose it is not starting properly. The logs of the postgres container show „no Space left on device“, so it cannot create the files it requires. I cannot figure out the issue. I only run Traefik and vaultwarden on the docker vm and followed your Tutorial. Appreciate the help.
Run df -h on your Docker host. Check there's enough free space.
I have scanned in every document I possessed for the last 20 years. I wrote a set of scripts using ocrmypdf to rename them usefully, and put them in a hierarchical directory structure. No app, no running software after they're processed. I search them using gnome nautilus. Friends have told me about paperless but I am horrified to see how slow it was to import. Do you think that's due to the extra layers in docker? I'd love to have the web app and Android app. But I've got 130k documents to import and I'm only going to be alive for 60 more years.
Can it recognize handwritten notes? I am trying to make a workflow for handwritten documents but unable to find a suitable way so far.
I believe it does have OCR but I'm not sure how accurate it is.
So I wanted to do some changes to how it saves the documents once consumed, found the topic in the documentation which says I should use the ENV paperless_filename_format.
This is how I have set that for my needs;
PAPERLESS_FILENAME_FORMAT={{ created_year }}/{{ title }}_{{original_name }}
When I use document_renamer though it creates the literal tags as names instead of inserting values. That is to say I get /{Created Year}/{title}_{original name}_01.pdf instead of say 2024/CoolDoc1_BoringDoc1.pdf
I tried using single brackets but then it just reverts to naming all the files by asn.
Hmm, did you try with " quotes?
Another amazing video, thankyou.
One question, totally unrelated to this video, what would you recommend for self hosted file sharing other than nextcloud.
Thanks 👍 depends, just sharing or collaboration as well?
Can Paperless-NGX be installed online?
Yes, you can port forward it
@@Jims-Garage Wow! And thank you for your respond. It is much appreciated.
@@Noone-1980 recommend something like Traefik with letsencrypt and crowdsec and put it behind a Cloudflare proxy. I have videos on all of these things. (You can also add Authentik if you wish).
can be used on windows server and shared with other users ?
bro unloads 1 Warhammer pdf and ... BOOM ... gets 40k characters in his paperless account. The waaagh is strong in this one!
@@wowareolys from shame and shadow recast; in black and gold reborn
O got Server Error (500) wehn i Click sso 😢
What I don't like about paperless is the lack of data portability. All that clever information it's storing cannot easily be pulled and transferred to a competitor if you want to switch services. Data portability is make or break for me in every self-host I do. Audiobookshelf/Jellyfin stores all metadata next to the files, I can export bitwarden to json.
I'd like if paperless organised my PDFs into folders, then placed all metadata right there with it in a open standard format that other apps can work with.
You can easily manage that by using storage paths, there you can configure how your pdfs are stored on disk and how they are named.
@@ThiesBroetje That solves the issue of everything being in one folder, but you still lose all the metadata created by paperless, like OCR.
@@ElDubsNZ for that you can export directly from db or use the document_exporter function, to get it in a json-format.
You could also write a simple Django-management-command if the other options don’t suit your needs.
The data is not obfuscated in any way and you can do anything with it.
@@ThiesBroetje You can, but that's quite janky and clearly not made to be an easy way to do it, nor is it much of a widely accepted format, it's just a way to get your data out, which is different from the concept of data portability, which is a way of easily transferring your data from one app to another.
@@ElDubsNZ there is nothing janky about that.
What kind of standard do you have in mind, please name it, because I cannot think of anything.
There are a lot of different types of metadata in paperless, that are not defined in the pdf-standard for which you would need a custom metadata container, that’s also not really useful if there are no application that can interface with it.
red-is not read-is
That's fighting talk, I don't see a 'dd' 😉
@@Jims-Garage how do you say 'red'? :) quick reply, brill channel. keep it up!
@@nononononoo689 thanks, this calls for a poll!
webserver?... that's no longer an application. It's a service.
Depends where you come from. Nginx is an application, but it also provides a service. You can patch an application, not a service.
useless
Your comment, or is that self reflection?
@@Jims-Garage Obviously your video! The truth always hurts, hence you felt the inner burn to "retaliate"! :)))))
@@DragonMotivation-Official on the contrary, I don't seek validation of my videos. I'm more interested in improving the content for others but it's difficult when people leave such detailed feedback 😂
@@Jims-Garage Ok, you convinced me! :D