add parsing of inline attachments

remove insecure chromium option
fix html parsing
This commit is contained in:
phail
2022-05-03 23:21:33 +02:00
parent 5a899664f8
commit c2e3dc76d9
7 changed files with 95 additions and 63 deletions

View File

@@ -79,9 +79,6 @@ services:
gotenberg:
image: gotenberg/gotenberg:7.4
restart: unless-stopped
command:
- "gotenberg"
- "--chromium-disable-web-security"
tika:
image: ghcr.io/paperless-ngx/tika:latest

View File

@@ -67,9 +67,6 @@ services:
gotenberg:
image: gotenberg/gotenberg:7.4
restart: unless-stopped
command:
- "gotenberg"
- "--chromium-disable-web-security"
tika:
image: ghcr.io/paperless-ngx/tika:latest