You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitProxy supports extensibility in the form of plugins. These plugins are specified via [configuration](/docs/category/configuration) as NPM packages or JavaScript code on disk. For each plugin configured, GitProxy will attempt to load each package or file as a standard [Node module](https://nodejs.org/api/modules.html). Plugin authors will create instances of the extension classes exposed by GitProxy and use these objects to implement custom functionality.
3
+
4
+
For detailed documentation, please refer to the [GitProxy development resources on the project's site](https://git-proxy.finos.org/docs/development/plugins)
5
+
6
+
## Included plugins
7
+
These plugins are maintained by the core GitProxy team. As a future roadmap item, organizations can choose to omit
8
+
certain features of GitProxy by simply removing the dependency from a deployed version of the application.
9
+
10
+
-`git-proxy-plugin-samples`: "hello world" examples of the GitProxy plugin system
0 commit comments