mirror of
https://codeberg.org/ManeraKai/simplytranslate.git
synced 2026-06-23 13:51:24 +00:00
A privacy friendly frontend for multiple Translation Websites.
https://simplytranslate.org
- Go 76.2%
- HTML 14.9%
- CSS 6.3%
- JavaScript 2.3%
- Dockerfile 0.3%
| engines | ||
| web | ||
| docker-compose.unix.yml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| instances.json | ||
| legal_notice.txt | ||
| LICENSE | ||
| README.md | ||
SimplyTranslate
A privacy friendly frontend to multiple Translation Engines.
History
- SimplyTranslate was founded by metalune and fattalion. It was written in Python.
- Fattalion created a Go implementation.
- Both metalune and fattalion retired, and they handed SimplyTranslate over to ManeraKai.
Development
cd web/
go mod download
go run .
Production
docker compose up
Then open http://127.0.0.1:5000
Production (exposing a UNIX Socket instead of TCP/IP)
docker compose -f docker-compose.unix.yml up