bot
b9d955bbf5
gotenberg: Update to 8.22.0
2025-08-30 11:32:21 +00:00
bot
cd090a5972
paperless-ngx: Update to 2.18.2
2025-08-30 11:32:21 +00:00
bot
f24285d761
tika: Update to 3.2.2.0
2025-08-16 11:32:09 +00:00
bot
434d420e28
tika: Update to 3.2.1.0
2025-07-12 11:32:11 +00:00
bot
6bbd5b89cd
gotenberg: Update to 8.21.1
2025-06-21 11:32:18 +00:00
bot
4744e663f1
paperless-ngx: Update to 2.17.1
2025-06-21 11:32:18 +00:00
bot
81e58e85d0
tika: Update to 3.2.0.0
2025-06-14 11:32:23 +00:00
bot
914dfccb8f
paperless-ngx: Update to 2.16.3
2025-06-14 11:32:23 +00:00
Dustin
721d82eac3
paperless-ngx: Make /run writable
...
The latest version of Paperless-ngx needs a writable `/run` or it will
not even start.
2025-06-05 07:00:59 -05:00
bot
1f02ad70da
gotenberg: Update to 8.21.0
2025-05-31 11:32:12 +00:00
bot
8e1ac08d15
paperless-ngx: Update to 2.16.2
2025-05-31 11:32:12 +00:00
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
bot
ec996f5872
gotenberg: Update to 8.17.3
2025-03-15 11:32:13 +00:00
bot
025c4f7a5a
gotenberg: Update to 8.17.1
2025-02-15 12:32:12 +00:00
bot
983bf4808d
tika: Update to 3.1.0.0
2025-02-08 15:52:44 +00:00
bot
ffdcf6bd73
gotenberg: Update to 8.17.0
2025-02-08 15:52:44 +00:00
bot
6bee9847fc
paperless-ngx: Update to 2.14.7
2025-02-08 15:52:44 +00:00
bot
b32751bf28
paperless-ngx: Update to 2.14.5
2025-01-25 12:32:13 +00:00
bot
5fb6d70f59
paperless-ngx: Update to 2.14.3
2025-01-18 12:32:13 +00:00
bot
07ffcd0bc5
gotenberg: Update to 8.15.3
2025-01-11 12:32:11 +00:00
bot
a79668dcf1
gotenberg: Update to 8.14.1
2024-12-21 12:32:10 +00:00
bot
4d2cc40b5e
tika: Update to 3.0.0.0
2024-11-16 12:32:14 +00:00
bot
c31db5fde2
gotenberg: Update to 8.13.0
2024-11-16 12:32:14 +00:00
bot
74ce0e1b0a
paperless-ngx: Update to 2.13.5
2024-11-16 12:32:14 +00:00
Dustin
8ff45a8c01
paperless-ngx/gotenberg: Run as correct user
...
The Gotenberg container image uses UID 1001 for the _gotenberg_ user.
Using any other UID number, even when the home directory is set and
owned by that UID, results in random issues, especially when using
LibreOffice conversions.
2024-10-19 09:46:15 -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
bot
51fe6f39af
gotenberg: Update to 8.12.0
2024-10-12 11:33:00 +00:00
bot
f451f03c68
paperless-ngx: Update to 2.12.1
2024-09-16 11:32:12 +00:00
bot
70589b7e51
paperless-ngx: Update to 2.12.0
2024-09-09 11:32:10 +00: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
bot
8b7ae74e41
tika: Update to 2.9.2.1
2024-09-09 00:50:55 +00:00
bot
5f9ab83a57
gotenberg: Update to 8.9.2
2024-09-09 00:50:54 +00:00
bot
9c2e44ff63
paperless-ngx: Update to 2.11.6
2024-09-09 00:50:54 +00: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