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!
make runmake download
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!
Instruction about how to add the repository to your application can be found in JetBrains official documentation here
Navigate into http://server-url/upload and you will have a simple drag&drop for plugins!
docker pull royreznik/plugnik:lastest