LibreTranslate
API
By default, the API can be used without a key to make 30 requests per minute: curl -d "q=cloudron%20ist%20wunderbar&source=de&target=en" -X POST https://translate.domain.com/translate To lock the app and enforce use of a key, set the below in ...
Custom config
Custom environment variables can be set in /app/data/env.sh using the File manager.
User Management
The app has no user management of it's own. By default, anyone (without a token) can make 30 requests per minute. You can change this in /app/data/env.sh.
Languages
By default the app comes with EN and DE installed. If more languages are wanted, update LT_LANGUAGE_MODELS variable in /app/data/env.sh, and restart the app. Example: export LT_LANGUAGE_MODELS=en,de,fr To remove languages, update LT_LANGUAGE_MODELS ...
How to order LibreTranslate?
1. Login at: https://cloud.danian.co 2. Manage Apps - Add an App 3. Select: LibreTranslate 4. Select service Region This is the datacenter location where your App will be located. 5. Select the App Address (URL) - Select 1 of the 2 options: A. Use a ...