awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 مستودعات

Awesome GitHub RepositoriesSingle-Command Deployments

Launches the search engine on a remote server with a single command.

Distinct from Self-Hosted Platform as a Service: Distinct from Self-Hosted Platform as a Service: focuses on a single-command deployment workflow, not a full PaaS platform.

Explore 10 awesome GitHub repositories matching devops & infrastructure · Single-Command Deployments. Refine with filters or upvote what's useful.

Awesome Single-Command Deployments GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • leptonai/search_with_leptonالصورة الرمزية لـ leptonai

    leptonai/search_with_lepton

    8,095عرض على GitHub↗

    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.

    TypeScriptaiai-applicationsleptonai
    عرض على GitHub↗8,095
  • mightymoud/sidekickالصورة الرمزية لـ MightyMoud

    MightyMoud/sidekick

    7,465عرض على GitHub↗

    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 environment on a bare VPS and deploys a Docker application with zero-downtime releases.

    Godeploymentherokuself-host
    عرض على GitHub↗7,465
  • opensignlabs/opensignالصورة الرمزية لـ OpenSignLabs

    OpenSignLabs/OpenSign

    6,551عرض على GitHub↗

    OpenSign is a self-hosted, open-source document signing platform that enables users to send, sign, and manage PDF documents with digital certificates and encryption. It functions as a complete e-signature solution, allowing organizations to run their own signing service on private infrastructure while maintaining full control over their data and document workflows. The platform supports sequential multi-signer workflows, where documents can be sent to multiple recipients in a predefined order, with each signer receiving an email-based one-time password for verification before accessing the do

    Packages the entire application as a single Docker container with environment variable configuration for instant deployment.

    JavaScriptdigital-signaturedocument-signingdocusign-alternative
    عرض على GitHub↗6,551
  • goodrain/rainbondالصورة الرمزية لـ goodrain

    goodrain/rainbond

    6,184عرض على GitHub↗

    Rainbond is a Kubernetes-native application platform that deploys and manages containerized applications through a graphical interface, abstracting Kubernetes complexity so users can work without needing to learn Kubernetes commands or concepts. It provides a complete application lifecycle management system covering development, architecture, delivery, and operations from a single unified web interface, with automated workflows that handle cluster provisioning, application deployment, and ongoing management. The platform distinguishes itself through its application marketplace, which packages

    Recognizes a single pom.xml in the root and builds the project with a single default command.

    Go
    عرض على GitHub↗6,184
  • apache/pinotالصورة الرمزية لـ apache

    apache/pinot

    6,098عرض على GitHub↗

    Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer

    Starts all cluster services including dependencies using a single command for rapid local evaluation.

    Java
    عرض على GitHub↗6,098
  • deis/deisالصورة الرمزية لـ deis

    deis/deis

    5,999عرض على GitHub↗

    Deis is an open-source, self-hosted Platform-as-a-Service that deploys and manages containerized applications on a CoreOS cluster using a Heroku-inspired git push workflow. It accepts application code via git push, automatically builds a Docker image, and runs it as a container on the cluster, with systemd and etcd providing service discovery and configuration management. The platform provides a developer experience modeled after Heroku, with a command-line interface for creating, scaling, configuring, and monitoring applications. It hosts a private Git remote per application that triggers th

    Pushes application code to a private Git remote, builds a Docker image, and runs it on a CoreOS cluster.

    Pythoncontainerscoreosdeis-paas
    عرض على GitHub↗5,999
  • kucherenko/jscpdالصورة الرمزية لـ kucherenko

    kucherenko/jscpd

    5,800عرض على GitHub↗

    jscpd is a code duplication detector that scans source code across 223 languages to find identical or near-identical copy-pasted blocks using a rolling hash algorithm. It is built with a Rust core for high performance, exposed through a Node.js API and CLI, and can be run as a standalone binary with no runtime dependencies. The tool detects duplicates in embedded languages within Vue, Svelte, Astro, and Markdown files by tokenizing each language block separately, and it supports extensionless scripts via shebang detection. The project distinguishes itself through its integration capabilities

    Downloads and installs the jscpd binary for the current platform with a one-line curl-to-bash command.

    TypeScriptaiclones-detectioncode-quality
    عرض على GitHub↗5,800
  • maiot-io/zenmlالصورة الرمزية لـ maiot-io

    maiot-io/zenml

    5,452عرض على GitHub↗

    ZenML is an extensible machine learning orchestration framework designed to manage the end-to-end lifecycle of data pipelines and AI agent workflows. It functions as a durable orchestrator that executes machine learning tasks as directed acyclic graphs, ensuring that every step is containerized for consistent performance across local, cloud, and hybrid infrastructure. By decoupling pipeline code from underlying compute and storage backends, the platform allows developers to define infrastructure-agnostic stacks that remain portable across diverse environments. The project distinguishes itself

    Runs server instances using specialized Docker images to support custom artifact stores or modified internal logic.

    Python
    عرض على GitHub↗5,452
  • psviderski/unregistryالصورة الرمزية لـ psviderski

    psviderski/unregistry

    4,781عرض على GitHub↗

    Unregistry is a decentralized container cluster orchestrator and Docker Compose manager. It allows for the deployment and scaling of containerized services across multiple remote hosts without the need for a centralized control plane. The project distinguishes itself by providing a registry-less deployment model, using SSH to transfer container image layers directly to remote servers. This capability enables deployments to air-gapped or private networks by bypassing external image registries entirely. The system covers a broad range of operational capabilities, including overlay mesh network

    Allows pushing Docker images directly to remote servers via SSH to bypass external image registries.

    Gocontainerddockergolang
    عرض على GitHub↗4,781
  • aws/copilot-cliالصورة الرمزية لـ aws

    aws/copilot-cli

    3,735عرض على GitHub↗

    AWS Copilot is a command line interface for deploying and managing containerized applications and services on AWS. It serves as a container deployment tool, infrastructure orchestrator, and job runner, enabling the release of production-ready workloads through a simplified set of commands. The tool distinguishes itself by automating the entire application lifecycle, from initializing directory structures and manifests to managing continuous delivery pipelines with Git integration. It utilizes a manifest-based approach to generate and customize cloud infrastructure templates, allowing for the

    Builds images from local code and provisions the infrastructure required to execute containerized background jobs.

    Goaws-apprunneraws-ecsaws-fargate
    عرض على GitHub↗3,735
  1. Home
  2. DevOps & Infrastructure
  3. Self-Hosted Platform as a Service
  4. Single-Command Deployments

