txtdot/.env.example
Artemy Egorov 4460d3df1d
Webder support (#145)
* Webder support (#144)

* refactor: remove search configuration.

Create third_party

* feat: webder support
2024-04-26 17:08:34 +00:00

20 lines
474 B
Plaintext

# Server settings
HOST=0.0.0.0
PORT=8080
TIMEOUT=0 # 0 means no timeout
REVERSE_PROXY=false # only with reverse proxy; see docs
# Features
## Proxy
PROXY_RES=true
IMG_COMPRESS=true # enable image compressing; proxy_res is required
## Documentation
SWAGGER=false # whether to add API docs route
## Third-party
SEARX_URL="https://searx.dc09.ru" # SearXNG base URL, enables search.
WEBDER_URL="http://webder.example.com" # WebDer base URL, enables browser rendering.