mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 09:23:36 +08:00
5b4668931f
Signed-off-by: Simon L <szaimen@e.mail.de> |
||
---|---|---|
.. | ||
libretranslate.json | ||
readme.md |
LibreTranslate
This container bundles LibreTranslate and auto-configures it for you.
Notes
- After the initial startup is done, you might want to change the default language to translate from and to via:
# Adjust the values `en` and `de` in commands below accordingly
sudo docker exec --user www-data nextcloud-aio-nextcloud php occ config:app:set integration_libretranslate from_lang --value="en"
sudo docker exec --user www-data nextcloud-aio-nextcloud php occ config:app:set integration_libretranslate to_lang --value="de"
- See https://github.com/nextcloud/all-in-one/tree/main/community-containers#community-containers how to add it to the AIO stack
Repository
https://github.com/szaimen/aio-libretranslate