Production-Ready Configs

Find the right config.
Ship with confidence.

Konfy curates battle-tested configuration recipes for Docker, Kubernetes, Nginx, PostgreSQL, Kafka and 50+ more technologies - organised by industry, tagged for discoverability, and verified by our users.

# nginx.conf
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers ECDHE-RSA-AES256-GCM-SHA384;
# docker-compose.yml
healthcheck:
  test: ["CMD", "pg_isready"]
  interval: 5s
# redis.conf
maxmemory-policy allkeys-lru;

Browse by Industry

Configs tailored to your domain's requirements

All Industries

Popular Technologies

The tools engineers reach for most often

census
Census
Marketing

Reverse ETL from warehouse to tools.

6 recipes
ansible
Ansible
DevOps & CI/CD

Automation for everyone.

5 recipes
nginx
Nginx
Cloud & Infrastructure

High-performance web server, reverse proxy and load balancer.

5 recipes
aws
AWS
Cloud & Infrastructure

Cloud services for building and running applications.

5 recipes
terraform
Terraform
Cloud & Infrastructure

Infrastructure as Code for any cloud.

5 recipes
argo-cd
Argo CD
DevOps & CI/CD

Declarative GitOps CD for Kubernetes.

5 recipes
gitlab-ci
GitLab CI
DevOps & CI/CD

CI/CD built into GitLab.

5 recipes
mongodb
MongoDB
Databases

The developer data platform.

5 recipes

Featured Recipes

Hand-verified configs ready to drop into production

plaidXMLintermediate
Resolving IllegalAccessError with Retrofit and Gson in Plaid Integration

This guide addresses the IllegalAccessError encountered when integrating Plaid with Retrofit and Gson, providing a Maven configuration solution.

Plaid · Fintech
tinkPHPintermediate
Implementing IP Address Filtering for User Logins

This guide explains how to set up IP address filtering for user logins, allowing users to specify their allowed IPs.

Tink · Fintech
haproxyYAMLbeginner
Troubleshooting Docker Compose with HAProxy Configuration

Learn how to resolve common issues when running HAProxy with Docker Compose, including image not found errors.

HAProxy · Healthcare & Life Sciences
nextauthJavaScriptintermediate
Integrating NextAuth with AWS Cognito for Credential-Based Authentication

This guide demonstrates how to configure NextAuth with AWS Cognito using a credentials provider for email and password authentication.

NextAuth · SaaS & Startups
kafkaPropertiesadvanced
Kafka Broker Configuration for High-Throughput Production

A tuned server.properties for Apache Kafka optimised for high-throughput event streaming: retention policies, replication factors, network thread tuning and JVM heap settings.

Apache Kafka · Cloud & Infrastructure
pgbouncerINIintermediate
Enhancing PostgreSQL Performance with PgBouncer in Django Applications

Learn how to utilize PgBouncer to improve the performance of your Django applications by managing database connections efficiently.

PgBouncer · Databases

From the Blog

All posts
Mastering JupyterHub: Advanced Configurations and Docker Stacks

Discover advanced JupyterHub setups, including Docker stacks, kernel management, and scalability solutions for optimal performance.

Mar 1, 2026
Securing SaaS in 2025: Strategies for a Safer Digital Landscape

Explore the critical importance of SaaS security in the evolving digital workspace, including expert insights and actionable recommendations to mitigate risks and enhance your organization's cybersecurity posture.

Dec 30, 2024
Enhancing Federal Cloud Security with CISA's New Directive

Explore the implications of CISA's Binding Operational Directive 25-01, which mandates secure practices for cloud services in federal agencies, and its broader impact on SaaS security configurations.

Dec 22, 2024