mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 19:17:07 -05:00 
			
		
		
		
	[mod] settings.yml - polish up comments about plugins
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
		
							parent
							
								
									e7a9cd7a34
								
							
						
					
					
						commit
						6debda2404
					
				@ -152,22 +152,32 @@ outgoing:
 | 
				
			|||||||
#   - plugin2
 | 
					#   - plugin2
 | 
				
			||||||
#   - ...
 | 
					#   - ...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# uncomment below section if you want to configure which plugin is enabled by
 | 
					# Comment or un-comment plugin to activate / deactivate by default.
 | 
				
			||||||
# default
 | 
					 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# enabled_plugins:
 | 
					# enabled_plugins:
 | 
				
			||||||
#   - "HTTPS rewrite"
 | 
					#   # these plugins are enabled if nothing is configured ..
 | 
				
			||||||
#   - "Hostname replace"  # see configuration below
 | 
					#   - 'Hash plugin'
 | 
				
			||||||
 | 
					#   - 'Search on category select'
 | 
				
			||||||
 | 
					#   - 'Self Informations'
 | 
				
			||||||
 | 
					#   - 'Tracker URL remover'
 | 
				
			||||||
 | 
					#   - 'Ahmia blacklist'  # activation depends on outgoing.using_tor_proxy
 | 
				
			||||||
 | 
					#   # these plugins are disabled if nothing is configured ..
 | 
				
			||||||
 | 
					#   - 'Hostname replace'  # see hostname_replace configuration below
 | 
				
			||||||
 | 
					#   - 'Infinite scroll'
 | 
				
			||||||
 | 
					#   - 'Open Access DOI rewrite'
 | 
				
			||||||
 | 
					#   - 'Vim-like hotkeys'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# "Hostname replace" plugin configuration example:
 | 
					# Configuration of the "Hostname replace" plugin:
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
# hostname_replace:
 | 
					# hostname_replace:
 | 
				
			||||||
#   '(.*\.)?youtube\.com$':           'invidious.example.com'
 | 
					#   '(.*\.)?youtube\.com$': 'invidious.example.com'
 | 
				
			||||||
#   '(.*\.)?youtu\.be$':              'invidious.example.com'
 | 
					#   '(.*\.)?youtu\.be$': 'invidious.example.com'
 | 
				
			||||||
#   '(.*\.)?youtube-noocookie\.com$': 'yotter.example.com'
 | 
					#   '(.*\.)?youtube-noocookie\.com$': 'yotter.example.com'
 | 
				
			||||||
#   '(.*\.)?reddit\.com$':            'teddit.example.com'
 | 
					#   '(.*\.)?reddit\.com$': 'teddit.example.com'
 | 
				
			||||||
#   '(.*\.)?redd\.it$':               'teddit.example.com'
 | 
					#   '(.*\.)?redd\.it$': 'teddit.example.com'
 | 
				
			||||||
#   '(www\.)?twitter\.com$':          'nitter.example.com'
 | 
					#   '(www\.)?twitter\.com$': 'nitter.example.com'
 | 
				
			||||||
#   'spam\.example\.com':             false  # remove results from spam.example.com
 | 
					#   # to remove matching host names from result list, set value to false
 | 
				
			||||||
 | 
					#   'spam\.example\.com': false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
checker:
 | 
					checker:
 | 
				
			||||||
  # disable checker when in debug mode
 | 
					  # disable checker when in debug mode
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user