Commit Graph

2 Commits

Author SHA1 Message Date
oguz ozturk 0b2920e43f feat: Add increment/decrement methods to AdminAPIService
- Add increment_domain_count() method
- Add decrement_domain_count() method
- Update deploy script to preserve .env settings
2026-01-12 17:13:59 +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