diff --git a/README.md b/README.md index da53bff..00a3d17 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,27 @@ A privacy friendly frontend to multiple translation engines. 1. SimplyTranslate was founded by [metalune and fattalion](https://codeberg.org/SimpleWeb/SimplyTranslate-Web). It was written in Python. 2. Fattalion created a Go implementation. 3. Both metalune and fattalion retired, and they handed SimplyTranslate over to ManeraKai. +4. Izuru Yakumo The Violet Hermit stole it + +### Installation + +```shell +% git clone https://git.chaotic.ninja/yakumo.izuru/simplytranslate +% cd simplytranslate +% make +# make install +``` + +### Setup +For [nginx](https://www.nginx.com) you can use this snippet, this also serves the static resources. + +```nginx +location / { + proxy_set_header Host $host; + proxy_pass http://localhost:5000; +} +location /static { + alias /path/to/static/files; + autoindex off; +} +``` diff --git a/views/index.html b/views/index.html index 9d80a77..589127a 100644 --- a/views/index.html +++ b/views/index.html @@ -128,7 +128,7 @@