Fix and clean the Docker deployment
Co-authored-by: TheFrenchGhosty <TheFrenchGhosty@posteo.is>pull/4/head
parent
cd86f0a344
commit
66674e0116
@ -0,0 +1,27 @@
|
||||
# This is an example configuration file. It can be either
|
||||
# /etc/simplytranslate/web.conf or /etc/simplytranslate/shared.conf (this one
|
||||
# is also used by other frontends, like the Gemini frontend). In case of
|
||||
# duplicate keys between files, the key in `gemini.conf` takes precedence.
|
||||
|
||||
[libre]
|
||||
# LibreTranslate is disabled by default. If it is enabled, `Instance` is required.
|
||||
Enabled = False
|
||||
Instance = https://libretranslate.com
|
||||
# Not all instances need an API key; if the one you use don't, remove this
|
||||
# line.
|
||||
ApiKey = [REDACTED]
|
||||
|
||||
[google]
|
||||
# Google translate is enabled by default.
|
||||
Enabled = True
|
||||
|
||||
[deepl]
|
||||
Enabled = False
|
||||
|
||||
[iciba]
|
||||
# ICIBA Translate (a.k.a. PowerWord) is disabled by default.
|
||||
Enabled = True
|
||||
|
||||
[network]
|
||||
port = 5000
|
||||
host = 0.0.0.0
|
Loading…
Reference in New Issue