github gotenberg/gotenberg 6.1.0

latest releases: v8.5.0, v8.4.0, v8.3.0...
4 years ago

New features

Custom root path

You may now customize the root path of the API using the environment variable ROOT_PATH (default to /).

This is useful if you wish to do service discovery via URL paths.

Fixes #152.

Custom HTTP headers

You may now specify your own HTTP headers for your:

  • URL conversions.
  • conversions with a webhook.

Fixes #81.
Fixes #116.

Page ranges

You may now specify a page ranges for HTML, Markdown, URL and Office conversions.

Limitation: does not work for /merge endpoint

Fixes #84.

Allowing custom UID and GID for Gotenberg user

One may now specify a custom UID and GID thanks to two new build arguments:

  • GOTENBERG_USER_GID
  • GOTENBERG_USER_UID

Note: it is not recommended to do it on runtime in production (see https://github.com/boxboat/fixuid) that's why you'll have to re-build the Docker image.

Fixes #125.

Don't miss a new gotenberg release

NewReleases is sending notifications on new releases.