7 Steps to Caddy Reverse Proxy (September 2026)

Setting Up Caddy as a Reverse Proxy With Automatic HTTPS for Self-Hosted Apps

Running multiple self-hosted services behind a single domain without manually managing SSL certificates used to be a tedious chore. I’ve spent the past two years testing reverse proxy configurations across home lab and VPS environments, and Caddy consistently removes the friction that makes people delay securing their services. Setting up Caddy as a reverse proxy … Read more

How to Get Free HTTPS Certificates for Local Services With Let’s Encrypt DNS Challenge (September 2026)?

How to Get Free HTTPS Certificates for Local Services With Let's Encrypt DNS Challenge

Running self-hosted services on your home network without HTTPS means dealing with browser warnings every single time. Self-signed certificates do not fix that problem because your browser still does not trust them. The real fix is a free, trusted certificate from Let’s Encrypt, and the Let’s Encrypt DNS challenge is the method that makes it … Read more

Switch Nextcloud AJAX Background Jobs to System Cron 2026

How to Move Nextcloud Background Jobs From AJAX to System Cron

Nextcloud background jobs are automated maintenance tasks that run quietly behind your instance, cleaning up file versions, emptying the trash bin, processing notifications, syncing external storage, and tidying the database. Out of the box, Nextcloud ships three ways to schedule these jobs: AJAX (the default), Webcron, and system cron. If you want to move Nextcloud … Read more