Webder support (#145)

* Webder support (#144)

* refactor: remove search configuration.

Create third_party

* feat: webder support
This commit is contained in:
Artemy Egorov
2024-04-26 20:08:34 +03:00
committed by GitHub
parent 6cc3d23b70
commit 4460d3df1d
11 changed files with 520 additions and 293 deletions

View File

@ -15,6 +15,6 @@ IMG_COMPRESS=true # enable image compressing; proxy_res is required
## Documentation
SWAGGER=false # whether to add API docs route
## Search
SEARCH_ENABLED=false # searx_url is required when enabled
SEARX_URL="" # SearXNG base URL, e.g. https://searx.dc09.ru
## 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.