Ross ROSS = Recommend OSS · open-source software intelligence for agents

resource: deployment

405 resources, primary matches first, then adoption-weighted; health v2 shown.

ResourceHealth v2StarsMaturity
oracle/vagrant-projects
A collection of Vagrant projects from Oracle that automatically provision Oracle products and other software using Vagrantfiles, Oracle Lin…
771010active
wise2c-devops/breeze
Breeze is a Kubernetes cluster installer that combines Ansible playbooks, package repositories, and a graphical deployment UI into a single…
591010active
linuxserver/docker-bookstack
A LinuxServer.io Docker container image that packages the BookStack documentation wiki application for easy self-hosted deployment. It prov…
961002active
lipanski/docker-static-website
A tiny (~80KB) Docker image based on BusyBox httpd for serving any static website. It supports multi-arch builds, gzip serving, reverse pro…
501001stable
brikis98/terraform-up-and-running-code
Code samples accompanying the book 'Terraform: Up & Running' by Yevgeniy Brikman, organized by tool and book chapter. It provides hands-on …
233249maintenance
eon01/kubernetes-workshop
A hands-on Kubernetes workshop/tutorial repository that walks through deploying a Python Flask API to Kubernetes with Minikube, covering se…
323228maintenance
wmnnd/nginx-certbot
A boilerplate configuration combining nginx and certbot in a docker-compose setup, with an init script that fetches and renews Let's Encryp…
323225maintenance
tiangolo/uwsgi-nginx-flask-docker
A Docker base image bundling uWSGI and Nginx to serve Python Flask web applications from a single container. The project is officially depr…
673005maintenance
mercari/ml-system-design-pattern
A documentation collection of system design patterns for building, serving, and operating machine learning systems in production, published…
322926maintenance
tiangolo/uvicorn-gunicorn-fastapi-docker
A Docker image that runs FastAPI applications with Uvicorn workers managed by Gunicorn, with automatic performance tuning of worker counts.…
672915maintenance
c0ny1/vulstudy
vulstudy is a collection of Docker Compose configurations that package popular intentionally vulnerable web applications (DVWA, bWAPP, sqli…
322453maintenance
Cloudbox/Cloudbox
Cloudbox is an Ansible-based toolkit that rapidly deploys a full Docker containerized cloud media server stack on Ubuntu x64 servers. It bu…
102385maintenance
big-data-europe/docker-hadoop
A set of Docker images and docker-compose files for deploying Apache Hadoop clusters, including HDFS namenode/datanode, YARN resource manag…
322325maintenance
mthenw/awesome-layers
A curated list of AWS Lambda Layers, including custom runtimes, utilities, monitoring, and security layers with ARNs and links. It also doc…
322264maintenance
openshift/openshift-ansible
A collection of Ansible roles and playbooks for installing, scaling, and upgrading OpenShift clusters. It was the primary installer for Ope…
762221maintenance
sebgl/htpc-download-box
A Docker Compose-based setup that deploys an automated home media server stack combining Sonarr, Radarr, Jackett, NZBGet, Deluge, OpenVPN, …
322139maintenance
microsoft/MLOps
A collection of end-to-end MLOps examples and solutions from Microsoft showing how to operationalize ML workflows with Azure Machine Learni…
322116maintenance
geerlingguy/ansible-vagrant-examples
A collection of example virtual machines provisioned with Ansible and booted with Vagrant, demonstrating how to configure common applicatio…
322105maintenance
mritd/dockerfile
A collection of personally maintained Dockerfiles for building small Docker images (Alpine-based tools like filebeat, frp, tor, mattermost,…
102055maintenance
pimox/pimox7
Pimox7 is a port of Proxmox VE 7 to the Raspberry Pi, distributed as precompiled Debian packages plus an installer script. It enables build…
321997maintenance
rootsongjc/kubernetes-vagrant-centos-cluster
A Vagrant/VirtualBox-based setup that provisions a distributed Kubernetes cluster (1 master + 3 nodes) with an optional Istio service mesh …
231915maintenance
fideloper/Vaprobash
Vaprobash is a collection of modular bash scripts for provisioning Vagrant-based Ubuntu virtual machines with popular server stacks like LA…
231908maintenance
CentOS/CentOS-Dockerfiles
A collection of official Dockerfiles maintained by the CentOS project for building common application container images on CentOS base image…
321866maintenance
markjaquith/WordPress-Skeleton
A Git repository skeleton for WordPress sites, with WordPress itself as a submodule and a clean content directory layout. It provides conve…
771856maintenance
Yolean/kubernetes-kafka
A collection of plain Kubernetes manifests and Kustomize overlays for running a Kafka cluster (with Zookeeper) as a StatefulSet. It require…
231832maintenance
kiwenlau/hadoop-cluster-docker
A set of Docker images and shell scripts for spinning up a multi-node Hadoop cluster (1 master, N slaves) inside Docker containers. It incl…
231818maintenance
ceph/ceph-ansible
A collection of Ansible playbooks for deploying Ceph, the distributed object, block, and file storage platform. The project is maintained b…
671787maintenance
cloudkj/scar
SCAR is a CloudFormation-based deployment stack that provisions everything needed to host a static website on AWS: S3 buckets, CloudFront C…
421739maintenance
aws-samples/ecs-refarch-cloudformation
A reference architecture from AWS providing CloudFormation YAML templates for deploying containerized microservices on Amazon ECS with an A…
101697maintenance
richarvey/nginx-php-fpm
A Docker image that bundles nginx and php-fpm for serving PHP applications in containers. It supports pulling code from git at container st…
231684maintenance
joefitzgerald/packer-windows
A collection of Packer templates for building Windows Vagrant boxes across Windows Server and desktop versions. It automates unattended Win…
101644maintenance
sindresorhus/electron-boilerplate
A boilerplate template repository by Sindre Sorhus for kickstarting Electron desktop applications. It comes preconfigured with electron-bui…
101642maintenance
GoogleCloudPlatform/continuous-deployment-on-kubernetes
A hands-on tutorial/lab from Google Cloud Platform that walks through setting up a continuous deployment pipeline using Jenkins running on …
101602maintenance
iron-io/dockers
A collection of ultra-minimal Docker base images for many programming languages, maintained by Iron.io. It provides tiny 'dev' images for b…
321591maintenance
nprapps/app-template
NPR's visuals team opinionated project template for building client-side news apps served as flat files. It bundles a Flask-based local ren…
101590maintenance
aws-samples/aws-modern-application-workshop
A hands-on AWS tutorial workshop where developers build a sample pet-adoption website called Mythical Mysfits. It teaches modern applicatio…
101492maintenance
milliHQ/terraform-aws-next-js
A zero-config Terraform module that provisions the full AWS infrastructure needed to self-host Next.js applications serverlessly. It deploy…
231476maintenance
aws/eks-distro
Amazon EKS Distro (EKS-D) is a Kubernetes distribution containing the same upstream Kubernetes binaries, etcd, and networking/storage compo…
941457maintenance
KFERMercer/OpenWrt-CI
A set of GitHub Actions workflow templates that automatically compile OpenWrt firmware in the cloud. It supports auto-customizing firmware,…
101414maintenance
liquanzhou/ops_doc
A concise, practical operations (Ops/SRE) handbook written in Chinese, covering monitoring, deployment, standardization, and Kubernetes usa…
521363maintenance
realpython/dockerizing-django
A companion sample repository for a Real Python tutorial demonstrating how to containerize a Django application using Docker, Docker Compos…
321329maintenance
microsoft/MLOpsPython
A Microsoft sample/template repository demonstrating how to build CI/CD pipelines for machine learning projects using Azure Machine Learnin…
231318maintenance
brendandburns/designing-distributed-systems-labs
Hands-on labs accompanying the 'Designing Distributed Systems' book by Brendan Burns, implementing patterns like Ambassador, Circuit Breake…
321310maintenance
eko/docker-symfony
A docker-compose boilerplate stack for running Symfony 5 applications with PHP 8, Nginx, MySQL, and an ELK logging stack (Elasticsearch, Lo…
321276maintenance
japaric/trust
A Travis CI and AppVeyor configuration template for Rust crates that tests on five architectures across Linux, macOS, and Windows, and publ…
231275maintenance
The-AI-Summer/Deep-Learning-In-Production
An open-source book (with accompanying Jupyter Notebook examples) about building, training, deploying, scaling, and maintaining deep learni…
321264maintenance
tldr-devops/startpack
A self-hosted starter pack of Docker Compose and Docker Swarm configurations bundling common services (Traefik, Portainer, GitLab, database…
321251maintenance
Dids/clover-builder
A project that provides automated, unofficial builds of every Clover EFI bootloader revision, published as GitHub releases. It relies on th…
231232maintenance
liuyi01/kubernetes-starter
A Chinese-language tutorial repository accompanying a MOOC course on Kubernetes, covering concepts, architecture, cluster setup, and authen…
321203maintenance
BaptisteBdn/docker-selfhosted-apps
A curated collection of guides and ready-to-use docker-compose examples for self-hosting popular services like Traefik, Vaultwarden, Nextcl…
321158maintenance
ElricLiu/Awesome-One-Click-Deployment
A curated list of open-source AI projects (mostly ChatGPT/Gemini chat UIs and bots) with one-click deploy buttons for platforms like Vercel…
291155maintenance
FuckDoctors/rdm-builder
A GitHub Actions workflow project that compiles and packages Redis Desktop Manager (RDM) binaries for Windows and macOS, publishing them as…
631145maintenance
fjc0k/docker-YApi
A Docker image and docker-compose setup for self-hosting YApi, an API management platform. It supports configuration via environment variab…
321139maintenance
timsutton/osx-vm-templates
A collection of Packer templates and support scripts that build unattended macOS installer media and produce Vagrant-compatible virtual mac…
321129maintenance
paunin/PostDock
PostDock provides Dockerfiles and orchestration examples for running a highly available PostgreSQL streaming replication cluster with Pgpoo…
231126maintenance
Aria2 + AriaNg Docker
A collection of Docker Compose files that bundle Aria2 with the AriaNg web UI plus optional file management and media services like Filebro…
651123maintenance
aws-samples/aws-refarch-wordpress
A set of nested AWS CloudFormation YAML templates from AWS Samples that deploy a scalable, highly available WordPress architecture on AWS. …
101106maintenance
fhd/init-script-template
A simple System V init script template written in Shell that provides start, stop, restart, and status commands for background processes. I…
321090maintenance
aws/opsworks-cookbooks
The official set of Chef cookbooks used by AWS OpsWorks for Chef versions 11.10, 11.4, and 0.9, providing built-in recipes and templates fo…
101043maintenance
kubernetes-up-and-running/examples
Example code and configuration files accompanying the book 'Kubernetes: Up and Running'. It provides hands-on manifests and scripts that fo…
321036maintenance
geekcell/docker-compose-nodejs-examples
A collection of real-world example projects demonstrating how to use Docker Compose with Node.js applications. It includes progressively co…
321026maintenance
helm/charts
The former canonical repository of curated Helm charts for the Kubernetes `stable` and `incubator` chart repositories. It has been deprecat…
1015406abandoned
cortexlabs/cortex
Cortex is an open-source platform for deploying, managing, and scaling machine learning models in production on AWS, built on top of EKS. I…
238011abandoned
flynn/flynn
Flynn was an open-source platform-as-a-service (PaaS) written in Go that let developers deploy and scale applications via git push, similar…
107838abandoned
SuLingGG/OpenWrt-Rpi
An OpenWrt firmware build project for Raspberry Pi, NanoPi R2S/R4S, G-Dock, and x86 devices, automated with GitHub Actions and updated dail…
106332abandoned
searxng/searxng-docker
A Docker Compose-based deployment setup for self-hosting SearXNG, a privacy-respecting metasearch engine. The repository is now deprecated …
103281abandoned
mars/create-react-app-buildpack
A Heroku buildpack that deploys create-react-app single-page React applications as static sites on Heroku. It is now end-of-life because th…
103236abandoned
pelican-eggs/eggs
A community collection of service eggs (server installation templates) for the Pterodactyl game server management panel, covering games, da…
103093abandoned
serverless/serverless-graphql
An archived starter kit of examples for building serverless GraphQL applications using AWS AppSync, Apollo Server, AWS Lambda, and the Serv…
102701abandoned
boxen/our-boxen
A template repository for teams to fork and customize Boxen, a Puppet-based framework for automating macOS workstation setup. It bootstraps…
102569abandoned
jpetazzo/dind
A Docker image recipe that lets you run a Docker daemon inside a Docker container using the --privileged flag. It is now obsolete, supersed…
102528abandoned
kubernetes-retired/kubefed
Kubernetes Cluster Federation (KubeFed) enables coordinating configuration and workloads across multiple Kubernetes clusters from a single …
102478abandoned
mhart/alpine-node
A set of minimal Node.js Docker base images built on Alpine Linux, published to Docker Hub under mhart/alpine-node. The project is now arch…
102443abandoned
Artemmkin/infrastructure-as-code-tutorial
A practice-based tutorial teaching Infrastructure as Code concepts through hands-on labs covering Packer, Terraform, Ansible, Vagrant, Dock…
322307abandoned
JetBrains/projector-docker
A set of shell scripts and Dockerfiles for building and running Docker containers with JetBrains IDEs served remotely via JetBrains Project…
102225abandoned
segmentio/stack
A set of Terraform modules for configuring production-grade AWS infrastructure with Docker and ECS, providing curated defaults for VPCs, au…
102087abandoned
Netflix/titus
Titus is Netflix's container management platform for running Docker containers on AWS, composed of a control plane, executor, and API defin…
101989abandoned
elastic/helm-charts
Official Helm charts for deploying the Elastic Stack (Elasticsearch, Kibana, Logstash, Filebeat, Metricbeat, APM Server) on Kubernetes. Ela…
101915abandoned
geerlingguy/raspberry-pi-dramble
A deprecated collection of Ansible playbooks and Kubernetes configuration for building a high-availability Drupal hosting cluster out of Ra…
101676abandoned
elastic/ansible-elasticsearch
An Ansible role by Elastic for installing and configuring Elasticsearch 6.x/7.x (with partial 8.x support) on Linux hosts. The project has …
101589abandoned
waylybaye/HyperApp-Guide
The user manual for HyperApp, an iOS app that automates server deployment over SSH and Docker with a visual app store of one-click-installa…
321561abandoned
oam-dev/rudr
Rudr was a Kubernetes implementation of the Open Application Model (OAM) specification, written in Rust, for defining cloud-native applicat…
101526abandoned
gcgarner/IOTstack
IOTstack is a Docker Compose stack builder with a menu-driven installer for deploying IoT services like Node-RED, Grafana, InfluxDB, Mosqui…
321522abandoned
pires/kubernetes-elasticsearch-cluster
A set of Kubernetes manifests and Helm support for deploying a production-grade Elasticsearch cluster with separated master, data, and inge…
101504abandoned
chef-boneyard/cookbooks
The former monorepo for Chef's public infrastructure cookbooks, now deprecated and split into individual repositories under the chef-cookbo…
101481abandoned
hashicorp/best-practices
A deprecated HashiCorp repository of best-practice infrastructure definitions built from Packer templates and Terraform modules for AWS and…
101469abandoned
kontena/kontena
Kontena Classic is a developer-friendly open-source platform for orchestrating Docker containerized applications across any cloud or on-pre…
231455abandoned
k8s-at-home/charts
A collection of Helm charts for deploying self-hosted applications on Kubernetes in a homelab environment. The repository is deprecated and…
101437abandoned
rajannpatel/Pi-Hole-PiVPN-on-Google-Compute-Engine-Free-Tier-with-Full-Tunnel-and-Split-Tunnel-OpenVPN-Configs
A step-by-step guide and configuration for running a self-hosted Pi-Hole ad-blocking DNS server with an OpenVPN server on Google Cloud's al…
321355abandoned
geerlingguy/drupal-vm
Drupal VM is an Ansible-built local development environment for Drupal, provisioned via Vagrant/VirtualBox or Docker. It installs a full LA…
101352abandoned
vmware-tanzu/community-edition
VMware Tanzu Community Edition was a free, open-source Kubernetes platform distribution with packaging and management tooling built in Go. …
101320abandoned
tiangolo/dockerswarm.rocks
A guide and collection of recipes for setting up a production-ready Docker Swarm mode cluster with HTTPS via Traefik and Let's Encrypt in m…
671149abandoned
confluentinc/cp-docker-images
Deprecated Docker images and build tooling for deploying the Confluent Platform (Kafka, Schema Registry, ksqlDB, Control Center, etc.). Dev…
101135abandoned
NVIDIA/nvidia-container-runtime
NVIDIA container runtime that allowed Docker and other container engines to run GPU-accelerated containers with CUDA support. This reposito…
101127abandoned
cloudalchemy/ansible-prometheus
An Ansible role for deploying and configuring the Prometheus monitoring system on hosts. It is now deprecated in favor of the prometheus-co…
101114abandoned
coreos/coreos-kubernetes
Documentation and Vagrant-based installers for deploying Kubernetes clusters on CoreOS Container Linux, including single-node, multi-node, …
101090abandoned
notthebee/ansible-easy-vpn
An Ansible playbook that provisions a single-purpose VPS into a WireGuard VPN server with AdGuard ad blocking, DNS-over-HTTPS, and a 2FA-pr…
101082abandoned
Istio
Istio is an open-source service mesh that layers transparently onto distributed applications, providing traffic management, zero-trust secu…
9338356stable
awesome-foss/awesome-sysadmin
A curated list of free and open-source sysadmin resources, organized into categories like automation, backups, monitoring, identity managem…
7634997active
kahun/awesome-sysadmin
A curated list of open-source system administration resources covering backups, monitoring, configuration management, DNS, security, and mo…
3224351active

← prev page 3 / 5 next →