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

61 Topics 482 Posts
  • Website link dead in Cloudron Store

    3
    1 Votes
    3 Posts
    356 Views
    girishG
    Published a new package with the link set to https://docs.paperless-ngx.com/
  • 3 Votes
    4 Posts
    2k Views
    scookeS
    @timconsidine Yes, definitely for "finished" documents.
  • Latest update seems to have similar issue as before, resources not found

    Solved
    23
    0 Votes
    23 Posts
    2k Views
    scookeS
    @girish I'm happy to report that once upgraded to v1.5.4 that the PDF upload and processing completes without any problems. Whatever you did worked! Thank you!
  • Error importing documents

    10
    0 Votes
    10 Posts
    2k Views
    girishG
    @stantropics you can only import an existing paperless export (via document_exporter command). That's my understanding anyway. I documented it in https://docs.cloudron.io/apps/paperless-ngx/#importing .
  • SFTP Setup Failure / cannot access paperless via sftp on port 222

    3
    0 Votes
    3 Posts
    468 Views
    girishG
    @timka Could it be your client network issue ? Just to double check, you can also do something like this: docker inspect sftp | grep IPAddress . This will give an IP address like 172.18.0.2 . Then, on the server itself, try telnet 172.18.0.2 22 (port 22). Does that work?
  • paperless-ngx tag bug since 1.4.0

    Moved
    2
    1
    0 Votes
    2 Posts
    360 Views
    murgeroM
    @midm This should be an issue opened with the actual devs, Cloudron just makes the Cloudron package - not the actual app itself: https://github.com/paperless-ngx/paperless-ngx
  • paperless-ngx classifier error

    Moved Solved
    2
    0 Votes
    2 Posts
    809 Views
    girishG
    @midm thanks for reporting. Can you try the latest package?
  • Documents in Inbox (separate view only)

    2
    2
    0 Votes
    2 Posts
    337 Views
    timconsidineT
    @PaulOne I use a tag on certain documents and then set up a filter which can be displayed on the dashboard or the sidebar or both. Important point is to save the view ! E.g. purchase invoices are auto-tagged as ToBeInput and a correspondent set according to content. Then I use a filter to see which are needing input (well, my assistant does). When she has done that, she removes the tag and adds another InputDone. Is this the kind of thing you are meaning ? [image: 1671636598049-screenshot-2022-12-21-at-15.29.29-resized.png]
  • Installation Issue in Terminal: illegal byte sequence

    3
    0 Votes
    3 Posts
    586 Views
    subvenS
    @d123 said in Installation Issue in Terminal: illegal byte sequence: extra characters at the end of d command Your problem however is easy to resolve if you google for it. sed is compatible with apple silicon so it's just an syntax issue.
  • Multi user permission support

    2
    1 Votes
    2 Posts
    381 Views
    nebulonN
    Given that views.py would be part of the release code, it will reside in the read-only section of the app package and can't be edited on Cloudron. I guess we have to wait until upstream has merged this and made a new release with it. If you just want to test this, you could enable debug mode of the app https://docs.cloudron.io/packaging/cheat-sheet/#debugging which allows to temporarily change such files, however this is a bit more involved and will not be persistent.
  • Sync Paperless with local machine, iPhone and Nextcloud

    5
    4
    7 Votes
    5 Posts
    2k Views
    scookeS
    Super helpful! Thank you!
  • "run rules" on already imported docs

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    ChristopherMagC
    @girish I thought that you could run the command without first cd'ing into the src directory but when running it again today I found out that was incorrect. I have edited my post above to first include cd src and then python3 manage.py document_retagger -T. Could you please update the documentation as what I originally posted doesn't work for some reason, python throws an exception if you don't cd first?
  • Documentation missing?

    Solved
    2
    2 Votes
    2 Posts
    325 Views
    nebulonN
    Thanks for reporting this. The docs link in the manifest file was outdated due to the move to paperless-ngx. The link is https://docs.cloudron.io/apps/paperless-ngx/ and will be fixed with the next app release.
  • New paperless-ngx doc upload status

    8
    1
    1 Votes
    8 Posts
    1k Views
    girishG
    @timconsidine ah, good job narrowing it down! maybe you can report it upstream with the problematic pdf.
  • Paperless-NGx released - Community driven version of Paperless-NG

    14
    12 Votes
    14 Posts
    2k Views
    marcusquinnM
    Very cool - time to play with this little gem I think.
  • Export Documents and Config

    Solved
    2
    1 Votes
    2 Posts
    460 Views
    neurokrishN
    This issue can be closed now. The document_exporter and document_importer commands are working well. I just had to define paths correctly in the container.
  • Not uploading because of internal server error 500

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    timconsidineT
    @nebulon thank you
  • paperless-ng on publicly accessible server

    5
    0 Votes
    5 Posts
    2k Views
    timconsidineT
    @FeelNiceInc in terms of security vulnerability of the system, I trust in the open source community review and collaborative effort. Of course, there is always a risk. But I tend to trust open source solution more than a proprietary one. You could set up a small Cloudron box or docker box at home if this is a concern for you, and if you're remote from it, use VPN and IP black-list / white-list. I use Bitarden (vaultwarden) and trust that. OK, data is encrypted there. I haven't checked about Paperless and encryption. Must go and do that out of interest. EDIT : there used to be support for encryption https://paperless-ng.readthedocs.io/en/latest/administration.html#enabling-encryption. But it is deprecated and not advised for reasons explained.
  • backup of pdf's in paperless-ng

    3
    0 Votes
    3 Posts
    689 Views
    neurokrishN
    @doodlemania2 thank you for sharing your experience. Since I started to add all personal documents, I wanted to be sure that things will work as intended. Love Cloudron, it's amazing!
  • Not uploading

    Solved
    18
    1
    0 Votes
    18 Posts
    3k Views
    ultravioletU
    @girish all good, thank you.