Self‑Host the Ollama + Open WebUI Stack: A Foundational Guide
Understand the Ollama + Open WebUI + Nginx stack before installing it. Architecture, model-picking matrix, and trade-offs vs hosted APIs like ChatGPT.
An insight into the way we run the infrastructure that runs all our services, or news about the DevOps world
Displaying posts 145 - 156 of 214 in total
Understand the Ollama + Open WebUI + Nginx stack before installing it. Architecture, model-picking matrix, and trade-offs vs hosted APIs like ChatGPT.
Self-host a ChatGPT-style chat UI on a VPS with Open WebUI and Ollama. Docker Compose, Nginx TLS, model sizing, and automated CI/CD deploys.
Use Makefiles as a task runner for web projects — dependency chains, parallel execution, environment configs, and integration with deployment pipelines. No C compilation required.
Head-to-head comparison of PHP-FPM, FrankenPHP, RoadRunner, Swoole, and LiteSpeed. Covers architecture, performance trade-offs, worker modes, and how to deploy each with DeployHQ.
DeployHQ vs Octopus Deploy — a practical comparison for 2026. See setup walkthroughs, feature tables, and real pricing side-by-side to find the right deployment tool for your team and budget.
Deploy a production-ready Metabase instance with Docker Compose, PostgreSQL, Nginx, and Let's Encrypt TLS — then automate future updates with DeployHQ.
Set up automated Laravel deployments with build pipelines, database migrations, cache management, and zero-downtime releases. Works with any SFTP/SSH host.
DeployHQ can't build images for Amazon ECR. Here's the split that works: build in CI, promote to ECS or EKS with a Custom Action, roll back instantly.
Feature flags decouple shipping code from releasing features. Learn the 5 canonical use cases, common pitfalls, and how to start in your stack.
Build scripts automate the steps between your source code and a running application — installing dependencies, compiling assets, running tests, and packaging the result. Learn how to write production-ready build scripts and integrate them with DeployHQ.
Step-by-step guide to deploying Odoo 19 on Ubuntu 24.04 LTS with PostgreSQL 16, Nginx, SSL, and automated rollback via DeployHQ.
A deployment script (typically deploy.sh) automates the steps from a built artifact to a running production service — with rollback and health checks.