mosquito / pypi-server

Tornado based server like pypi.python.org. With caching from pypi.
MIT License
120 stars 38 forks source link

Authentication for listing/downloading #26

Open leobuskin opened 6 years ago

leobuskin commented 6 years ago

Is it possible to allow/disallow users to see/download some particular local packages? That will be great, looking to move from pypiserver to pypi-server

mosquito commented 6 years ago

You can add basic_auth with nginx for /simple/ location.

erlef10 commented 4 years ago

You can add basic_auth with nginx for /simple/ location.

Dose the current server authentication create an apache2 .htpasswd file on user creation? And if so, where? It's abit impractical having to maintain a second password list manually.