6 مستودعات
Standardized container images that package a specific runtime and application dependencies for consistent deployment.
Distinct from Python Application Packagers: Candidates focus on native binary packagers or general package managers, not the standardized runtime image pattern.
Explore 6 awesome GitHub repositories matching devops & infrastructure · Application Runtime Containers. Refine with filters or upvote what's useful.
gpt4free-ts is a TypeScript-based LLM API proxy and gateway that provides a unified interface for accessing large language models without paid subscriptions or official API keys. It functions as a containerized AI bridge that routes requests to various free third-party providers to retrieve chat completions. The project acts as an OpenAI API wrapper, translating requests and responses into the standard OpenAI chat completions format to ensure compatibility with existing AI tools. It utilizes a provider-based routing system to distribute request loads across available endpoints. The gateway s
Provides a containerized image to ensure consistent dependency resolution and deployment across different hosting platforms.
This project is a reference implementation and boilerplate for building RESTful services using the Gin web framework in Go. It provides a structured backend architecture featuring modular routing and middleware to serve as a template for Go web applications. The project distinguishes itself through a comprehensive set of integrated systems, including a security layer for user authentication and private endpoint protection using JSON Web Tokens. It also implements a high-speed memory storage layer via Redis to cache frequent database queries and a containerized runtime environment for consiste
Packages the application binary and its environment into portable container images for consistent deployment.
GeminiProChat هي واجهة دردشة قائمة على الويب للتفاعل مع Gemini Pro ونماذج لغوية كبيرة أخرى عبر API. يتم توفيرها كتطبيق حاوية (containerized) وتطبيق ويب تقدمي (PWA) يمكن تثبيته كتطبيق أصلي مستقل على الأجهزة المحمولة وسطح المكتب. يتضمن النظام وصولاً محمياً بكلمة مرور لمنع الاستخدام غير المصرح به لحصص API الخاصة بالذكاء الاصطناعي. يسمح بتهيئة أسماء نماذج محددة وعناوين URL أساسية عبر متغيرات البيئة لتوجيه الطلبات إلى نقاط نهاية مختلفة لخدمات الذكاء الاصطناعي. يعرض التطبيق ردود الذكاء الاصطناعي باستخدام markdown وتمييز الصيغة لسهولة القراءة التقنية. كما يدعم حقن نصوص برمجية خارجية في ترويسة الصفحة للحصول على وظائف إضافية وتحليلات.
Wraps the application and dependencies into standardized container images for consistent deployment.
MotionEye هو نظام مراقبة بكاميرا الشبكة ومدير مراقبة قائم على الحاويات. يعمل كواجهة إدارة قائمة على الويب لـ motion daemon، مما يوفر منصة مركزية لمراقبة خلاصات الفيديو المباشرة والتحكم في قواعد اكتشاف الحركة لكاميرات IP و USB متعددة. يسمح النظام بإدارة motion daemon من خلال لوحة تحكم مرئية، حيث يمكن للمستخدمين تحديد المشغلات وقواعد التسجيل بناءً على الحركة المرئية التي تكتشفها مستشعرات الكاميرا. تم تصميمه للعمل في بيئات معزولة مع تخزين دائم لتسجيلات الفيديو وإعدادات التكوين. تغطي المنصة قدرات إدارة مراقبة الفيديو، ومراقبة كاميرا الشبكة، ونشر الأمان القائم على الحاويات. يتضمن ذلك القدرة على إدارة أذونات الكاميرا والاحتفاظ ببيانات التطبيق عبر تعيين وحدات التخزين (volume mapping).
Provides standardized container images that package the surveillance application and its dependencies for consistent deployment.
Angular Seed هو إطار عمل لتهيئة المشاريع يوفر نظام بناء مهيأ مسبقاً وهيكل مشروع قياسي لتطبيقات Angular. يضع أساساً لإنشاء تطبيقات الويب، والجوال، وسطح المكتب مع أهداف نشر متكاملة. يتميز إطار العمل بدعم مساحة العمل متعددة التطبيقات، مما يسمح لعدة مثيلات للتطبيق بالبقاء داخل قاعدة كود واحدة لمشاركة المنطق والموارد. يتضمن إدارة بيئة متخصصة لتبديل نقاط نهاية API وإعدادات التكوين عبر مراحل التطوير، والاختبار، والإنتاج. يغطي المشروع سطح قدرات واسعاً بما في ذلك تحسين حزمة الإنتاج عبر التجميع المسبق (AOT) والحاويات لتوحيد بيئة وقت التشغيل. يتضمن سير عمل تطوير يتميز باختبار الوحدة مع تغطية الكود، والاختبار التلقائي للمتصفح من البداية إلى النهاية، وتوليد وثائق API تلقائياً.
Provides standardized container images to ensure consistent application behavior across different operating systems.
This project is a production-ready Docker deployment template for FastAPI applications. It provides a standardized Python web application container that integrates Uvicorn as the ASGI server and Gunicorn as the process manager to handle concurrent requests across multiple CPU cores. The configuration enables performance tuning by adjusting worker processes and server settings based on available CPU resources. It utilizes a multi-stage Docker build to separate build dependencies from the final runtime image. The system covers containerized web hosting, including support for environment-variab
Ships a standardized Python web application container image for consistent environment and dependency management.