EspoCRM

A free, open-source CRM platform.

Access EspoCRM

Tarayıcınızı açın: http://<SERVER_IP>

Credentials are automatically generated and saved: cat /root/.cloudzy-creds

Şununla giriş yapın:

  • Kullanıcı adı: admin
  • Şifre: saklanır /root/.cloudzy-creds

Services & Ports

  • Web UI: 80
  • WebSocket: 8080

Architecture Overview

  • Nginx → reverse proxy (port 80)
  • PHP-FPM (EspoCRM app)
  • MariaDB → database
  • WebSocket service → real-time updates
  • Daemon worker → background jobs

Önemli Yollar

  • Yükleme dizini: /var/www/espocrm
  • App data: /var/www/espocrm/data/espocrm
  • Veritabanı: /var/www/espocrm/data/mariadb
  • Nginx yapılandırması: /var/www/espocrm/data/nginx
  • Oluşturma dosyası: /var/www/espocrm/docker-compose.yml
  • Kimlik bilgileri: /root/.cloudzy-creds

Başvuru Detayları