1
0
Fork 0
Commit Graph

8 Commits (cf7b1b095208f2cdb0745366dd014c8964faafbf)

Author SHA1 Message Date
Dustin 5c819ef120 paperless-ngx: Work around PDF rendering errors
Occasionally, some documents may have odd rendering errors that
prevent the archival process from working correctly.  I'm less concerned
about the archive document than simply having a centralized storage for
paperwork, so enabling this "continue on soft render error" feature is
appropriate.  As far as I can tell, it has no visible effect for the
documents that could not be imported at all without it.
2025-03-31 06:16:41 -05:00
Dustin 99c8f7694c paperless-ngx: Split resources into separate files
The Paperless-ngx ecosystem consists of several services.  Defining the
resources for each service in separate manifest files will make
maintenance a little bit easier.
2024-10-17 07:27:33 -05:00
Dustin 4d643bdc9a paperless-ngx: Update image ref for Tika
The Paperless-ngx project no longer maintains their own builds of Apache
Tika container images.
2024-09-08 19:51:47 -05:00
Dustin a2225e583e paperless-ngx: Use volume claim template for redis
Using a volume claim template to define the persistent volume claim for
the Redis pod has two advantages: first, it enables using clustered
Redis, if we decide that becomes necessary, and second, it makes
deleteing and recreating the volume easier in the case of data
corruption.  Simply scale down the StatefulSet to 0, delete the PVC, and
scale the StatefulSet back up.
2024-06-26 18:29:49 -05:00
Dustin f83783fd58 paperless-ngx: Enable Flower
Flower is the monitoring agent for Celery.  It has a web UI, but more
importantly, it exposes Celery performance metrics in Prometheus format.
2024-05-22 15:50:32 -05:00
Dustin 4081a2c8c4 paperless-ngx: Set instance label for Argo CD
Argo CD wants every resource managed by an application to have that
application's name as the value of the `app.kubernetes.io/instance`
label.
2023-10-14 07:33:27 -05:00
Dustin ce09f48870 paperless-ngx: Downgrade gotenberg to 7.5.4
Recent versions of *gotenberg* have problems converting LibreOffice
(and Microsoft Office) documents.  See [issue #442] and [issue #576]
for details.  Downgrading from 7.6.1 to 7.5.4 seems to work around the
problem for now.

[issue #442]: https://github.com/gotenberg/gotenberg/issues/442
[issue #576]: https://github.com/gotenberg/gotenberg/issues/576
2023-05-18 15:20:46 -05:00
Dustin 48ed48752f paperless-ngx: Deploy application
*Paperless-ngx* is a document management system.  It provides tools for
organizing, indexing, and searching documents, including OCR.
2023-01-13 21:33:14 -06:00