Chocolatey Repo Proxy Using Sonatype Nexus3
Jump to navigation
Jump to search
https://www.youtube.com/watch?v=UehkG1VHtz0\
https://help.sonatype.com/repomanager3/formats/nuget-repositories/nuget-proxy-repositories
https://hub.docker.com/r/sonatype/nexus3/
docker run -d -p 8081:8081 --name nexus sonatype/nexus3 docker logs -f nexus docker exec -it nexus cat /nexus-data/admin.password
Create Chocolatey Repo Proxy using Nuget Proxy
- http://myhost:8081/#admin/repository/repositories
- Name: chocolatey-proxy
- Remote Storage URL: https://api.nuget.org/v3/index.json
- - Remote Storage URL: https://community.chocolatey.org/api/v2/ # Change to whatever https://chocolatey.org/api/v2/
choco source list choco source disable -n=chocolatey choco source add -n=proxy -s=http://myhost:8081/repository/chocolatey-proxy/