Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Paperless-ngx

63 Topics 501 Posts
  • Paperless-ngx stopped fetching mails

    6
    0 Votes
    6 Posts
    2k Views
    nebulonN
    I reread the thread here and indeed it seems the mailbox is opened fine but then the search criteria does not return any results, so paperless thinks nothing is there. Do you know where this criteria might come from? SINCE 26-Jul-2024 UNSEEN is that date somehow related to something you have set?
  • Paperless-ngx errors when uploading documents

    Moved
    4
    0 Votes
    4 Posts
    676 Views
    nebulonN
    Latest paperless package now contains nltk punkt_tab to be in sync with upstream again.
  • Very high CPU usage since Cloudron update

    Locked
    3
    0 Votes
    3 Posts
    376 Views
    nebulonN
    Closing this as dupe
  • paperless-ngx e-mail inbox support

    11
    0 Votes
    11 Posts
    3k Views
    luckowL
    Wrong port. Use 993 instead https://docs.cloudron.io/email/#imap
  • indexing of office documents?

    Moved
    21
    3 Votes
    21 Posts
    4k Views
    ChristopherMagC
    @necrevistonnezr Wow, your right, those images probably have nothing to do with cloudron! Thanks for pointing that out, for all others, please disregard my previous comment.
  • more CPU?

    Solved
    4
    1 Votes
    4 Posts
    799 Views
    R
    The problem was that I didn't catch that those lines are commented out.
  • more Memory?

    Solved
    2
    1 Votes
    2 Posts
    503 Views
    girishG
    @Recliner2042 currently, the memory limit has a quirk that only 50% is allocated for RAM and the rest is Swap. We have fixed this in next release already. But for the moment, just set this value to double the RAM of whata you are expecting.
  • Paperless-NG - storage of documents / connection to Nextcloud

    21
    1 Votes
    21 Posts
    9k Views
    humptydumptyH
    Sorry for the revive, but I was going through the reintegration process and noticed they added a bunch of new options! BTW, when connecting to paperless, make sure to remove the / at the end of the server url [image: 1716478349443-2024-05-23-10-30-02-0.png]
  • 1 Votes
    6 Posts
    812 Views
    luckowL
    Top. I have no idea why, but it does away with the annoying error BTW: this is enough [image: 1715698032700-23ebfd92-b290-4916-93c2-66bf56db8f8d-image.png]
  • How are tags saved? DB or directly in archive.pdf?

    4
    1 Votes
    4 Posts
    659 Views
    nebulonN
    The question is fine here, although this forum is mostly about the app on Cloudron, at least this is where we have more experience to help out. Was just pointing you there, as there might be more people with more insights on how tags in paperless can be used. But if you ask there, it would be great to backlink here so we can also learn from it.
  • email endpoint & errors in logfile

    Solved
    3
    4
    1 Votes
    3 Posts
    426 Views
    luckowL
    There is no TLS. [image: 1714749228934-fa9c4357-a410-45bb-9200-e17ce5d71f1e-image.png] But .... SSL works. Thanks.
  • 2 Votes
    1 Posts
    390 Views
    No one has replied
  • Unable to do a fresh installation

    Solved
    3
    1
    1 Votes
    3 Posts
    450 Views
    scookeS
    Bravo @shrey. Posting a solution is always helpful; posting one based on documentation is even better!!
  • Cloudron OpenID OIDC Login possible for paperless?

    5
    2 Votes
    5 Posts
    390 Views
    girishG
    @imc67 unfortunately, the SSO switch only works with new installations So, you have to backup the app. Install fresh Paperless with SSO. Import backup into new app. Maybe you can try it in a separate location first before switching over.
  • Paperless-ngx: Issue with Android App

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    J
    Thank you for your answers, this is indeed the version of Anton Stubenbord available on the Play Store, there was an update and it works. However, I will watch Johann Bauer's version if it is better. Thanks again.
  • out of date Ghostscript in Paperless-NGX

    3
    1 Votes
    3 Posts
    948 Views
    girishG
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-43115 is the CVE and also appears in security advisory in https://www.ghostscript.com/
  • Paperparrot - iOS „client“ for Paperless-ngx

    1
    3 Votes
    1 Posts
    717 Views
    No one has replied
  • Multi Language OCR Support

    Solved
    15
    1 Votes
    15 Posts
    5k Views
    girishG
    @vyshnavR said in Multi Language OCR Support: I have same issue i need to integrate tamil ocr(tam) i already installed tamil and done all steps as like said above still its not supported. it is throwing error like this when docker up The thread here (and this forum) is about the Cloudron package of paperless-ngx . It looks like you are using docker installation. You have to take this up with the upstream project. Cloudron also uses docker but it does not use the upstream dockerfiles.
  • Paperless-ngx - tried to update the docs - to no avail (again)

    Solved
    2
    0 Votes
    2 Posts
    447 Views
    girishG
    @necrevistonnezr I was able to merge fine this time, so you must have done something right! Thanks for the fixes. /app/data/paperless.conf is created in the package on first run, so it should be there. /app/data/consume as well is created each time on app restart.
  • Whats Django Adminpanel and how to access it?

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    StardenverS
    @girish said in Whats Django Adminpanel and how to access it?: python3 manage.py createsuperuser This one worked. Logged in with new account and gave my main account the missing permissions. Thank you very much