Volver
CONGA — Config Generator App

CONGA — Config Generator App

CONGA

A lightweight CLI tool for generating infrastructure configuration files through interactive prompts. Designed for developers and sysadmins who need to produce Nginx, Docker Compose, or WireGuard configs quickly without writing them by hand.

Code: GitHub

What it does

CONGA provides interactive generators for three common infrastructure configuration types. Instead of copying and modifying boilerplate, users answer a series of prompts and receive a ready-to-use configuration file.

For Nginx, it generates default.conf with support for static routes, reverse proxy, HTTPS (via mkcert), and WebSocket proxying. For Docker Compose, it defines services, ports, volumes, and environment variables. For WireGuard, it handles key generation, server and client peer configuration. The tool ships as precompiled binaries and is available through Snap, Homebrew, and Copr.

Tech stack

Key features