6 repository-uri
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 este o interfață web de chat pentru interacțiunea cu Gemini Pro și alte modele lingvistice mari (LLM) prin API. Este oferită ca aplicație containerizată și ca Progressive Web App (PWA) care poate fi instalată ca aplicație nativă pe dispozitive mobile și desktop. Sistemul include acces protejat prin parolă pentru a preveni utilizarea neautorizată a cotelor API AI. Permite configurarea numelor specifice ale modelelor și a URL-urilor de bază prin variabile de mediu pentru a direcționa cererile către diferite endpoint-uri de servicii AI. Aplicația randează răspunsurile AI folosind markdown și evidențierea sintaxei pentru lizibilitate tehnică. De asemenea, suportă injectarea de scripturi terțe în header-ul paginii pentru funcționalități extinse și analiză.
Wraps the application and dependencies into standardized container images for consistent deployment.
MotionEye is a network camera surveillance system and containerized surveillance manager. It functions as a web-based management interface for the motion daemon, providing a centralized platform to monitor live video feeds and control motion detection rules for multiple IP and USB cameras. The system allows for the administration of the motion daemon through a visual dashboard, where users can define triggers and recording rules based on visual movement detected by camera sensors. It is designed to run in isolated environments with persistent storage for video recordings and configuration set
Provides standardized container images that package the surveillance application and its dependencies for consistent deployment.
Angular Seed este un framework de bootstrapping pentru proiecte care oferă un sistem de build preconfigurat și o structură standard de proiect pentru aplicațiile Angular. Acesta stabilește o fundație pentru crearea de aplicații web, mobile și desktop cu ținte de deployment integrate. Framework-ul se diferențiază prin suportul pentru workspace-uri cu mai multe aplicații, permițând instanțelor multiple de aplicații să rezide într-un singur codebase pentru a partaja logică și resurse. Include gestionarea specializată a mediului pentru comutarea endpoint-urilor API și a setărilor de configurare între etapele de dezvoltare, staging și producție. Proiectul acoperă o suprafață largă de capabilități, inclusiv optimizarea bundle-ului de producție prin compilare ahead-of-time și containerizare pentru standardizarea mediului de runtime. Acesta încorporează un flux de lucru de dezvoltare care include unit testing cu acoperire de cod, testare automată end-to-end în browser și generarea automată a documentației 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.