Works great for Debian repositories
- The Docker registry feature works great. Compared to Sonatype Nexus 3, I don't need to set up extra ports, as everything just works off the port ProGet itself is running on.
- Debian feeds support automatic GPG key generation, without me having to create or manage them myself. This is another spot where ProGet is better than Nexus, as you have to manually create and specify a key with Nexus, while ProGet simply handles it all for you.
- Docker feeds
- Debian feeds
- Ability to only keep the latest versions of packages
- I don't need to develop custom solutions for distributing my software, as ProGet does it all for me.
- ProGet also integrates easily into my CI systems, with a fully-featured API that allows me to upload packages right after building.
The Docker feeds run on the same port as ProGet itself, while Nexus requires additional ports to be set up, which can be a burden when running in Docker.
Debian feeds also support GPG key creation without having to manually specify one, again, reducing the burden for me to manually do things, allowing me to set up and distribute my programs even quicker.