simplytranslate: enable libretranslate support

This commit is contained in:
Arya 2023-07-17 18:19:19 +05:30
parent ee70cf7ebb
commit a42a3f4834
Signed by: arya
GPG Key ID: 842D12BDA50DF120
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ services:
simplytranslate: simplytranslate:
image: quay.io/pussthecatorg/simplytranslate:latest image: quay.io/pussthecatorg/simplytranslate:latest
ports: 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: volumes:
- "./extras.conf:/etc/simplytranslate/web.conf" - "./extras.conf:/etc/simplytranslate/web.conf"
restart: always restart: always

View File

@ -1,6 +1,6 @@
[libre] [libre]
Enabled = False Enabled = True
Instance = https://libretranslate.com Instance = https://libretranslate.in.projectsegfau.lt
[google] [google]
Enabled = True Enabled = True