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:
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

View File

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