Move deployment mode question before admin credentials so the installer
can validate email format in SaaS mode. Remove separate SAAS_ADMIN_EMAIL
— the admin user value IS the email address. In standalone mode, any
username is still accepted.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add SAAS_ADMIN_EMAIL env var (defaults to <user>@<host>). Pass to
bootstrap for admin user creation with primaryEmail. Update README
config reference and .env.example to document the email identity
requirement.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
SMTP configuration is now managed at runtime via the vendor admin UI.
Remove SMTP config reference table, CLI flags from silent install example,
and env vars from .env.example.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Installer scripts and compose templates for deploying the Cameleer
SaaS platform. Supports multi-tenant SaaS and standalone modes.
Bootstrap:
curl -fsSL https://registry.cameleer.io/.../get-cameleer.sh | bash
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>