Merge branch 'dev'

This commit is contained in:
Michael Shamoon
2022-12-29 19:39:38 -08:00
181 changed files with 44867 additions and 8345 deletions

View File

@@ -85,9 +85,12 @@ services:
gotenberg:
image: docker.io/gotenberg/gotenberg:7.6
restart: unless-stopped
# The gotenberg chromium route is used to convert .eml files. We do not
# want to allow external content like tracking pixels or even javascript.
command:
- "gotenberg"
- "--chromium-disable-routes=true"
- "--chromium-disable-javascript=true"
- "--chromium-allow-list=file:///tmp/.*"
tika:
image: ghcr.io/paperless-ngx/tika:latest