Merge pull request #15 from freddy-schuetz/feature/libretranslate-upstream

feat: Add LibreTranslate self-hosted translation service
This commit is contained in:
Yury Kossakovsky
2025-08-28 17:10:10 -06:00
committed by GitHub
6 changed files with 102 additions and 6 deletions

3
scripts/04_wizard.sh Executable file → Normal file
View File

@@ -58,6 +58,7 @@ base_services_data=(
"gotenberg" "Gotenberg (Document Conversion API)"
"langfuse" "Langfuse Suite (AI Observability - includes Clickhouse, Minio)"
"letta" "Letta (Agent Server & SDK)"
"libretranslate" "LibreTranslate (Self-hosted translation API - 50+ languages)"
"monitoring" "Monitoring Suite (Prometheus, Grafana, cAdvisor, Node-Exporter)"
"n8n" "n8n, n8n-worker, n8n-import (Workflow Automation)"
"neo4j" "Neo4j (Graph Database)"
@@ -288,4 +289,4 @@ fi
# Make the script executable (though install.sh calls it with bash)
chmod +x "$SCRIPT_DIR/04_wizard.sh"
exit 0
exit 0