Zum Hauptinhalt springen

Benutzerdefinierte Domains

Tenants can use their own domain (e.g., feedback.acmecorp.com) instead of the platform's default URLs.


Setup Processโ€‹

Step 1: Add Domain in Einstellungenโ€‹

  1. Gehen Sie zu Einstellungen > Custom Domain
  2. Geben Sie Ihre domain: feedback.acmecorp.com
  3. Click Add Domain

Step 2: Configure DNSโ€‹

Add a CNAME record pointing to the platform:

TypeNameValue
CNAMEfeedbackyourdomain.com

Or if using a root domain, an A record:

TypeNameValue
A@platform-server-ip

Step 3: Verifyโ€‹

  1. Click Verify Domain in Einstellungen
  2. FeedbackPulse checks the DNS records
  3. Once verified, the domain is active

Step 4: SSLโ€‹

The platform owner needs to:

  • Configure the web server to accept the benutzerdefinierte Domain
  • Obtain an SSL certificate for the benutzerdefinierte Domain (or use a wildcard)

Plan Requirementโ€‹

Custom domains require the custom_domain feature flag on the tenant's subscription plan.


Server-Side Konfiguration (for Superadmins)โ€‹

When a tenant adds a benutzerdefinierte Domain, the superadmin may need to:

  1. Add the domain to the web server configuration
  2. Obtain an SSL certificate for the domain
  3. Ensure the ResolveTenant middleware can resolve the domain

The ResolveTenant middleware automatically checks the tenant_domains table to match benutzerdefinierte Domains to tenants.


Naechste Schritteโ€‹