DeepLX supports configuration through environment variables. These variables are read during initialization and can be overridden by command-line flags.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/OwO-Network/DeepLX/llms.txt
Use this file to discover all available pages before exploring further.
Server Configuration
The IP address to bind the server to. Use
0.0.0.0 to listen on all network interfaces, or specify a specific IP address to restrict access.Example:The port number the server will listen on. Must be a valid port number between 1 and 65535.Example:
Authentication
Access token for authenticating requests to the Example:See the Authentication page for more details on how to use this token.
/translate, /v1/translate, and /v2/translate endpoints. When set, clients must provide this token either as a query parameter or in the Authorization header.If not set, the API endpoints are publicly accessible without authentication.
DeepL Pro account session cookie for the
/v1/translate endpoint. This is required to use the Pro API endpoint which provides access to DeepL Pro features.Example:Network Configuration
HTTP/HTTPS proxy URL for outgoing requests to DeepL. Useful when DeepLX needs to route traffic through a proxy server.Example:
Complete Example
Environment variables have lower precedence than command-line flags. If both are set, the flag value will be used.
