If you change the POSTGRES_PASSWORD (which is set to paperless by default) in the db container, then you'll need to add PAPERLESS_DBPASS: password_you_chose as an environment variable in the paperless-ngx/webserver container. I've updated the docker-compose.yml in the description with these details as well. If you don't you'll get a password authentication error in the db and paperless-ngx/webserver containers.
@brodymessmer7 ай бұрын
The log for paperless-ngx is getting an error "FATAL: password authentication failed for user "paperless"". (the Postgresql log also indicates a failed login attempt). Seems like it should be easy to figure out, but I'd love any tips (as I don't have time to troubleshoot at the moment)
@alexdelli27 ай бұрын
Here the same
@brodymessmer7 ай бұрын
@@alexdelli2 i got my install working for real. The first time I spun it up I changed the password for postgresql...while I had changed it back later, I had to manually go and delete all the files/folders that were created. Once I did that I was able to spin up the server successfully
@digital_aloha7 ай бұрын
Interesting... I just spun up a new install of paperless-ngx with a new database password and sure enough I got the error also. The fix for me was to add a PAPERLESS_DBPASS: as an environment variable for the paperless-ngx (web server) container. I'll add a sticky comment and update the docker-compose.yml file in the description as well. Thanks for pointing out the issue!!
@alexdelli27 ай бұрын
@@digital_aloha Thank you
@digital_aloha7 ай бұрын
@@alexdelli2 You're welcome!!
@philippeantonietti6 ай бұрын
ow that's nice, unfortunately my nas is the ds715 which does not support docker, i was wondering if i can manually install ?
@digital_aloha6 ай бұрын
To bad... Unfortunately docker would have been your best bet to install on a Synology NAS. If you have a standalone linux computer you could possibly install Paperless-NGX there as well. Hope you can find a host that works. Good luck!!
@DavidSaquing7 ай бұрын
hi, thanks for this video. my Synology (DSM 7.1.1-42962 Update 6) doesn't have Container Manager. I can only use Docker. I don't have the Project Tab. Any suggestions. Thanks.
@digital_aloha7 ай бұрын
You're welcome!! Regarding your question, would it be possible to upgrade DSM to 7.2? If you can you'll have access to Container Manager. If not, let me know and I'll point you to a video that you can use as a reference.
@DavidSaquing7 ай бұрын
@@digital_aloha hi, thanks for the reply. My NAS (1815+) can't upgrade to 7.2.
@nsuinteger-au7 ай бұрын
rip
@Waladhoolin18 күн бұрын
the config file in the description is missing some text
@nsuinteger-au7 ай бұрын
is there currently a way to get this done with single image or container rather? I noticed after following the method it has installed 5 different images and running 5 other containers.
@fretbuzzly5 ай бұрын
Each one of those images is a piece of software that the application needs to run. They are dependencies for the application.
@SSloath4 ай бұрын
Following your instructions leads to "Container paperless-ngx stopped unexpectedly." roughly every 3 seconds on loop until I stop the project. Trying to run on DS923+, I'm guessing there's an incompatibility issue or this install no longer works.
@bstyle826 ай бұрын
Is there a way to undo the setup for external acces after installation?
@jurgenpaapen59986 ай бұрын
Nice tutorial. When I change PAPERLESS_OCR_LANGUAGE=eng to PAPERLESS_OCR_LANGUAGE=nld, I get an error. Do you know what I am doing wrong?
@digital_aloha6 ай бұрын
Hopefully you figured things out but, if not, you need to change your docker-compose.env file and add an additional line for languages. It should read this in your setup. PAPERLESS_OCR_LANGUAGES=nld PAPERLESS_OCR_LANGUAGE=nld Basically nld isn't a default OCR language so you need to specify it with the PAPERLESS_OCR_LANGUAGES option to install the language. Check out this link for details -> docs.paperless-ngx.com/configuration/#ocr. Hope that does the trick for you? Good luck!!
@jurgenpaapen59986 ай бұрын
Thank you for your reply. This is working now. Is it also possible to add English as 2nd language for OCR. As value by LANGUAGES=nld,eng. And value bij LANGUAGE=nld. Is this right? I think this is not working.
@berwickcomputers8 ай бұрын
could you please explaine how to use the document_retagger please
I get this error when trying to import office word or excel (pdf and others work fine): test.xlsx: Error occurred while consuming document test.xlsx: Could not parse /tmp/paperless/paperless-ngxuvaq9ff2/test.xlsx with tika server at tika:9998: Request URL has an unsupported protocol 'tika://'. Looks like tika is not setup correctly. How can I fix this ? Thanks.
@enricoschiappa36434 ай бұрын
Hello it would be possible to setup the menu in spanish instead of english?
@a.dursun75815 ай бұрын
i can't run it, because of tika property and gotenberg property are not allowed. What can i do ?
@emociukasas3 ай бұрын
Following your instructions leads to "Container paperless-ngx stopped unexpectedly." roughly every 3 seconds on loop until I stop the project. Trying to run on DS923+, I'm guessing there's an incompatibility issue or this install no longer works. pls help
@Ebonk042 ай бұрын
My DS923+ also has this issue. Please let me know if you found the solution
@williamball6 ай бұрын
Enough time has passed that I'm not sure any of you will see this... I have been able to create the .yml file and successfully built all 5 docker containers. I have made sure to use easy default passwords in all containers. After all containers are running the paperless-ngx log hangs as "waiting on redis". It then just times out and start over. I've deleted and recreated the containers multiple times with the same result. I've also followed another set of instructions to manually create each docker container separately and in that case, the paperless-ngx container log hangs exactly the same. All I've found on Google implies that just deleting and recreating the containers fixed the problem. Does anyone have any suggestions?
@mmoroni4 ай бұрын
Did you find a solution for that?
@williamball4 ай бұрын
@@mmoroni Yes... And now you want to know what I figured out. And after 2 months the best I can pull out of memory is that I had a network port conflict with another forgotten service. I've been using Paperless for the last 2 months with no issues. (I've got about 3000 documents stored so far.
@user-eo9jg5rf7gАй бұрын
@@mmoroni Did you figure it out? Same problem for me!
@user-eo9jg5rf7gАй бұрын
Solved it! I needed to go into the Synology Firewall rules and allow the IP address range that Paperless is using.
@williamballАй бұрын
@@user-eo9jg5rf7g YES! That was it. I checked my firewall settings and confirmed that I had passed the container network subnet through. I'm going to document this now since I've already proven that my brain won't remember it in 6 months.