Commit Graph

4 Commits

Author SHA1 Message Date
oguz ozturk 61dc963b28 feat: Auto-create Cloudflare zone on domain creation
- Add create_zone() method to CloudflareService
- Fetch CF account API token from Admin Panel
- Create zone in Cloudflare when using company account
- Return nameservers in domain creation response
- Handle zone creation errors gracefully
2026-01-12 17:29:05 +03:00
oguz ozturk c28642cc6e feat: Integrate Admin Panel API for CF account management
- Add AdminAPIService to fetch CF accounts from Admin Panel
- Update customer routes to use Admin Panel API instead of local DB
- Add ADMIN_API_URL and ADMIN_API_INTERNAL_KEY config
- Remove local CF account count management (managed in Admin Panel)
- Support automatic CF account selection from Admin Panel
2026-01-12 16:57:46 +03:00
oguz ozturk 84c8cb728e Add CF account auto-selection and verification toggle 2026-01-12 16:32:43 +03:00
oguz ozturk 2f98057b43 Initial commit: Customer panel 2026-01-11 17:38:39 +03:00