Blog
Technical articles, deep dives, and announcements from the Upsun team and community.
Recent

Jul 14, 2026
Blog RSS
The latest articles and tutorials from the Upsun Developer Center.
How It WorksJul 14, 2026
Can you trust the X-Client-IP header?
Why the X-Client-IP header on Upsun holds the real visitor IP behind Fastly, Cloudflare, and CloudFront, and how to log real client IPs behind any other CDN.
How It WorksJul 7, 2026
Write a Git server with per-branch permissions in five minutes
Upsun’s most basic API is a Git server. Build one in Python with Dulwich and Paramiko, and add per-branch read permissions in a single method.