mirror of
https://github.com/searxng/searxng.git
synced 2026-07-22 16:01:24 +00:00
[feat] Added setting: display_instance_name
This commit is contained in:
@@ -151,6 +151,7 @@ SCHEMA = {
|
||||
'docs_url': SettingsValue(str, 'https://docs.searxng.org'),
|
||||
'public_instances': SettingsValue((False, str), 'https://searx.space'),
|
||||
'wiki_url': SettingsValue(str, 'https://github.com/searxng/searxng/wiki'),
|
||||
'display_instance_name': SettingsValue(bool, False),
|
||||
'custom': SettingsValue(dict, {'links': {}}),
|
||||
},
|
||||
'search': {
|
||||
|
||||
Reference in New Issue
Block a user