Caddy build server is not working

https://caddyserver.com/download/build?os=linux&arch=amd64&features=expires,ratelimit,realip,vultr returns 500

Oops. Thanks for letting me know; the disk ran out of space. I cleared the cache of builds and it should be good to go now.

If you have systemd you could utilize it to expire builds and expunge the cache regularly at little to no cost.

# /etc/tmpfiles.d/buildcache.conf
d /var/www/artifacts-pending-download 0755 www-data www-data 1d

… would delete everything that has not been accessed for over a day, from that directory.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.