1
0
Fork 0
Commit Graph

5 Commits (8cb292a4b2bc7668229493c066965d73e2be89b6)

Author SHA1 Message Date
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