mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-12-11 18:39:32 -06:00
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.
| .github/ISSUE_TEMPLATE | ||
| .yarn | ||
| bin | ||
| lib | ||
| public | ||
| src | ||
| .browserslistrc | ||
| .editorconfig | ||
| .eslintrc.js | ||
| .gitignore | ||
| index.html | ||
| jsconfig.json | ||
| LICENSE.md | ||
| package.json | ||
| README.md | ||
| vercel.json | ||
| vite.config.js | ||
| yarn.lock | ||
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
- Prerequisites: Ensure you have
yarninstalled on your system. - Clone the Repository:
git clone https://github.com/gabrielpastori1/evolution-manager.git cd evolution-manager - Install Dependencies:
yarn install - Run Development Server:
This will start a local development server. You can access the app atyarn devlocalhost: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)
- Prepare the Environment: Install Node.js, Yarn, and any other necessary dependencies on your Ubuntu server.
- Clone and Build:
- Clone the repository and build the project using the steps provided in the Development Setup section.
- Deploy:
- Host the contents of the
distfolder on your web server. - Ensure the server is configured with an SSL certificate for secure access.
- Host the contents of the
Contributing
Contributions are welcome! Please read our contributing guidelines to get started.
License
This project is open-source and available under the MIT License.