6 Repos
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 is a web-based chat interface for interacting with Gemini Pro and other large language models via API. It is provided as a containerized application and a progressive web app that can be installed as a standalone native application on mobile and desktop devices. The system includes password-protected access to prevent unauthorized use of AI API quotas. It allows for the configuration of specific model names and base URLs through environment variables to route requests to different AI service endpoints. The application renders AI responses using markdown and syntax highlighting
Wraps the application and dependencies into standardized container images for consistent deployment.
MotionEye ist ein Netzwerkkamera-Überwachungssystem und ein containerisierter Überwachungsmanager. Es fungiert als webbasierte Verwaltungsoberfläche für den Motion-Daemon und bietet eine zentrale Plattform zur Überwachung von Live-Video-Feeds und zur Steuerung von Bewegungserkennungsregeln für mehrere IP- und USB-Kameras. Das System ermöglicht die Verwaltung des Motion-Daemons über ein visuelles Dashboard, auf dem Benutzer Trigger und Aufzeichnungsregeln basierend auf visuellen Bewegungen definieren können, die von Kamerasensoren erkannt werden. Es ist für den Betrieb in isolierten Umgebungen mit persistentem Speicher für Videoaufzeichnungen und Konfigurationseinstellungen konzipiert. Die Plattform deckt Funktionen für Videoüberwachungsmanagement, Netzwerkkamera-Überwachung und containerisierte Sicherheitsbereitstellung ab. Dies beinhaltet die Möglichkeit, Kameraberechtigungen zu verwalten und Anwendungsdaten über Volume-Mapping persistent zu speichern.
Provides standardized container images that package the surveillance application and its dependencies for consistent deployment.
Angular Seed ist ein Projekt-Bootstrapping-Framework, das ein vorkonfiguriertes Build-System und eine Standard-Projektstruktur für Angular-Anwendungen bereitstellt. Es bildet das Fundament für die Erstellung von Web-, Mobil- und Desktop-Anwendungen mit integrierten Deployment-Zielen. Das Framework zeichnet sich durch die Unterstützung von Multi-Application-Workspaces aus, wodurch mehrere Anwendungsinstanzen innerhalb einer einzigen Codebasis existieren können, um Logik und Ressourcen zu teilen. Es enthält ein spezialisiertes Umgebungsmanagement für den Wechsel von API-Endpunkten und Konfigurationseinstellungen zwischen Entwicklungs-, Staging- und Produktionsphasen. Das Projekt deckt ein breites Funktionsspektrum ab, einschließlich Produktions-Bundle-Optimierung durch Ahead-of-Time-Kompilierung und Containerisierung für die Standardisierung der Laufzeitumgebung. Es integriert einen Entwicklungsworkflow mit Unit-Tests inklusive Code-Coverage, automatisierten End-to-End-Browser-Tests und automatisierter API-Dokumentationsgenerierung.
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.