darkweak / souin

An HTTP cache system, RFC compliant, compatible with @tyktechnologies, @traefik, @caddyserver, @go-chi, @bnkamalesh, @beego, @devfeel, @labstack, @gofiber, @go-goyave, @go-kratos, @gin-gonic, @roadrunner-server, @zalando, @zeromicro, @nginx and @apache

Home Page:https://docs.souin.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question: traefik community or enterprise?

codeagencybe opened this issue · comments

Hello

Can this caching be used with the open source Traefik version too or is Enterprise required?
I checked the information and it says about Traefik Hub for plugins, but the Hub is no longer free.

Anybody who can shed some light on this?
I'm trying to simply deploy Wordpress on Kubernetes with Traefik and want to improve the performance with a caching layer, hopefully Souin can help me with this.

Thanks.

Hello @codeagencybe, obviously it can be used by the Træfik open source version. You don't need Træfik EE to load plugins, you can just load them through the configuration

experimental:
  plugins:
    souin:
      moduleName: github.com/darkweak/souin
      version: v1.6.38

@codeagencybe Had you got some time to try that?

Close due to inactivity, feel free to reopen.

@codeagencybe Had you got some time to try that?

Hello, sorry for late reply, just got back from holidays.
Thansk for the feedback and example, I will try your suggestion