Sign inSign up

sersh/translate

By sersh

•Updated about 2 years ago

Image
0

349

sersh/translate repository overview

translation server for totaltube of type custom. to run it, create config.toml with proxies config like this:

secret = "some unique secret phrase"
proxies = ["http://some-proxy-host:232", "socks://some-socks-proxy:2322"] 

And run it

docker run --rm -d -v $(pwd)/config.toml:/usr/src/app/config.toml -p 3005:3000 docker.io/sersh/translate 

translate service will be running on port 3005 Add it in totaltube-global as custom server with choosed secret api key.

Tag summary

Content type

Image

Digest

sha256:359405786…

Size

337.5 MB

Last updated

about 2 years ago

docker pull sersh/translate