cybozu-go / aptutil

Go utilities for Debian APT repositories
MIT License
124 stars 29 forks source link

Question: Have go-apt-cacher read go-apt-mirror files #58

Open snoby opened 3 years ago

snoby commented 3 years ago

I have successfully mirrored a Ubuntu repository, I'm not clear from the documentation if it is possible to have the go-apt-cacher mounted in such a way so that the cacher has the local mirrored repository available to it.

How is a client to be setup to use both? I guess you would change the source.list to point to the mirrored repository url that is being served with nginx? Then you would have the client http proxy setup to point to the go-apt-cacher url. How do you avoid the go-apt-cacher from caching the mirrored data?

Thanks for any clarification you can provide.