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
6e29df1945
migration: Remove CF account foreign key constraint
...
- CF accounts are managed in Admin Panel (separate database)
- cf_account_id is now just a reference ID, not a foreign key
2026-01-12 17:03:23 +03:00
oguz ozturk
b6cd28d5d3
docs: Update .env.example with Admin Panel API config
2026-01-12 17:00:26 +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
7f564c7638
Add QUICK_START.md for rapid deployment reference
2026-01-12 16:40:32 +03:00
oguz ozturk
9a2f47ee57
Update DEPLOYMENT.md with complete architecture and process documentation
2026-01-12 16:39:52 +03:00
oguz ozturk
84c8cb728e
Add CF account auto-selection and verification toggle
2026-01-12 16:32:43 +03:00
oguz ozturk
2a7dd9a348
Clean up: Remove test files and update README with workflow documentation links
2026-01-12 13:58:44 +03:00
oguz ozturk
8fa93c05e1
Add VS Code Mermaid quick start guide
2026-01-12 13:16:35 +03:00
oguz ozturk
9d66917626
Add Mermaid usage guide and test file
2026-01-12 11:55:24 +03:00
oguz ozturk
b6f7d8cc9b
Add comprehensive workflow documentation and diagrams
2026-01-12 11:38:37 +03:00
oguz ozturk
f711f726eb
Add .gitignore file
2026-01-12 00:46:05 +03:00
oguz ozturk
7c334c91ac
Update admin routes and domain setup page
2026-01-12 00:18:33 +03:00
oguz ozturk
2f98057b43
Initial commit: Customer panel
2026-01-11 17:38:39 +03:00