Like Thumbor, but works for static files.
docker run -p 8080:8080 ghcr.io/glendmaatita/static-cdn
Serve static files through cdn, e.g http://localhost:8080/serve/https://cdn.jsdelivr.net/npm/@tabler/[email protected]/dist/tabler-icons.min.css
docker run -p 8080:8080 -v .:/opt/data/static ghcr.io/glendmaatita/static-cdn
Make sure the directory is writable
docker run -p 8080:8080 -v .:/opt/data/static -e EXPIRE_TIME="5" ghcr.io/glendmaatita/static-cdn