Commit iniziale di eminuxCRM: CRM Rails con pipeline, campagne email e Docker.
CI / scan_ruby (push) Failing after 11m20s
CI / scan_js (push) Successful in 10m35s
CI / lint (push) Has been cancelled

Include autenticazione, progetti isolati, mail marketing HTML con SMTP, test A/B e editor WYSIWYG.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-17 23:01:48 +02:00
co-authored by Cursor
commit c4e5f289cf
258 changed files with 11293 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# Database
POSTGRES_USER=simplecrm
POSTGRES_PASSWORD=change_me_in_production
POSTGRES_DB=simplecrm_development
DATABASE_HOST=postgres
DATABASE_PORT=5432
# Rails
RAILS_ENV=development
RAILS_MASTER_KEY=
SECRET_KEY_BASE=generate_with_bin_rails_secret
APP_HOST=localhost
APP_PORT=3001
# Produzione dietro reverse proxy (es. crm.eminux.it). Separare con virgola.
# RAILS_ALLOWED_HOSTS=crm.eminux.it,192.168.1.158,localhost
# FORCE_SSL=false # true solo se Rails termina HTTPS (dietro NPM lasciare false)
# ASSUME_SSL=true # true se TLS termina su NPM/Caddy (URL https corretti)
# SESSION_COOKIE_SECURE=false # true solo con HTTPS end-to-end verso Rails
# Mailer (password reset in development uses letter_opener-like logging)
MAILER_FROM=noreply@simplecrm.local
SMTP_ADDRESS=
SMTP_PORT=587
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_DOMAIN=
# Timezone
TZ=Europe/Rome