{"id":13587879,"url":"https://github.com/PrivPlugMatt/traefik-private-plugins","last_synced_at":"2025-04-08T02:34:08.219Z","repository":{"id":222378702,"uuid":"333965104","full_name":"PrivPlugMatt/traefik-private-plugins","owner":"PrivPlugMatt","description":"Automatic patch for Traefik supporting private plugins","archived":true,"fork":false,"pushed_at":"2021-05-19T12:23:54.000Z","size":17,"stargazers_count":21,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-02-13T21:58:56.065Z","etag":null,"topics":["traefik","traefik-docker","traefik-plugin","traefik-v2"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PrivPlugMatt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-28T21:48:37.000Z","updated_at":"2023-01-28T07:33:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"7d618496-981a-47de-9c23-75cd4254620d","html_url":"https://github.com/PrivPlugMatt/traefik-private-plugins","commit_stats":null,"previous_names":["privplugmatt/traefik-private-plugins"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrivPlugMatt%2Ftraefik-private-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrivPlugMatt%2Ftraefik-private-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrivPlugMatt%2Ftraefik-private-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrivPlugMatt%2Ftraefik-private-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PrivPlugMatt","download_url":"https://codeload.github.com/PrivPlugMatt/traefik-private-plugins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247764996,"owners_count":20992211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["traefik","traefik-docker","traefik-plugin","traefik-v2"],"created_at":"2024-08-01T15:06:24.269Z","updated_at":"2025-04-08T02:34:08.212Z","avatar_url":"https://github.com/PrivPlugMatt.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Traefik private plugin support\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/PrivPlugMatt/traefik-private-plugins/Apply%20patch%20for%20specific%20branch%20or%20tag)\n![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/pagran/traefik/latest)\n![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/pagran/traefik/v2.4.0)\n\n\n## Overview\n\n[Traefik](https://github.com/traefik/traefik) authors do not see the need to add support for private plugins, forcing to use [Traefik Pilot](https://traefik.io/traefik-pilot/).\n\nThey have already rejected several pull requests with different implementations of private plugins ([#7725](https://github.com/traefik/traefik/pull/7725), [#7515](https://github.com/traefik/traefik/pull/7515)) and explained their position in detail ([comment](https://github.com/traefik/traefik/pull/7515#issuecomment-726133992)) \n\nThis project adds support for private plugins.\n\n## Technical details\n\nTraefik is a big project and maintaining a fork that will contain all the latest updates is too complicated. \n\nI decided to put the support of private plugins into a small patch, which will automatically (using [Github Actions](https://github.com/PrivPlugMatt/traefik-private-plugins/actions)) apply to the actual Traefik sources and send the compiled containers to [Docker Hub](https://hub.docker.com/r/pagran/traefik)\n\n## [Docker](https://hub.docker.com/r/pagran/traefik)\n\n`docker run -p 80:80 -v $PWD/private-plugins-storage:/private-plugins-storage pagran/traefik:v2.4.0`\n\n## Usage\n\nTo activate the private plugin, you must specify `private` in the `version` field and place unpacked plugin into `./private-plugins-storage/src` folder.\n\n\nFor example [plugindemo](https://github.com/traefik/plugindemo):\n\n```yaml\nexperimental:\n  plugins:\n    plugindemo:\n      moduleName: plugindemo\n      version: private\n```\n\n```\nprivate-plugins-storage/\n└── src\n    └── plugindemo\n        ├── demo.go\n        ├── demo_test.go\n        ├── .gitignore\n        ├── .golangci.toml\n        ├── go.mod\n        ├── LICENSE\n        ├── Makefile\n        ├── readme.md\n        └── .traefik.yml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPrivPlugMatt%2Ftraefik-private-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPrivPlugMatt%2Ftraefik-private-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPrivPlugMatt%2Ftraefik-private-plugins/lists"}