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 是一个基于 Web 的聊天界面,用于通过 API 与 Gemini Pro 及其他大语言模型进行交互。它以容器化应用和渐进式 Web 应用(PWA)的形式提供,可作为独立的本地应用安装在移动设备和桌面上。 该系统包含密码保护访问功能,以防止未经授权使用 AI API 配额。它允许通过环境变量配置特定的模型名称和基础 URL,从而将请求路由到不同的 AI 服务端点。 该应用使用 Markdown 和语法高亮渲染 AI 响应,以提高技术可读性。它还支持在页面头部注入第三方脚本,以实现扩展功能和分析。
Wraps the application and dependencies into standardized container images for consistent deployment.
MotionEye 是一个网络摄像头监控系统和容器化监控管理器。它作为 motion 守护进程的 Web 管理界面,提供了一个集中式平台来监控实时视频流并控制多个 IP 和 USB 摄像头的移动检测规则。 该系统允许通过可视化仪表板管理 motion 守护进程,用户可以在其中根据摄像头传感器检测到的视觉移动定义触发器和录制规则。它旨在运行在具有视频录制和配置设置持久化存储的隔离环境中。 该平台涵盖了视频监控管理、网络摄像头监控和容器化安全部署的功能。这包括管理摄像头权限和通过卷映射持久化应用数据的能力。
Provides standardized container images that package the surveillance application and its dependencies for consistent deployment.
Angular Seed 是一个项目引导框架,为 Angular 应用程序提供了预配置的构建系统和标准项目结构。它为创建具有集成部署目标的 Web、移动和桌面应用程序奠定了基础。 该框架通过多应用程序工作区支持脱颖而出,允许多个应用程序实例驻留在单个代码库中以共享逻辑和资源。它包括用于在开发、测试和生产阶段切换 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.