Fully featured web optimizer for (mostly) static pages
docker pull bardiir/web-optim
docker run -v /path/to/your/web/folder:/in -v /path/to/the/optimized/output:/out [-v /tmp/cache:/cache] bardiir/web-optim [options]
-v /path/to/your/web/folder:/in - This is the data folder you want to optimize, replace /path/to/your/web/folder with the real source
-v /path/to/the/optimized/output:/out - This is where the optimized data is saved to, replace /path/to/the/optimized/output with the real target
-v /tmp/cache:/cache (optional) - Save cache data to this directory, this speeds up subsequent runs a lot if the output folder gets cleared in between, replace /tmp/cache with the caching location
This is a Work-in-progress but based on the learnings from the auto-caesium, auto-dash-hls etc projects done by @majamee and me over the last weeks the following features/optimizations are planned:
Milestone 1:
Milestone 2:
cache for faster lookup if out is cleared (for example in build pipelines)Milestone 3:
Milestone 4:
Milestone 5:
Milestone 6:
Content type
Image
Digest
Size
42.7 MB
Last updated
almost 7 years ago
docker pull bardiir/web-optim