LibreTranslate Integration

Highest Nextcloud version

Nextcloud 28
Show all releases

Community rating
Author

Vinzenz Rosenkranz

Last updated

1 year, 2 months ago

Categories

Integration

Resources
Interact
Report problem Request feature Ask questions or discuss

LibreTranslate integration providing translations using your own server/api key

    ## Configure

    Configuration is done using your server's CLI. These following configuration values are available:

    - `host`: **required** URL of (your) LibreTranslate instance (without trailing `/`)
    - `port`: _optional_ Needed if you are **not** running LibreTranslate on the default http port (http 80 or https 443). E.g. if it is running on a custom port (or LT's default port 5000) (defaults to _`null`_)
    - `apikey`: _optional_ Needed if the LT instance requires an api key (defaults to _`null`_)
    - `from_lang`: _optional_ default language key you want to translate from (defaults to _en_)
    - `to_lang`: _optional_ default language key of your destination language (defaults to _de_)

    ### Example:
    ```bash
    occ config:app:set integration_libretranslate host --value="https://cloud.your-domain.tld"
    occ config:app:set integration_libretranslate port --value="5000"
    occ config:app:set integration_libretranslate apikey --value="<API_KEY>"
    occ config:app:set integration_libretranslate from_lang --value="en"
    occ config:app:set integration_libretranslate to_lang --value="de"
    ```

Releases

Nextcloud version Stable channel Nightly channel All releases
28 1.1.1 - 28
27 1.1.1 - 27
26 1.1.1 - 26

Comments

No comments found.