Configuration Tools

Docker Command to Docker Compose Converter

version: '3.9'
services:
    ubuntu:
        image: ubuntu
        security_opt:
            - 'label=level:s0'
        ulimits:
            nofile:
                hard: 1024
                soft: 1024
        stop_signal: SIGTERM
        read_only: true
        labels:
            - com.example.foo=bar
        sysctls:
            - net.ipv4.ip_forward=1
        devices:
            - '/dev/sda:/dev/sda'
        tmpfs:
            - /tmp
        logging:
            driver: json-file
        healthcheck:
            test: 'echo healthy'
        restart: always
        group_add:
            - group1
        user: '1000:1000'
        working_dir: /app
        entrypoint: /bin/bash
        dns:
            - 8.8.8.8
        hostname: myhostname
        container_name: mycontainer
        environment:
            - MY_VAR=value
        volumes:
            - '/tmp/host:/container/path'
        cap_add:
            - NET_ADMIN
        ports:
            - '8080:80'
        networks:
            bridge: {}
        tty: true
        stdin_open: true
networks:
    bridge: {}

Software Recommendations

Curated list of recommended software and tools

Containerization & Orchestration

Docker

Platform for developing, shipping, and running applications in containers

Kubernetes

Production-grade container orchestration system for automated deployment and scaling

K3s

Lightweight Kubernetes distribution perfect for edge, IoT, and development

Skaffold

Handles the workflow for building, pushing, and deploying Kubernetes applications

Package & Version Management

Helm

Package manager for Kubernetes that helps define, install, and upgrade applications

asdf

Universal version manager for runtime environments and CLI tools

Infrastructure Management

Portainer

Web interface for managing Docker environments

KubeVela

Modern application delivery platform that makes deploying and operating applications easier

Argo CD

Declarative continuous delivery tool for Kubernetes following GitOps principles

CI/CD & Version Control

Jenkins

Open source automation server for building, deploying, and automating projects

GitHub

Development platform for hosting and collaborating on code

Web Servers & Authentication

NGINX

High-performance HTTP server and reverse proxy

Caddy

Modern web server with automatic HTTPS and simple configuration

Authelia

Open source authentication and authorization server for modern web applications

Better Auth

Modern authentication library

Postal

Open source mail server for SMTP, IMAP, and web interface

Package Registries & Runtimes

JSR

Fast and modern registry for JavaScript and TypeScript packages

Bun

Fast all-in-one JavaScript runtime and toolkit with bundler, test runner, and package manager

Infrastructure & Deployment

Coolify

Open-source & self-hostable Heroku/Netlify/Vercel alternative

SST

Framework for building full-stack serverless applications with TypeScript

Languages & Development Tools

TypeScript

Typed superset of JavaScript that compiles to plain JavaScript

Biome

Fast and modern formatter, linter, and bundler for JavaScript and TypeScript

Drizzle

TypeScript ORM that maximizes type safety and runtime performance

Vite

Next generation frontend tooling with instant server start and hot module replacement

Nektos Act

Modern and intuitive Action testing tool for developers

Frontend Frameworks & Libraries

Vue.js

Progressive JavaScript framework for building user interfaces

Nuxt

Intuitive Vue META framework for building performant web applications

Svelte

Radical new approach to building user interfaces with less code

Astro

Framework for building content-focused, fast websites

shadcn/ui

Re-usable components built with Radix UI and Tailwind CSS

Backend Frameworks

Templ

Type-safe HTML templating language for Go that helps build robust web applications

Nitro

Fast and flexible server engine for JavaScript and TypeScript applications

Hono

Ultrafast web framework for the Edges, written in TypeScript

Echo

High performance, minimalist Go web framework

Ktor

Kotlin framework for building asynchronous servers and clients

Styling & Design

Tailwind CSS

Utility-first CSS framework for rapidly building custom user interfaces

Sass

Professional grade CSS extension language with more features and capabilities

PostCSS

Tool for transforming CSS with JavaScript plugins to automate routine operations

Iconify

All popular icon sets, one framework. Over 150,000 open source vector icons