Edge routing with Traefik
Traefik handles wildcard host routing, HTTPS termination, and certificate management for both the panel and customer apps.
Infrastructure
EduRems is built around a small set of services that keep panel operations, tenant builds, and routing aligned without an oversized control plane.
Traefik handles wildcard host routing, HTTPS termination, and certificate management for both the panel and customer apps.
The Next.js panel owns the user experience, while the internal provisioner service builds bundles, manages containers, and handles tenant operations.
PostgreSQL, MySQL, and Redis provide the backing services needed for plans, tenant databases, and hosted workloads.
New projects are aligned to the wildcard domain so a customer app can become reachable as soon as the build and container launch complete.
Database credentials are generated per user and surfaced back through the panel for deployment and support use.