License Server

आप आवश्यक routes को proxy करने के लिए Roboflow License server का उपयोग कर सकते हैं ताकि Roboflow Deployment servers आपके company के DMZ में जा सकें

Roboflow API के लिए proxy के रूप में license server का उपयोग करें।

पूर्वापेक्षाएँ

  • Ubuntu 20.04+ या Debian 11+ चला रहा Linux server

  • api.roboflow.com और repo.roboflow.com तक इंटरनेट पहुँच

  • Static IP address या hostname

  • Port 80 उपलब्ध (या custom port)

  • Docker Engine 20.10+

  • 200GB+ storage

  • 4GB+ memory

License Server का उपयोग करना

यदि आप Internet से Roboflow Inference Server को firewall करना चाहते हैं, तो आपको Roboflow License Server का उपयोग करना होगा, जो Roboflow API और आपके models के weights के लिए proxy की तरह काम करता है।

एक ऐसी machine पर जहाँ पहुँच हो https://api.roboflow.com और https://repo.roboflow.com (और port 80 जो आपके private network में चल रहे Inference Server के लिए खुला हो), License Server Docker container pull करें:

और इसे चलाएँ:

अपने Inference Server को इस License Server का उपयोग करने के लिए उसकी IP को LICENSE_SERVER environment variable में पास करके configure करें:

Device Manager के माध्यम से कॉन्फ़िगर करना

यदि आप अपने devices को Device Managerके माध्यम से manage करते हैं, तो आप प्रत्येक device की inference service के लिए Configuration tab में सीधे License Server address सेट कर सकते हैं।

जब आप License Server address दर्ज करते हैं, API_BASE_URL स्वचालित रूप से सेट किया जाता है https://api.roboflow.com. इससे License Server को requests proxy करने के लिए एक upstream मिलता है, और ऐसी misconfiguration को रोका जाता है जहाँ दोनों LICENSE_SERVER और API_BASE_URL एक ही on-prem address की ओर point करें (जिससे एक recursive proxy loop हो जाएगा)।

License Server field को clear करने से API_BASE_URLनहीं हटता, इसलिए मौजूदा configurations बाधित नहीं होतीं।

Last updated

Was this helpful?