mirror of
https://github.com/documenso/documenso.git
synced 2026-07-14 06:47:10 +10:00
bc184d445f
Uploaded .docx files are converted to PDF on the server using a Gotenberg sidecar before entering the normal envelope pipeline. The feature is opt-in via NEXT_PRIVATE_DOCUMENT_CONVERSION_URL; when unset, only PDF uploads are accepted. A per-process circuit breaker opens for 30s after a conversion failure to shed load. Ships a dev Dockerfile that layers Microsoft Core Fonts and additional language fonts onto the upstream Gotenberg image for better fidelity. Co-authored-by: Ephraim Duncan <55143799+ephraimduncan@users.noreply.github.com> Co-authored-by: Ephraim Duncan <55143799+ephraimduncan@users.noreply.github.com>
23 lines
734 B
Plaintext
23 lines
734 B
Plaintext
---
|
|
title: Advanced
|
|
description: Optional configuration for OAuth providers, AI features, document conversion, and other advanced settings.
|
|
---
|
|
|
|
<Cards>
|
|
<Card
|
|
title="OAuth Providers"
|
|
description="Configure Google, GitHub, and OIDC authentication."
|
|
href="/docs/self-hosting/configuration/advanced/oauth-providers"
|
|
/>
|
|
<Card
|
|
title="AI Features"
|
|
description="Enable AI-powered recipient and field detection."
|
|
href="/docs/self-hosting/configuration/advanced/ai-features"
|
|
/>
|
|
<Card
|
|
title="Document Conversion"
|
|
description="Accept DOCX uploads by running a Gotenberg sidecar that converts Word documents to PDF."
|
|
href="/docs/self-hosting/configuration/advanced/document-conversion"
|
|
/>
|
|
</Cards>
|