2026-01-30 Created public repo in attempts to help. Not really sure what I'm doing in. repo. So.. be nice https://github.com/taslabs-net/proxmox-tb4
Updated as of: 2025-11-19 - Network architecture corrections applied
2026-01-30 Created public repo in attempts to help. Not really sure what I'm doing in. repo. So.. be nice https://github.com/taslabs-net/proxmox-tb4
Updated as of: 2025-11-19 - Network architecture corrections applied
This document outlines the architecture and implementation approach for building a scalable, distributed Model Context Protocol (MCP) server using Cloudflare Workers. The system demonstrates how to create a production-ready MCP implementation that can scale globally with minimal operational overhead.
"IPv6 is the future" for over a decade. Yet here we are in 2025, and many of us are still stuck with limited IPv4 addresses while our ISPs drag their feet on IPv6 deployment. I decided to stop waiting.
This is the story of how I deployed production-ready IPv6 across an entire network using provider-independent address space, Cloudflare Magic Transit, and a single IPv4 address. No ISP support required.
My situation might sound familiar:
GitLab: FlarelyLegal/cf-gitlab
GitHub: FlarelyLegal/cf-gitlab
TL;DR: One Debian 13 LXC, 50 GB disk, 13 Cloudflare products, zero inbound ports. Storage never fills up (R2). Certs never expire (DNS-01). Login is gated by identity, not passwords (Access). Public downloads are cached at the edge (Workers). Backups go offsite automatically (R2). SSH works from anywhere (Tunnel). One
.envfile configures everything.
HomeFlare Cluster -- 3-node Proxmox homelab running BGP anycast, Ceph, Nomad, and 85+ API endpoints.
A single Valkey Sentinel cluster, running on a 40 Gbps Thunderbolt 4 mesh with sub-millisecond latency, serves as the shared data plane for 8 distinct infrastructure concerns -- eliminating the need for 8 separate systems.
Note: Summarized with Claude
A sanitized, ready-to-template set of calls for pulling Core Web Vitals (LCP / INP / CLS) from the Cloudflare GraphQL Analytics API. All secrets/IDs are placeholders — swap in your own. Uses a scoped Bearer token (recommended) instead of the global key.
Note: Logpush cannot deliver Web Vitals. RUM data is only available via the GraphQL Analytics API (
rumWebVitalsEventsAdaptiveGroupsand related nodes).