forked from zaclys/searxng
		
	Merge pull request #2104 from kvch/add-gitea-codeberg
Add Gitea engine with Codeberg backend
This commit is contained in:
		
						commit
						fc5d1c69cc
					
				
					 1 changed files with 13 additions and 0 deletions
				
			
		|  | @ -301,6 +301,19 @@ engines: | |||
|     engine : github | ||||
|     shortcut : gh | ||||
| 
 | ||||
|     # This a Gitea service. If you would like to use a different instance, | ||||
|     # change codeberg.org to URL of the desired Gitea host. Or you can create | ||||
|     # a new engine by copying this and changing the name, shortcut and search_url. | ||||
|   - name : codeberg | ||||
|     engine : json_engine | ||||
|     search_url : https://codeberg.org/api/v1/repos/search?q={query}&limit=10 | ||||
|     url_query : html_url | ||||
|     title_query : name | ||||
|     content_query : description | ||||
|     categories : it | ||||
|     shortcut : cb | ||||
|     disabled : True | ||||
| 
 | ||||
|   - name : google | ||||
|     engine : google | ||||
|     shortcut : go | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Adam Tauber
						Adam Tauber