mirror of
https://github.com/hnhx/librex.git
synced 2025-04-29 14:09:27 -04:00
refactor(docker): if omits the Wiki language env, then use the lang of google search engine
This commit is contained in:
parent
45a9463f0a
commit
76f98f8960
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export CONFIG_BITTORRENT_TRACKERS=${CONFIG_BITTORRENT_TRACKERS:-"&tr=http://nyaa
|
|||
|
||||
# The settings that will be used to handle Wikipedia results displayed on the libreX search page
|
||||
# the settings below can be edited via environment variables.
|
||||
export CONFIG_WIKIPEDIA_LANGUAGE=${CONFIG_WIKIPEDIA_LANGUAGE:-"en"}
|
||||
export CONFIG_WIKIPEDIA_LANGUAGE=${CONFIG_WIKIPEDIA_LANGUAGE:-${CONFIG_GOOGLE_LANGUAGE}}
|
||||
|
||||
# Supported apps integration configuration. These empty spaces can be set up using free hosts as pointers
|
||||
# A particular example is using the "https://yewtu.be" or a self-hosted host to integrate the invidious app to librex
|
||||
|
|
Loading…
Add table
Reference in a new issue