From a42a3f48348aa9d00d8571372563123ded648a0f Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Mon, 17 Jul 2023 18:19:19 +0530 Subject: [PATCH] simplytranslate: enable libretranslate support --- privfrontends/compose/simplytranslate/compose.yml.j2 | 2 +- privfrontends/compose/simplytranslate/extras.conf.j2 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/privfrontends/compose/simplytranslate/compose.yml.j2 b/privfrontends/compose/simplytranslate/compose.yml.j2 index 542c086..07144d5 100644 --- a/privfrontends/compose/simplytranslate/compose.yml.j2 +++ b/privfrontends/compose/simplytranslate/compose.yml.j2 @@ -3,7 +3,7 @@ services: simplytranslate: image: quay.io/pussthecatorg/simplytranslate:latest ports: - - "127.0.0.1:5046:5000" # Replace with "5000:5000" if you don't use a reverse proxy + - "127.0.0.1:5046:5000" volumes: - "./extras.conf:/etc/simplytranslate/web.conf" restart: always diff --git a/privfrontends/compose/simplytranslate/extras.conf.j2 b/privfrontends/compose/simplytranslate/extras.conf.j2 index f397dcb..662dc6c 100644 --- a/privfrontends/compose/simplytranslate/extras.conf.j2 +++ b/privfrontends/compose/simplytranslate/extras.conf.j2 @@ -1,6 +1,6 @@ [libre] -Enabled = False -Instance = https://libretranslate.com +Enabled = True +Instance = https://libretranslate.in.projectsegfau.lt [google] Enabled = True