Hacker News new | ask | show | jobs
by pydave 1040 days ago
> imgproxy server that needs to run somewhere publicly available, be kept alive and secure

Why make this runtime instead of a prepublish script (even a git commit hook or CI action)? Doesn't seem like your images would ever change so it introduces a point of failure, but I guess relieves you of ever thinking about images again?