Beginner’s 3-Step Installation Guide The installation of Clawdbot has been significantly simplified and is mainly divided into three steps. Step 1: Prepare Hardware and Model You need a device t...
When deploying multiple WordPress sites on an internal network while sharing a single Cloudflare Tunnel, you can configure it correctly as follows: Set up virtual hosts on the serverConfigure virtual...
Project Background Websites deployed in an internal network need to be accessed from the external internet, but you don’t want to expose public IPs or purchase cloud servers. Cloudflare Tunnel p...
Why Vercel IP Whitelist Is Not Needed The Problem with IP Whitelist Many people consider adding Vercel or Cloudflare IP whitelist to Nginx config to protect the API: location /wp-json/ { allow 76.76.2...
Overview Using Nginx configuration to achieve: All WordPress frontend pages automatically redirect to another domain (e.g., Vercel frontend) WordPress admin remains accessible API endpoints respond no...
Process of Installing Coolify on Debian in VirtualBox This document records the process of deploying Coolify after installing Debian in VirtualBox. Installing Debian 11 in VirtualBox is straightforwar...
Using the Featured Image with URL plugin from the previous article as an example: If you want to replace the original WordPress featured image on the front end, you only need to locate the featured im...
In today’s tutorial, I will use the plugin Featured Image with URL as an example to create an endpoint that can be called by the frontend. The native WordPress Featured Image requires images to be upl...