You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These settings can be configured as environment variables to persist configurations across reinstallations.
Radarr Configuration
Environment Variable
Description
RADARR_URL
The base URL for the Radarr API. Example: http://localhost:7878.
RADARR_API_KEY
The API key for authenticating with Radarr. Obtain this from your Radarr instance.
Sonarr Configuration
Environment Variable
Description
SONARR_URL
The base URL for the Sonarr API. Example: http://localhost:8989.
SONARR_API_KEY
The API key for authenticating with Sonarr. Obtain this from your Sonarr instance.
Translation Service Configuration
General Translation Settings
Environment Variable
Description
SERVICE_TYPE
The type of translation service to use. Supported values: libretranslate, openai, anthropic, localai, deepl, google, bing, microsoft, yandex.
SOURCE_LANGUAGES
A minified JSON array of source languages for translation.
TARGET_LANGUAGES
A minified JSON array of target languages for translation.
The SOURCE_LANGUAGES and TARGET_LANGUAGES variables should be provided as a minified JSON array. Each object in the array should contain the name and code of the language.