Add readme and images
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# degoog-extensions
|
||||
**Kenneth's Custom degoog extensions**
|
||||
|
||||
Custom degoog extensions
|
||||
# Engines
|
||||
Custom search engines
|
||||
## Gitea
|
||||
Search through the hosted gitea or your own selfhosted instance. Supports a Access Token to also search private repositories.
|
||||
@@ -1,11 +1,14 @@
|
||||
# gitea-searchengine
|
||||
|
||||
A custom search engine for degoog.
|
||||
A custom Gitea search engine for degoog.
|
||||
|
||||
## Usage
|
||||
|
||||
<!-- explain how to use this extension -->
|
||||
Search results will be included by default, or you can use the `!gitea` bang.
|
||||
|
||||
## Configuration
|
||||
|
||||
<!-- list any settings this extension requires -->
|
||||
### Base url
|
||||
Set the base url of your self hosted instance, for example: `https://gitea.domain.com`. No need to add any api path.
|
||||
|
||||
### Access token
|
||||
You can generate an Application Access Token from your Gitea profile to also search through private repositories. It only requires the `repo:read` permission.
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
@@ -2,6 +2,7 @@
|
||||
"name": "degoog-extensions",
|
||||
"description": "degoog-extensions extensions for degoog",
|
||||
"author": "Kenneth van Ewijk",
|
||||
"repo-image": "logo.png",
|
||||
"plugins": [],
|
||||
"themes": [],
|
||||
"engines": [
|
||||
|
||||
Reference in New Issue
Block a user