awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • leptonai/search_with_leptonAvatar de leptonai

    leptonai/search_with_lepton

    8,095Voir sur 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
    Voir sur GitHub↗8,095
  • mightymoud/sidekickAvatar de MightyMoud

    MightyMoud/sidekick

    7,465Voir sur 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
    Voir sur GitHub↗7,465
  • opensignlabs/opensignAvatar de OpenSignLabs

    OpenSignLabs/OpenSign

    6,551Voir sur 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
    Voir sur GitHub↗6,551
  • goodrain/rainbondAvatar de goodrain

    goodrain/rainbond

    6,184Voir sur 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
    Voir sur GitHub↗6,184
  • apache/pinotAvatar de apache

    apache/pinot

    6,098Voir sur 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
    Voir sur GitHub↗6,098
  • deis/deisAvatar de deis

    deis/deis

    5,999Voir sur 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
    Voir sur GitHub↗5,999
  • kucherenko/jscpdAvatar de kucherenko

    kucherenko/jscpd

    5,800Voir sur 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
    Voir sur GitHub↗5,800
  • maiot-io/zenmlAvatar de maiot-io

    maiot-io/zenml

    5,452Voir sur 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
    Voir sur GitHub↗5,452
  • psviderski/unregistryAvatar de psviderski

    psviderski/unregistry

    4,781Voir sur GitHub↗

    Unregistry est un orchestrateur de cluster de conteneurs décentralisé et un gestionnaire Docker Compose. Il permet le déploiement et la mise à l'échelle de services conteneurisés sur plusieurs hôtes distants sans avoir besoin d'un plan de contrôle centralisé. Le projet se distingue en fournissant un modèle de déploiement sans registre, utilisant SSH pour transférer les couches d'images de conteneurs directement vers les serveurs distants. Cette capacité permet des déploiements vers des réseaux isolés (air-gapped) ou privés en contournant totalement les registres d'images externes. Le système couvre un large éventail de capacités opérationnelles, incluant le réseau maillé (overlay mesh) avec découverte de service DNS interne et le routage par proxy inverse automatisé pour la gestion de domaines personnalisés. Il prend en charge des modèles de haute disponibilité tels que les mises à jour progressives (rolling updates) pour des transitions de service sans interruption, les rollbacks de déploiement automatisés et le placement de services spécifique à la machine. Les opérations administratives sont gérées via une interface en ligne de commande qui prend en charge le changement de contexte de cluster et la gestion sécurisée des identifiants pour l'injection de données sensibles.

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

    Gocontainerddockergolang
    Voir sur GitHub↗4,781
  • aws/copilot-cliAvatar de aws

    aws/copilot-cli

    3,735Voir sur 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
    Voir sur GitHub↗3,735
  1. Home
  2. DevOps & Infrastructure
  3. Self-Hosted Platform as a Service
  4. Single-Command Deployments

Explorer les sous-tags

  • 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 sous-tagTools 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.