seqeralabs / staticreg

A tool to generate a static website from an OCI registry containing all the images and tags the provided user has access to.
Apache License 2.0
0 stars 0 forks source link

Cache refresh button and endpoint #15

Open fntlnz opened 1 month ago

fntlnz commented 1 month ago

Right now we are caching results to avoid spamming the underlying registry too much. Those cache results are expired after a TTL.

We want to introduce a button and an endpoint on each resource to invalidate the cache.

Suggested by @pditommaso