Package Details: paperless-ngx 2.9.0-1

Git Clone URL: https://aur.archlinux.org/paperless-ngx.git (read-only, click to copy)
Package Base: paperless-ngx
Description: A supercharged version of paperless: scan, index and archive all your physical documents
Upstream URL: https://docs.paperless-ngx.com/
Licenses: GPL3
Conflicts: paperless, paperless-ng
Provides: paperless, paperless-ngx
Submitter: AlphaJack
Maintainer: AlphaJack (atomicfs)
Last Packager: AlphaJack
Votes: 23
Popularity: 1.08
First Submitted: 2022-03-11 10:18 (UTC)
Last Updated: 2024-06-13 18:24 (UTC)

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

devome commented on 2024-06-13 06:35 (UTC)

gotenberg has been packaged by me, and tika-server has been packaged by tarball. Can you add gotenberg and tika-server to optdepends?

AlexBocken commented on 2024-05-19 07:18 (UTC)

@uderben python-magic has been a part of the dependencies since the initial commit of this repo

uberben commented on 2024-05-19 02:18 (UTC)

It seems like paperless-ngx now requires python-magic

atomicfs commented on 2024-05-02 09:57 (UTC)

I am glad to hear that. Sorry about the prolonged silence, weekend was more hectic than I hoped for and I am still not done with migration to postgresql, so I did not have the chance to investigate the issue :(

AlexBocken commented on 2024-04-30 16:55 (UTC)

Seems like moving to python 3.12 did the trick. I don't have the issue anymore with python-pillow 3.10.0 with 3.12.

atomicfs commented on 2024-04-26 07:27 (UTC)

Already tried, without success. Also tried to upgrade python-mysqlclient and some other related packages to version in testing repositories.

For a while I was thinking of migrating from mariadb to postgresql, so I guess it is time. I hope I will have time to do this over the weekend, and then I will take a look at the python-pillow issue.

AlexBocken commented on 2024-04-26 07:16 (UTC) (edited on 2024-04-26 07:17 (UTC) by AlexBocken)

Yes, running postgres (and redis). For your error, if your mariadb runs locally maybe consider a PAPERLESS_DBSSLMODE=disable in your paperelss.conf

atomicfs commented on 2024-04-25 20:17 (UTC)

@AlexBocken Funnily enough I cannot do a paperless database migration in my mariadb setup because of:

django.db.utils.NotSupportedError: MySQL client library does not support ssl_mode specification

Are you using postgres?

AlexBocken commented on 2024-04-25 07:07 (UTC)

@atomicfs Thanks for the info, yes I've already done so for now. A friend of mine has the same issue so I doubt it's something about the peculiarities of my setup.Let me know if I can help you in triage in any way.

atomicfs commented on 2024-04-25 06:35 (UTC)

@AlexBocken pacman cannot pin versions, it is pacman design decision. So that is not going to work.

However you can prevent package from being upgraded by ignoring it with IgnorePkg=python-pillow in /etc/pacman.conf.

From upstream repository it seems like on master branch they are already using pillow 10.3.0 which was merged 3 weeks ago. Paperless-ngx 2.7.2 was releases 2 weeks ago. So I guess it should work. I will try to reproduce the issue.