5 releases

0.1.4 Oct 25, 2024
0.1.3 Oct 15, 2024
0.1.2 Oct 15, 2024
0.1.1 Oct 15, 2024
0.1.0 Oct 14, 2024

#358 in Command line utilities

Download history 70/week @ 2024-10-08 380/week @ 2024-10-15 141/week @ 2024-10-22 9/week @ 2024-10-29 3/week @ 2024-11-05

603 downloads per month

MIT license

12KB

Serve folder like CDN

Installation

cargo install cdn

Run

cdn
# Static will be served at 0.0.0.0:8080

Using it with docker

Docker is based on distroless/cc-debian12

FROM ghcr.io/mashanz/cdn:latest AS runner
WORKDIR /static
COPY . .
ENTRYPOINT ["cdn"]

Dependencies

~16–27MB
~447K SLoC