deployments

Tag: deployments

3 posts
Automating server setup with cloud-initAutomating server setup with cloud-init
Bruce icon
Bruce

Automating server setup with cloud-init

Automatically perform all the standard steps you do on new servers in under 50 lines of yaml

·
Aug 15 '25
·
Deploying a tRPC Backend to Bunny Edge Scripting
Bruce icon
Bruce

Deploying a tRPC Backend to Bunny Edge Scripting

How you can deploy your tRPC project to the Bunny Edge Scripting platform

·
Mar 23 '25
·
Benchmarking Cloudflare R2 HEAD Requests from Cloudflare Workers
Bruce icon
Bruce

Benchmarking Cloudflare R2 HEAD Requests from Cloudflare Workers

Why would I do this? For my latest project, mapvoyage, I need to serve text files (wikitext to be specific), directly to the user if possible, as well as in a separate function select one wikitext file to display from a list of wikidata ids that may or may not have an associated wikitext file. Latency is important and I'd like the data to be edge-available if possible. R2 with workers seemed ideal here, as the client can download the files from R2 directly and I can lookup the urls from a separate worker, which hopefully shouldn't have a long latency for reading them.

·
Mar 9 '25
·