Add other settings section

This commit is contained in:
Alexey Yerin 2021-01-18 23:34:21 +03:00
parent 9f3f2fbb4a
commit cd948c5660
1 changed files with 10 additions and 0 deletions

View File

@ -32,6 +32,16 @@ templates and static directories:
--static-dir /usr/share/webapps/gtranslate/static
```
Other settings (available via `./gtranslate --help`:
```
-b, --bind string Address to bind the server to, [addr]:port (default ":5000")
--proxy string Proxy URL, with no scheme http is assumed
--static-dir string Static files directory (default "./static")
--template-dir string Templates directory (default "./templates")
-T, --tor Use Tor Browser's User-Agent string
--user-agent string User-Agent header to use
```
# TODO
- Proper language selector
- Dark theme