HackerTrans
TopNewTrendsCommentsPastAskShowJobs

wuster

no profile record

Submissions

Understand Cloudflare's Container beta env

chamberspy.anthonywu.workers.dev
1 points·by wuster·12 months ago·1 comments

comments

wuster
·12 months ago·discuss
it's CRUSH.md https://github.com/charmbracelet/crush/blob/main/CRUSH.md
wuster
·12 months ago·discuss
Sharing with HN: a starter app to understand Cloudflare Containers (introduced in June 2025 as beta)

The official docs were vague and examples pretty bare, so I made a inspector/debugger app to understand the reverse proxied container env that you cannot ssh to.

This could unlock cost effective Python services for you.
wuster
·2 years ago·discuss
curl https://storage.googleapis.com/panels-api/data/20240916/medi... | jq -r '.data[].dhd' | grep imgix.net | while read -r line; do out=$(echo $line | sed 's/?.*//g' | sed 's/[^.a-zA-Z0-9]/_/g'); curl -s -o $out $line; done