Help setting up local Hex

Hello guys! I’m facing a problem related to a project that I’m working on now… For security reasons, our company needs to deploy the Hex in an internal infrastructure (we tried to use Artifactory, but it does not offer support to Elixir packages out-of-the-box). I already installed the hex.pm repo on my machine for testing, created a Phoenix test project, added a new repo using mix hex.repo add local_repo http://localhost:4000 and updated the mix.exs to fetch packages from my local hex.pm.

At first, we thought about doing some kind of “pass thru” in the internal Hex, as described here https://groups.google.com/forum/#!topic/elixir-lang-talk/SnpKvN1K0RA, but we didn’t have success until now… Do you know about any hex features, documentation or code examples that can help us?

1 Like