simplytranslate: enable libretranslate support
This commit is contained in:
parent
ee70cf7ebb
commit
a42a3f4834
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user