mirror of
https://codeberg.org/aryak/mozhi
synced 2024-12-22 18:19:44 +05:30
add test instance
This commit is contained in:
parent
fc6f689fb6
commit
db78d6fa8c
10
README.md
10
README.md
@ -25,9 +25,9 @@ go build -o mozhi
|
|||||||
```
|
```
|
||||||
|
|
||||||
## API Docs
|
## API Docs
|
||||||
Mozhi makes use of swagger (with the swagger fiber middleware) to manage the documentation of the API.
|
Mozhi makes use of swagger (using the fiber middleware) to manage the documentation of the API.
|
||||||
|
|
||||||
You can find it in /api/swagger of any instance.
|
You can find it in /api/swagger of any instance ([example](https://mozhi.aryak.me/api/swagger/index.html)).
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
Features of Mozhi can be customized and toggled on/off using Environment Variables.
|
Features of Mozhi can be customized and toggled on/off using Environment Variables.
|
||||||
@ -46,6 +46,12 @@ These envvars turn off/on engines. By default all of them are enabled.
|
|||||||
- `MOZHI_MYMEMORY_ENABLED`
|
- `MOZHI_MYMEMORY_ENABLED`
|
||||||
- `MOZHI_DUCKDUCKGO_ENABLED`
|
- `MOZHI_DUCKDUCKGO_ENABLED`
|
||||||
|
|
||||||
|
## Instances
|
||||||
|
|
||||||
|
| Link | Cloudflare | Country | ISP |
|
||||||
|
| -------- | ---------- | ----------- | ----- |
|
||||||
|
| [mozhi.aryak.me](https://mozhi.aryak.me) | No | India | Airtel |
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- An all mode where the responses of all supported engines will be shown.
|
- An all mode where the responses of all supported engines will be shown.
|
||||||
- Autodetect which will show the language that was detected
|
- Autodetect which will show the language that was detected
|
||||||
|
Loading…
Reference in New Issue
Block a user