1
0
Fork 0
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%
Find a file
2026-06-12 18:10:06 +03:00
engines google: Cached Source and Target languages 2026-06-12 18:09:06 +03:00
web Fiber v2 => v3. Added listening to UNIX Socket 2026-06-12 18:06:42 +03:00
docker-compose.unix.yml Fiber v2 => v3. Added listening to UNIX Socket 2026-06-12 18:06:42 +03:00
docker-compose.yml Fiber v2 => v3. Added listening to UNIX Socket 2026-06-12 18:06:42 +03:00
Dockerfile Fiber v2 => v3. Added listening to UNIX Socket 2026-06-12 18:06:42 +03:00
instances.json Update instances.json 2025-02-23 11:09:35 +00:00
legal_notice.txt Clarify that there are multiple instances on legal notice 2023-09-22 10:13:52 +00:00
LICENSE Initial commit 2022-08-10 01:05:05 +03:00
README.md typo 2026-06-12 18:10:06 +03:00

SimplyTranslate

A privacy friendly frontend to multiple Translation Engines.

History

  1. SimplyTranslate was founded by metalune and fattalion. It was written in Python.
  2. Fattalion created a Go implementation.
  3. 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