crater-at-home icon indicating copy to clipboard operation
crater-at-home copied to clipboard

Deployment tooling

Open saethlin opened this issue 2 years ago • 2 comments

I'm running this with an S3 bucket, and a domain I control hooked up to a Cloudfront distribution, and I mostly actually run the software on my desktop or a spot instance.

I feel like it should be possible to at least automate setting up the instance.

saethlin avatar Jul 24 '23 03:07 saethlin

I've adjusted the path computations in the web pages, so this can be served straight out of an S3 bucket without issue. Maybe that alleviates any desire to have orchestration for a Cloudfront distribution?

saethlin avatar Jul 28 '23 22:07 saethlin

I've been mulling over sticking this whole thing into a database to make it easier to query, but the internet says that for such huge chunks of what is just binary data, that the filesystem is as good as any database. Hm. Maybe that means I should be querying and uploading to a tiny VM with a large attached disk.

saethlin avatar Nov 13 '23 03:11 saethlin