mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 15:20:40 +00:00
Allows API consumers to control domain auto-generation behavior. When autogenerate_domain is true (default) and no custom domains are provided, the system auto-generates a domain using the server's wildcard domain or sslip.io fallback. - Add autogenerate_domain parameter to all 5 application creation endpoints - Add validation and allowlist rules - Implement domain auto-generation logic across all application types - Add comprehensive unit tests for the feature 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>