Skip to content

Instantly share code, notes, and snippets.

@rameerez
rameerez / kamal-production-server-setup.sh
Last active August 4, 2025 02:03
Set up a Ubuntu server to deploy Kamal 2.x Docker containers to, hardened security and production ready
#!/bin/bash
# Production Docker Host Hardening Script v2
# For Ubuntu Server 24.04 LTS (Noble)
# Suitable for both Kamal deployment and builder hosts
set -euo pipefail
IFS=$'\n\t'
# --- Constants ---
@BretFisher
BretFisher / Docker Model Runner Reference.excalidraw.png
Last active August 3, 2025 20:06
Use Open WebUI with Docker Model Runner and Compose
Docker Model Runner Reference.excalidraw.png