Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tika and Gotenberg for Paperless #387

Open
jabdoa2 opened this issue Oct 19, 2023 · 1 comment
Open

Tika and Gotenberg for Paperless #387

jabdoa2 opened this issue Oct 19, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@jabdoa2
Copy link

jabdoa2 commented Oct 19, 2023

Chart Name

paperless-ngx

Is your feature request related to a problem? Please describe.

To import mails into paperless ngx we need Tika and Gotenberg. Unfortunately, they are not included in the chart as of now.

Describe the solution you'd like

Add tika and gotenberg as (optional) dependencies to paperless-ngx:

Gotenberg recomends the community chart from maikumori/gotenberg which works with this config (in values.yaml of paperless-ngx):

gotenberg:
  chromium:
    allowList: "file:///tmp/.*"
    disableJavaScript: true

Tika has an official chart from apache. It works out of the box. We might want to overwrite the image with the one from paperless-ngx (only needed for arm and some other architecture which is not supported by tika upstream).

Additionally, we would have to set the following env values:

env:
  PAPERLESS_TIKA_ENABLED: "true"
  PAPERLESS_TIKA_ENDPOINT: "http://tika:9998"
  PAPERLESS_TIKA_GOTENBERG_ENDPOINT: "http://gotenberg:80"

Describe alternatives you've considered

Alternatives:

  • We could also package gotenberg and tika ourself
  • We could document the stuff above and require users to install it on their own

Additional context

No response

@jabdoa2 jabdoa2 added the enhancement New feature or request label Oct 19, 2023
@gabe565
Copy link
Owner

gabe565 commented Nov 28, 2023

Sorry for the late response! I'll look into these and add them as soon as I can 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants