Allow reposilite to store upstream caches in a different location
See original GitHub issueRequest details
Feature Request: Assign some option like storageProvider to proxied repo, allowing reposilite to store upstream caches in a different location rather than mixed with self hosted packages.
I works withs a non-standard machine arch, which not supported by any known public jdk distribution. A internal private jdk is available, but I need modifying some java packages, which are architecture sensitive, to make maven build works fine. For a long time , installing modified packages to ~/.m2/repositories
is ok.
I setup a reposilite server for internal use. It works pretty well, except mixing proxied caches with self host packages in the same location. It makes me hard to distinguish self host packages and proxied caches, even I can acess the reposilite storage directly.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
That’s what I thought, I think we can try to support direct proxied repositories to avoid a need of using external network. I’ll mark it as enhancement for now.
It works, thanks!
Now the only pronlem is that, the reposilite will make self network request to get proxied repo. It is a little unreasonable.