Joey Miller

Results 4 issues of Joey Miller

Hi there, I cannot find any mention in the documentation about support for optimizing remote images (like [is possible with the built-in Next.js image optimization solution](https://nextjs.org/docs/basic-features/image-optimization#remote-images)). If this use-case isn't...

Introduced this flag to allow users to define their own external images download directory. This comes in handy when using the plugin without `next export`. See further discussion here: https://github.com/dc7290/next-export-optimize-images/issues/105#issuecomment-1225750849

I noticed I was getting large gaps (sometimes 5+ hours) in the data received by prometheus, even though the speedtest should be occurring hourly. _docker-compose.yml_ ``` speedtest: image: "billimek/prometheus-speedtest-exporter:1.3.1" restart:...