← العودة
Blog Post
عنوان المحادثة: موضوع إستخدام open router هيكون كنز لينا api واحد نقدر بيه نعمل النصوص...
التاريخ: 04.05.2026
التصنيف: 💻 البرمجة وتطوير البرمجيات
إجمالي الرسائل: 6 | ياسر: 6 | M: 0
Yasser
موضوع إستخدام open router هيكون كنز لينا api واحد نقدر بيه نعمل النصوص وننتج الصور وننتج الفيديوز وننتج الصوت ونعمل كل كبيرة وصغيرة
Yasser
نقدر لو هنخلي العميل هو اللي يكتب ال api
Yasser
marketer.jobotai.site { handle_path /api/* { reverse_proxy localhost:8000 } handle /admin/* { reverse_proxy localhost:8000 } handle /webhooks/* { reverse_proxy localhost:8000 } handle /docs { reverse_proxy localhost:8000 } handle /openapi.json { reverse_proxy localhost:8000 } handle /uploads/* { reverse_proxy localhost:8000 } handle /health { reverse_proxy localhost:8000 } handle { reverse_proxy localhost:3001 } encode gzip zstd log { output file /var/log/caddy/access.log format json }}amazon.jobotai.site { handle { reverse_proxy localhost:81 } encode gzip zstd log { output file /var/log/caddy/amazon-access.log format json }}e3asha.jobotai.site { # Backend API - all routes starting with /api, /admin, /webhooks, /docs handle_path /api/* { reverse_proxy localhost:8000 } handle /admin/* { reverse_proxy localhost:8000 } handle /webhooks/* { reverse_proxy localhost:8000 } handle /docs { reverse_proxy localhost:8000 } handle /openapi.json { reverse_proxy localhost:8000 } handle /uploads/* { reverse_proxy localhost:8000 } handle /health { reverse_proxy localhost:8000 } # Frontend (React SPA) - everything else handle { reverse_proxy localhost:3001 } # Enable compression encode gzip zstd # Logging log { output file /var/log/caddy/access.log format json }}
Yasser
قوليله إن حاليا ده وضع مؤقت وكتير من الإعدادات مش شغالة لإن ده سكرابنج وليس نظام ال api الطبيعي .. فمعلش نستحمله شوية لحد ما نحقق مبيعات تشغل النظام الطبيعي
Yasser
وإن الموضوع هيكون مقرف وبطئ جدا لو عاوزين نطبق كل الفلترات على المنتجات المسحوبة من سكرابنج لإن مفيش خيارات طبيعية بكده في السكرابنج إن مثلا يجيب المنتجات اللي خصمها على الأقل كذا وهيك وإنما دي خيارات متاحة بال api لكننا مش شغالين بيه حاليا حتى تحقيق المبيعات المطلوبة
المحادثة الكاملة - 04.05.2026
ياسر
موضوع إستخدام open router هيكون كنز لينا api واحد نقدر بيه نعمل النصوص وننتج الصور وننتج الفيديوز وننتج الصوت ونعمل كل كبيرة وصغيرة
04.05.2026 13:31
ياسر
نقدر لو هنخلي العميل هو اللي يكتب ال api
04.05.2026 13:31
ياسر
نخليه يكتب api واحد فقط
04.05.2026 13:31
ياسر
marketer.jobotai.site { handle_path /api/* { reverse_proxy localhost:8000 } handle /admin/* { reverse_proxy localhost:8000 } handle /webhooks/* { reverse_proxy localhost:8000 } handle /docs { reverse_proxy localhost:8000 } handle /openapi.json { reverse_proxy localhost:8000 } handle /uploads/* { reverse_proxy localhost:8000 } handle /health { reverse_proxy localhost:8000 } handle { reverse_proxy localhost:3001 } encode gzip zstd log { output file /var/log/caddy/access.log format json }}amazon.jobotai.site { handle { reverse_proxy localhost:81 } encode gzip zstd log { output file /var/log/caddy/amazon-access.log format json }}e3asha.jobotai.site { # Backend API - all routes starting with /api, /admin, /webhooks, /docs handle_path /api/* { reverse_proxy localhost:8000 } handle /admin/* { reverse_proxy localhost:8000 } handle /webhooks/* { reverse_proxy localhost:8000 } handle /docs { reverse_proxy localhost:8000 } handle /openapi.json { reverse_proxy localhost:8000 } handle /uploads/* { reverse_proxy localhost:8000 } handle /health { reverse_proxy localhost:8000 } # Frontend (React SPA) - everything else handle { reverse_proxy localhost:3001 } # Enable compression encode gzip zstd # Logging log { output file /var/log/caddy/access.log format json }}
04.05.2026 13:55
ياسر
قوليله إن حاليا ده وضع مؤقت وكتير من الإعدادات مش شغالة لإن ده سكرابنج وليس نظام ال api الطبيعي .. فمعلش نستحمله شوية لحد ما نحقق مبيعات تشغل النظام الطبيعي
04.05.2026 16:09
ياسر
وإن الموضوع هيكون مقرف وبطئ جدا لو عاوزين نطبق كل الفلترات على المنتجات المسحوبة من سكرابنج لإن مفيش خيارات طبيعية بكده في السكرابنج إن مثلا يجيب المنتجات اللي خصمها على الأقل كذا وهيك وإنما دي خيارات متاحة بال api لكننا مش شغالين بيه حاليا حتى تحقيق المبيعات المطلوبة
04.05.2026 16:10
← العودة إلى الرئيسية