From f6a0bdc238ea468b8afec083ed1d7666199504e1 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Sun, 6 Aug 2023 22:19:27 +0530 Subject: [PATCH] fix libretransl. url on ST side --- privfrontends/compose/simplytranslate/compose.yml.j2 | 2 +- privfrontends/compose/simplytranslate/extras.conf.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/privfrontends/compose/simplytranslate/compose.yml.j2 b/privfrontends/compose/simplytranslate/compose.yml.j2 index e044173..9f952f6 100644 --- a/privfrontends/compose/simplytranslate/compose.yml.j2 +++ b/privfrontends/compose/simplytranslate/compose.yml.j2 @@ -6,4 +6,4 @@ services: - "5046:5000" volumes: - "./extras.conf:/etc/simplytranslate/web.conf" - restart: always + restart: unless-stopped diff --git a/privfrontends/compose/simplytranslate/extras.conf.j2 b/privfrontends/compose/simplytranslate/extras.conf.j2 index 662dc6c..431f6aa 100644 --- a/privfrontends/compose/simplytranslate/extras.conf.j2 +++ b/privfrontends/compose/simplytranslate/extras.conf.j2 @@ -1,6 +1,6 @@ [libre] Enabled = True -Instance = https://libretranslate.in.projectsegfau.lt +Instance = https://libretranslate.projectsegfau.lt [google] Enabled = True