traefik / plugindemo

This repository includes an example plugin, for you to use as a reference for developing your own plugins
https://plugins.traefik.io/plugins/628c9ee2108ecc83915d7764/demo-plugin
Apache License 2.0
140 stars 45 forks source link

Is the 30 minutes window to search for new plugins still up to date ? #19

Closed sorasful closed 1 year ago

sorasful commented 1 year ago

Hi there,

I forked a repository of a plugin to add an additional behavior, it's been almost 2 hours and it still doesn't show in the catalog. I was wondering if the time window of 30 minutes has changed maybe ?

I made sure :

Here's my project : https://github.com/sorasful/jwt-middleware-optional

I don't see any issues either on the repository.

Do you have some pointers ? Or maybe I just need to wait a bit more ?

Thanks for your time !

ldez commented 1 year ago

Hello,

the forks are not handled as valid plugins, because forks are mainly related to PRs.

So you have to create a "hard fork" (a copy of the repo).

I also recommend contributing to a plugin instead of creating a new one.