Private Package Repositories
Comments discuss alternatives to public package registries, such as GitHub Packages, GitLab, Artifactory, and Nexus for private hosting, caching proxies, and local mirrors to manage dependencies securely and reliably.
Activity Over Time
Top Contributors
Keywords
Sample Comments
Isn't that kind of the point of the GitHub Package Registry?
why not use github for package repository?
Cargo supports non-public package repositories, not sure what you’re referring to here?You got a similar response in another thread: https://news.ycombinator.com/item?id=24038376
git + nexus maybe would be the way to go ?
Gitlab has this built in as well.EDIT: Has a proxy for packages.https://docs.gitlab.com/ee/user/packages/package_registry/
Have you tried GitHub packages?
why not use artrifactory or similar proxy so you always have a local mirror?
The github registry may be another reasonable alternative... not to mention linking git hashes directly, but that has other issues.
how um is this different from pypi or public repos in other languages... you could try to publish junk anywhere
You can set up Artifactory on a nearby server you own and proxy all of your package requests through it. Works quite well.