|
@@ -772,6 +772,13 @@ function create_searx_config {
|
772
|
772
|
echo ' tr : Türkçe (Turkish)' >> $settings_file
|
773
|
773
|
echo ' uk : українська мова (Ukrainian)' >> $settings_file
|
774
|
774
|
echo ' zh : 中文 (Chinese)' >> $settings_file
|
|
775
|
+ echo '' >> $settings_file
|
|
776
|
+ echo 'doi_resolvers :' >> $settings_file
|
|
777
|
+ echo " oadoi.org : 'https://oadoi.org/'" >> $settings_file
|
|
778
|
+ echo " doi.org : 'https://doi.org/'" >> $settings_file
|
|
779
|
+ echo " doai.io : 'http://doai.io/'" >> $settings_file
|
|
780
|
+ echo '' >> $settings_file
|
|
781
|
+ echo "default_doi_resolver : 'oadoi.org'" >> $settings_file
|
775
|
782
|
}
|
776
|
783
|
|
777
|
784
|
function upgrade_searx {
|