Evolution Manager é uma interface open-source para gerenciar a Evolution API, simplificando a criação e administração de instâncias API com recursos avançados e integrações diversas.
Go to file
2023-11-14 11:38:22 -03:00
.github/ISSUE_TEMPLATE Update issue templates 2023-11-12 23:06:22 -03:00
.yarn first commit 2023-10-30 10:31:12 -03:00
bin feat: cli v0.2.0 2023-11-14 11:38:22 -03:00
lib feat: cli v0.2.0 2023-11-14 11:38:22 -03:00
public muita coisa 2023-11-05 00:41:04 -03:00
src multi-connections and basic settings 2023-11-06 18:44:35 -03:00
.browserslistrc first commit 2023-10-30 10:31:12 -03:00
.editorconfig first commit 2023-10-30 10:31:12 -03:00
.eslintrc.js first commit 2023-10-30 10:31:12 -03:00
.gitignore feat: cli v0.2.0 2023-11-14 11:38:22 -03:00
index.html muita coisa 2023-11-05 00:41:04 -03:00
jsconfig.json first commit 2023-10-30 10:31:12 -03:00
LICENSE.md LICENCE.md 2023-11-12 23:09:32 -03:00
package.json feat: cli v0.2.0 2023-11-14 11:38:22 -03:00
README.md Update README.md 2023-11-12 23:27:30 -03:00
vercel.json vercel.json 2023-11-05 01:23:36 -03:00
vite.config.js first commit 2023-10-30 10:31:12 -03:00
yarn.lock feat: cli v0.2.0 2023-11-14 11:38:22 -03:00

Evolution Manager - README

Introduction

Evolution Manager is an open-source management tool for the Evolution API, designed to streamline the administration and monitoring of instances. It can be accessed online at Evolution Manager.

Features

  • Instance Management: Create, manage, and delete instances.
  • Instance Settings: Customize behavior settings (e.g., disabling calls, always-online mode), webhook integration, RabbitMQ, WebSocket, Chatwoot, and Typebot configurations.
  • User Utilities: Check user numbers, search for conversations, and find groups.

Limitations

  • The version hosted on Vercel requires the server to have an SSL certificate.

Technology

  • The project is built using Vue.js v3 and Vuetify.

Development Setup

  1. Prerequisites: Ensure you have yarn installed on your system.
  2. Clone the Repository:
    git clone https://github.com/gabrielpastori1/evolution-manager.git
    cd evolution-manager
    
  3. Install Dependencies:
    yarn install
    
  4. Run Development Server:
    yarn dev
    
    This will start a local development server. You can access the app at localhost:8080.

Building the Project

To build the project for production, run:

yarn build

This will create a dist folder with the compiled assets.

Self-Hosted Instructions (Ubuntu Server)

  1. Prepare the Environment: Install Node.js, Yarn, and any other necessary dependencies on your Ubuntu server.
  2. Clone and Build:
    • Clone the repository and build the project using the steps provided in the Development Setup section.
  3. Deploy:
    • Host the contents of the dist folder on your web server.
    • Ensure the server is configured with an SSL certificate for secure access.

Contributing

Contributions are welcome! Please read our contributing guidelines to get started.

License

This project is open-source and available under the MIT License.