From db78d6fa8c2ecd34f21d5734f4727872103de194 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Wed, 30 Aug 2023 16:13:06 +0530 Subject: [PATCH] add test instance --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47d103f..3f68f14 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ go build -o mozhi ``` ## 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 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_DUCKDUCKGO_ENABLED` +## Instances + +| Link | Cloudflare | Country | ISP | +| -------- | ---------- | ----------- | ----- | +| [mozhi.aryak.me](https://mozhi.aryak.me) | No | India | Airtel | + ## Features - An all mode where the responses of all supported engines will be shown. - Autodetect which will show the language that was detected