Welcome to dev.cliffordswebhole.com — the official development lab of Clifford’s Webhole.
This environment is where Clifford builds and tests new technologies, WordPress themes, plugins, automation workflows, and anything else powering the Webhole ecosystem.
This is a live laboratory — things break, evolve, get rebuilt, and become stronger. Nothing here is final.
Builder of Clifford’s Webhole, architect of self-hosted systems, and creator of multi-site WordPress environments, AI automations, and distributed content pipelines.
I blend web development, Linux engineering, Docker DevOps, and AI automation into a unified digital network that I control end-to-end.
labs.cliffordswebhole.comHTML · CSS · JS · PHP · Bash · SQL
Ubuntu · Docker · Nginx Proxy Manager · UFW
WordPress · Custom Themes · WP-CLI
FastAPI · n8n · OpenRouter · Ollama
My main hub for coding, AI, security, and everything digital.
A beekeeping & homesteading platform with seasonal content.
Self-hosted AI playground for agent testing & tooling.
Custom automation pipeline for RSS → WordPress.
I build reliable, self-hosted systems that connect the digital and real world. My goal: a fully unified ecosystem of servers, agents, automation, and content — powered by Clifford’s Webhole and owned by me.
RSS → WordPress automation engine.
FastAPI-based AI agent framework.
The dark hacker theme powering the Webhole.
Seasonal beekeeping content platform.
# restart docker stack
docker compose down && docker compose up -d
# inspect docker networks
docker network inspect proxy-net
# view logs live
docker logs -f container_name
# quick mysql access
docker exec -it db-container mysql -u root -p
# backup WordPress
wp db export backup.sql && tar -czvf site.tar.gz /var/www/html