souin icon indicating copy to clipboard operation
souin copied to clipboard

Unable to purge key/regex via API (Caddy)

Open Ghostavio opened this issue 1 month ago • 1 comments

Purging all through /flush works but trying to purge keys with ids or regex doesn't.

Basically the same issue as https://github.com/darkweak/souin/issues/658

Ghostavio avatar Nov 13 '25 00:11 Ghostavio

Also since the API was moved to Caddy's admin api I can't access it anymore from within a Docker container if Caddy is running on the host machine. I believe it would be helpful to allow the user to decide where to run Souin api without it being necessarily attatched to Caddy's admin API.

EDIT: this was fixed by adding my Docker container's IP address to the allowed list on the firewall with ufw

Ghostavio avatar Nov 14 '25 12:11 Ghostavio