Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/.vitepress/theme/components/Services/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,13 @@ const services = [
description: 'Open-source firmware framework for WiFi-enabled microcontrollers.',
category: 'IoT'
},
{
name: 'EspoCRM',
slug: 'espocrm',
icon: '/docs/images/services/espocrm.svg',
description: 'A free and open-source CRM platform.',
category: 'Business'
},
{
name: 'Excalidraw',
slug: 'excalidraw',
Expand Down
82 changes: 82 additions & 0 deletions docs/public/images/services/espocrm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/services/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Complete directory of all one-click services available in Coolify, organized by
- [Docuseal](/services/docuseal) - Open source DocuSign alternative
- [Dolibarr](/services/dolibarr) - Open-source ERP and CRM software
- [Easy Appointments](/services/easyappointments) - Open-source appointment scheduler
- [EspoCRM](/services/espocrm) - A free and open-source CRM platform
- [Fider](/services/fider) - An open platform to collect and organize customer feedback
- [FreeScout](/services/freescout) - Help desk and customer support application
- [GLPI](/services/glpi) - Free, open-source IT Service Management platform for asset management, helpdesk, and service desk operations
Expand Down
39 changes: 39 additions & 0 deletions docs/services/espocrm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: "EspoCRM"
description: "Here you can find the documentation for hosting EspoCRM with Coolify."
---

<ZoomableImage src="/docs/images/services/espocrm.svg" alt="EspoCRM" />

## What is EspoCRM?

EspoCRM is an open-source customer relationship management (CRM) system for managing sales, marketing, and customer support in one place. Lightweight and flexible, it gives organizations full control over their data.

Use cases:

* Managing leads, contacts, and sales pipelines
* Automating business processes with workflows
* Tracking customer communication and activities
* Handling support tickets and service requests
* Generating reports and analytics for business insights
* Integrating with email and third-party services

## Why EspoCRM?

* **Open-source and transparent.** EspoCRM is open source, so you can inspect the code and understand exactly how your data is handled.
* **Highly customizable.** You can add custom entities, fields, relationships, and buttons to match your workflows. EspoCRM works as both a CRM and a platform for custom business apps.
* **Simple, fast interface.** The UI is clean and easy to navigate, which helps teams get started quickly.
* **Easy integration.** EspoCRM provides a straightforward REST API for connecting with external tools and services.

## Credentials

After deploying the service, you can log in with the following credentials:

- **Username:** admin
- **Password:** is autogenerated and available in the *Service Specific Configuration*

## Links

- [Official website](https://www.espocrm.com/?utm_source=coolify)
- [Documentation](https://docs.espocrm.com/?utm_source=coolify)
- [GitHub](https://github.com/espocrm/espocrm?utm_source=coolify)
Loading