استكشف الوسوم الفرعية

  • Bare VPS Provisioning CommandsSingle commands that install Docker, Traefik, and security hardening on a bare VPS, making it production-ready. **Distinct from Single-Command Deployments:** Distinct from Single-Command Deployments: focuses on provisioning the server itself, not deploying an application onto it.
  • Binary Downloads via CurlDownloading and installing platform-specific binaries with a single curl-to-bash command. **Distinct from Single-Command Deployments:** Distinct from Single-Command Deployments: downloads and installs a local binary rather than deploying to a remote server.
  • Containerized Job DeploymentsDeployment of ephemeral or scheduled background tasks as containerized workloads. **Distinct from Docker Image Push Deployments:** Distinct from Docker Image Push Deployments: focuses on the full lifecycle of a background job including infrastructure provisioning, not just the image push.
  • Docker Application DeploymentsTools that deploy a Docker application to a remote server with a single command, including zero-downtime releases. **Distinct from Single-Command Deployments:** Distinct from Single-Command Deployments: specifically deploys Docker applications with zero-downtime, not general single-command launches.
  • Docker Image Push Deployments1 وسم فرعيTools that push a local Docker image to a remote host and start it with a single CLI invocation. **Distinct from Single-Command Deployments:** Distinct from Single-Command Deployments: focuses on pushing a Docker image specifically, not general application deployment.
  • Maven Single-Module BuildsRecognizes a single pom.xml in the root and builds the project with a single default command. **Distinct from Single-Command Deployments:** Distinct from Single-Command Deployments: focuses on Maven-specific build detection and compilation, not general one-command deployment workflows.