49 مستودعات
Processes for pushing full applications to cloud hosting environments.
Distinct from Cloud Platform Deployments: Covers general application deployment including scaling and secrets, not specifically certificate deployment.
Explore 49 awesome GitHub repositories matching devops & infrastructure · Application Cloud Deployments. Refine with filters or upvote what's useful.
This project is a serverless full-stack framework and infrastructure-as-code tool designed for deploying and managing full-stack applications. It functions as a cloud-native deployment orchestrator that synchronizes application code and environment variables across frontend content delivery networks and backend API endpoints. The platform enables the deployment of complete application architectures on either private or cloud infrastructure. It allows for the orchestration of self-hosted applications without the need to manage traditional virtual servers. The system covers serverless infrastr
Manages the deployment of complete full-stack application architectures to cloud hosting environments.
IOPaint is an AI image editor and Stable Diffusion inpainting tool providing a web interface for removing objects and replacing image content. It utilizes latent diffusion image processing to synthesize high-resolution replacements for erased sections of an image. The project features a specialized AI background remover for isolating subjects and an AI image upscaler that employs super-resolution models for general photos and anime artwork. The software covers a broad range of capabilities including image segmentation for object isolation, face restoration for improving facial details, and t
Provides processes for hosting the application on external cloud platforms for remote web access.
This project is a Kubernetes microservices reference architecture implemented as a functional cloud-native e-commerce demo. It serves as a distributed systems testbed designed to demonstrate cloud-native deployment patterns, orchestration, and the interaction of independent services. The system showcases a polyglot service implementation using high-performance communication via gRPC and REST. It integrates generative AI for image analysis and product recommendations, and implements a service mesh to manage traffic, security, and observability between services. The application covers e-commer
Implements a reference architecture for containerized microservices deployed and orchestrated on Kubernetes.
node-lessons is a comprehensive Node.js programming course and instructional guide. It provides a collection of guided lessons and code examples designed to teach the fundamentals of the Node.js runtime and server-side JavaScript development. The project serves as a practical guide for building web servers and backend applications, specifically covering the implementation of HTTP servers, request routing, and middleware chains. It includes specialized instructional material on managing asynchronous JavaScript workflows through promises and flow control, as well as guides for integrating NoSQL
Explains the process of pushing full applications to cloud hosting environments and integration services.
N-blog is a full-stack JavaScript blogging platform and content management system built with Node.js. It functions as a server-side rendered web application that renders markdown source text into HTML for publishing and displaying articles. The system includes a markdown blogging engine that enables the creation and management of posts and user comments. It features a integrated user authentication system that handles account registration, secure sign-in, and session management to protect private routes. The project covers broad capability areas including request routing and middleware pipel
Supports pushing application code and configurations to hosting providers for public access.
This project is a comprehensive collection of tutorials and guided laboratories designed to teach containerization, networking, and security using Docker. It serves as a learning path for building portable images and executing isolated processes. The materials provide specific guides for managing container clusters and scaling services through Docker Swarm and overlay networks. It includes a security handbook for implementing image scanning and secret management, as well as laboratories dedicated to modernizing legacy applications by wrapping older software installers into containers. The co
Covers the process of pushing containerized applications to public cloud infrastructure for scaling.
Azure Docs is the official technical documentation repository for Microsoft Azure, the cloud computing platform. It provides comprehensive guidance on the full spectrum of Azure services, covering everything from core infrastructure components like virtual machines, Kubernetes clusters, and serverless computing to platform services for AI, machine learning, data analytics, and storage. The documentation details how to provision, manage, and govern cloud resources at scale, including policy enforcement, identity management, and cost optimization. The documentation distinguishes Azure through i
Provides comprehensive guidance on building, testing, and deploying cloud-native applications on Azure.
CodiMD is a real-time collaborative markdown editor and self-hosted knowledge base. It provides a shared workspace where multiple users can write and format notes using markdown syntax simultaneously. The platform extends basic editing by transforming markdown content into interactive mind maps for data visualization and structured visual slides for presentations. It functions as an OAuth compatible note server, integrating with external identity providers to manage user authentication and access control. The system supports self-hosting and cloud platform deployment, allowing users to maint
Supports deployment to cloud hosting platforms using predefined start scripts and environment configurations.
CoAI is an enterprise-grade, self-hostable AI gateway platform that unifies access to over 200 AI models from more than 35 providers through a single OpenAI-compatible API endpoint. It functions as a multi-tenant gateway, routing requests across providers with load balancing, automatic failover, and priority-based routing, while exposing standard OpenAI API endpoints for chat, image generation, model listing, and billing to enable seamless integration with existing tools and clients. The platform distinguishes itself through a comprehensive set of operational capabilities built around the gat
Launches the platform on cloud services with automated scaling and management.
SpringCloud is a development platform for building distributed systems and cloud-native microservices. It provides an integrated framework for microservice development, incorporating service governance, security, and system coordination. The platform features a microservice gateway for managing traffic through dynamic routing and rate limiting, alongside a service registry for discovery. It implements distributed security through token-based authentication, role-based access control, and a specialized system that uses aspect-oriented programming to automatically enforce data-level permissions
Enables packaging and deploying services using Docker and Kubernetes for scalable cloud-native environments.
llrt is a low-latency JavaScript runtime based on the QuickJS engine, specifically designed for executing asynchronous functions in serverless environments. It provides a lightweight execution layer optimized for fast startup times and minimal memory usage when running ES2023 workloads. The project differentiates itself by bundling natively optimized cloud service SDKs directly into the runtime binary to eliminate external dependency loading. To further reduce cold start latency, it implements parallel connection warming for TLS and network handshakes during the startup phase. The runtime co
Supports packaging application code into container images for deployment to cloud hosting environments.
Travis CI is a continuous integration platform and CI/CD pipeline orchestrator that automates the testing and building of code changes from version control systems. It functions as a multi-language test runner and build infrastructure manager, ensuring software quality through automated testing across various programming languages and runtimes. The platform is distinguished by its use of virtual-machine-based isolation for reproducible environments and a configuration-driven approach to pipeline generation. It supports complex testing strategies through parallel matrix execution, allowing job
Supports uploading application versions to a cloud store for later deployment without triggering an immediate release.
Search with Lepton is a conversational search engine that combines a large language model with web search APIs to answer user queries in natural language conversation. It is designed as a demonstration application that shows how an LLM can generate conversational responses from real-time web search results, and it caches completed search results so they can be shared and revisited without repeating the original query. The application can be deployed to a cloud platform with a single command, making it easy to launch as a remote service. It maintains dialogue context across multiple turns by s
Launches the search engine on a remote server with a single command for easy deployment.
Sidekick is a command-line tool that provisions bare VPS servers, transfers Docker images, manages secrets, and orchestrates zero-downtime deployments across single or multiple server instances. It handles the full deployment pipeline from a local machine, building container images locally and transferring them directly to the server without requiring a remote container registry. The tool distinguishes itself through an integrated approach to security and automation. It encrypts environment variables locally using SOPS and Age keys, then decrypts them on the server at deploy time for runtime
Sets up a production-ready VPS and deploys a Docker application with a single command, eliminating manual configuration.
This project is a comprehensive learning path for C# backend development, designed to guide developers through the skills and technologies required to build professional server-side applications. It serves as a technical curriculum focused on the .NET ecosystem. The roadmap specifically emphasizes cloud-native development and microservices architecture. It provides a structured guide to the tools and patterns necessary for designing distributed systems and deploying scalable services to the cloud. The content covers broader domain areas including backend career planning and the engineering p
Teaches the essential tools and engineering patterns required to deploy and scale applications in the cloud.
Outline is a server that manages and runs Shadowsocks proxy instances, each isolated inside its own Docker container, to provide encrypted internet access. It is designed to bypass censorship by routing traffic through secure tunnels that use AEAD cipher encryption and traffic obfuscation to resist detection. Access to the proxy servers is controlled through a REST API that allows administrators to create, list, and revoke cryptographic access keys. The server automates the provisioning and configuration of proxy servers on cloud platforms like DigitalOcean, simplifying deployment through a m
Automates deployment of proxy server applications to cloud hosting environments.
Aspire هو سلسلة أدوات لتطبيقات .NET الموزعة ومنسق تطبيقات سحابي أصلي. يوفر حزمة تطوير تعتمد على الكود أولاً (code-first) لبناء وتشغيل ونشر التطبيقات الموزعة، وتحديداً إدارة تنسيق الخدمات المتعددة عبر لغات برمجة مختلفة. تتميز سلسلة الأدوات بنهج برمجي لطوبولوجيا الخدمات، باستخدام منهجية الكود أولاً لتحديد كيفية ترابط الخدمات والحاويات وقواعد البيانات. تدير دورة حياة حاويات الطرف الثالث كموارد وتترجم نماذج التطبيقات البرمجية هذه إلى إعدادات نشر خاصة بالمنصة للبيئات السحابية. يتضمن المشروع قدرات لاكتشاف الخدمات الديناميكي، وتنسيق بناء التطبيقات الموزعة، وتنفيذ التطبيقات المحلية عبر واجهة سطر الأوامر. كما يدمج لوحة مراقبة ونظام تتبع يعتمد على معايير OpenTelemetry لمراقبة صحة وأداء المكونات الموزعة.
Implements deployment patterns for containerized microservices in cloud environments.
This is a Yeoman generator that produces complete full-stack web application project skeletons, combining an AngularJS frontend with an Express.js backend. It scaffolds a MEAN stack project structure with MongoDB, including optional OAuth authentication and real-time WebSocket communication capabilities. The generator produces a complete project skeleton with a live-reload development server, preconfigured build and testing tools, and environment-specific configuration files. It includes role-based authentication with local and social login strategies, route protection, and admin user managem
Provides configuration steps for deploying to Google Cloud App Engine.
This is a step-by-step tutorial that teaches Docker from the ground up, covering how to build images from Dockerfiles, run and manage containers, and connect them on user-defined networks. The guide walks through packaging applications into portable containers and using Docker Compose to define and orchestrate multi-service applications with a single YAML configuration. The curriculum extends into cloud deployment, explaining how to push images to registries like Docker Hub and deploy single-container applications to AWS Elastic Beanstalk as well as multi-container setups to AWS ECS. It also
Teaches deploying containerized applications to cloud platforms for scalable hosting.
هذا المشروع عبارة عن مجموعة من الأدلة والتكوينات لتهيئة بيئة تطوير macOS. يوفر نهجاً منهجياً لتثبيت لغات البرمجة، والمحررات، وأدوات النظام لإعداد جهاز Mac جديد للبرمجة من الصفر. يركز الإعداد على أتمتة دورة حياة أدوات سطر الأوامر والتطبيقات من خلال إدارة حزم النظام. يؤكد على بيئات تشغيل اللغات المعزولة الإصدار لـ Node.js وPython، مما يسمح بإدارة إصدارات متعددة وإنشاء بيئات افتراضية خاصة بالمشروع لمنع تعارض التبعيات. يغطي المشروع مساحة واسعة من البنية التحتية للتطوير، بما في ذلك تنسيق قواعد البيانات العلائقية المحلية، ومخازن القيمة والمفتاح، ومحركات البحث كخدمات خلفية. يتضمن أيضاً تكوينات لهويات التحكم في الإصدار العالمي، وأسماء مستعارة للصدفة (shell aliases)، والتخصيص البصري لمحاكيات الطرفية ومحررات النصوص.
Integrates a CLI to provision resources and push applications to cloud hosting environments.