Skip to content

Open Source MeiliSearch Management Tool

License

Notifications You must be signed in to change notification settings

KadirFiratFTW/MeiliAdmin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeiliAdmin

MeiliAdmin is a UI interface for managing your MeiliSearch servers easily. MeiliAdmin doesn't have any auth service. You have to manage it in your private network (such as VPN). MeiliAdmin crafted by KadirFirat with ❤️.

Important Note: This project is supports of 0.28 and above versions of MeiliSearch

What is MeiliSearch?

Türkçe

English

MeiliSearch is a powerful, fast, open-source, easy to use and deploy search engine. Both searching and indexing are highly customizable. Features such as typo-tolerance, filters, and synonyms are provided out-of-the-box. For more information about features go to MeiliSearch documentation

On Progress

  • Listing tasks, filtering tasks
  • Deleting Index
  • Add "swap" option for deleting and creating operations.
  • Key Management
  • Document listing, deleting and updating.
  • Dump Creation
  • Detailed Stats for Indexes
  • Index Update Operations
  • Master Key Support

Features

  • Language Support (Currently Turkish and English. If you want to add your language please contribute our open source project.)
  • Manage your all MeiliSearch servers.
  • Monitoring
  • Create Index
  • Update Index Settings
  • Will be added more in the future.

Installation

Docker

git clone https://github.com/90pixel/MeiliAdmin
docker-compose up -d

Then visit this addres with your browser

https://localhost

Without Docker

 git clone https://github.com/90pixel/MeiliAdmin
 
 //Auto Deploy with PM2 (Uses vue-cli serve method)
 cd ./MeiliAdmin && pm2 start meiliadmin-pm2.json
  
 //Without PM2
 
 cd ./MeiliAdmin
 cd ./meiliadmin
 npm run build
 // Copy dist files into your http server. (Nginx, Apache etc.)
 
 cd ../meilisocket
 npm run start
 

About

Open Source MeiliSearch Management Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 66.0%
  • JavaScript 32.9%
  • HTML 1.1%