long2ice / meilisync-admin

A web admin dashboard for meilisync

Home Page:https://meilisync-admin-demo.long2ice.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meilisync-admin

This is a web admin dashboard for meilisync, providing a user-friendly interface to manage meilisync.

Features

  • Support multiple source and meilisearch instances.
  • Support Sync task management.
  • Admin management and access control.
  • Action logs audit.
  • i18n support.
  • Feature request and technical support.
  • More features coming soon.

Demo

Check the demo at: https://meilisync-admin-demo.long2ice.io

  • email: demo@meilisync.com
  • password: demo

Screenshot

meilisync-admin

Deployment

We recommend using docker-compose to deploy meilisync-admin.

version: "3"
services:
  meilisync-admin:
    image: ghcr.io/long2ice/meilisync-admin/meilisync-admin
    restart: always
    network_mode: host
    environment:
      - DB_URL=mysql://root:password@localhost:3306/meilisync_admin
      - REDIS_URL=redis://localhost:6379/0
      - SECRET_KEY=secret
      - SENTRY_DSN=

Frontend

The frontend of meilisync-admin is written in Vue.js, you can find the source code at meilisync-web.

License

This project is licensed under the Apache-2.0 License.

About

A web admin dashboard for meilisync

https://meilisync-admin-demo.long2ice.io

License:Apache License 2.0


Languages

Language:Python 98.0%Language:Dockerfile 1.5%Language:Makefile 0.5%