PlugNik - Private plugin repository for JetBrains Applications
PlugNik is a simple implementation of plugin repository for JetBrains Application.
The server is completely stands alone, and can easily be deployed on any environment!
Running
make run
Developing
make install
make run-dev
in development mode the server code is mounted into the container, and uvicorn
is set to reload mode, which allow you to run the server inside the container and keep developing!
How to Use
Instruction about how to add the repository to your application can be found in JetBrains official documentation here
How to upload plugins
Navigate into http://server-url/upload
and you will have a simple drag&drop for plugins!
Docker Image
docker pull royreznik/plugnik:alpha