v2.0.0
cmgr-artifact-server
is now a standalone binary supporting the same platforms as cmgr
.
Artifact requests are no longer reverse-proxied through cmgrd
, allowing usage with cmgr
only.
Two file hosting backends are now supported:
selfhosted
, which runs its own web server to serve artifact files.S3
, which syncs artifacts to an S3 bucket and can also generate invalidations for an associated CloudFront distribution when artifacts are updated or deleted.
See the README for details, including a full option listing and usage examples.