add simplytranslate; make the PF playbook mostly tagged; make caddy reload not restart

This commit is contained in:
2023-06-05 17:02:24 +08:00
parent fac9e01a1e
commit 99955a9b27
4 changed files with 56 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
version: "3"
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
volumes:
- "./extras.conf:/etc/simplytranslate/web.conf"

View File

@@ -0,0 +1,23 @@
[libre]
Enabled = False
Instance = https://libretranslate.com
[google]
Enabled = True
[deepl]
# Deepl Translate does not support async as of right now, it will block all other requests
# while it's processing a Deepl Requests, please enable this with caution!
Enabled = True
[iciba]
# ICIBA Translate (a.k.a. PowerWord) is disabled by default.
Enabled = True
[reverso]
Enabled = True
[network]
port = 5000
host = 0.0.0.0