mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
settings.yml: use_default_settings.categories_as_tabs
Update commit ab130786ab
With use_default_settings,
* categories_as_tabs add new categories
* use_default_settings.categories_as_tabs.remove removes categories
* use_default_settings.categories_as_tabs.keep_only keeps only the refernce categories
This is going to allow to keep the icon definition (see #690 )
This commit is contained in:
parent
08e48718a3
commit
cfa62cc45f
5 changed files with 65 additions and 10 deletions
|
|
@ -3,6 +3,10 @@ use_default_settings:
|
|||
keep_only:
|
||||
- wikibooks
|
||||
- wikinews
|
||||
categories_as_tabs:
|
||||
keep_only:
|
||||
- general
|
||||
- images
|
||||
server:
|
||||
secret_key: "user_secret_key"
|
||||
bind_address: "0.0.0.0"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,10 @@ use_default_settings:
|
|||
remove:
|
||||
- wikibooks
|
||||
- wikinews
|
||||
categories_as_tabs:
|
||||
remove:
|
||||
- files
|
||||
- social media
|
||||
server:
|
||||
secret_key: "user_secret_key"
|
||||
bind_address: "0.0.0.0"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,12 @@ use_default_settings:
|
|||
remove:
|
||||
- wikibooks
|
||||
- wikinews
|
||||
categories_as_tabs:
|
||||
remove:
|
||||
- files
|
||||
- social media
|
||||
categories_as_tabs:
|
||||
onions:
|
||||
server:
|
||||
secret_key: "user_secret_key"
|
||||
bind_address: "0.0.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue