Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

local pypi server (custom packages and auto-mirroring of pypi)

License

NotificationsYou must be signed in to change notification settings

mvantellingen/localshop

Repository files navigation

Latest Versionhttps://travis-ci.org/mvantellingen/localshop.svg?branch=masterhttp://codecov.io/github/mvantellingen/localshop/coverage.svg?branch=master

A PyPI server which automatically proxies and mirrors PyPI packages basedupon packages requested. It has support for multiple indexes and team basedaccess and also supports the uploading of local (private) packages.

The full documentation is available onRead The Docs

Getting started

When you want to host it on AWS with the Azure AD oauth2 server use:

docker run
-e DATABASE_URL=postgresql://user:password@host/database-e SECRET_KEY=<secret-key-for-django>-e LOCALSHOP_FILE_STORAGE=storages.backends.s3boto.S3BotoStorage-e LOCALSHOP_FILE_BUCKET_NAME=<your-aws-s3-bucket>-e OAUTH2_PROVIDER=azuread-oauth2 -e OAUTH2_APPLICATION_ID=<your-oauth2-app-id>-e OAUTH2_SECRET_KEY=<your-oauth2-secret-key>mvantellingen/localshop

If you want more flexibility you can load your custom settings file by mountinga docker volume and creating a localshop.conf.py. This file will be loaded bylocalshop at the end of the settings file.

docker run
-e DATABASE_URL=postgresql://user:password@host/database-e SECRET_KEY=<secret-key-for-django>-v $(PWD)/config:/home/localshop/conf/mvantellingen/localshop

About

local pypi server (custom packages and auto-mirroring of pypi)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors34


[8]ページ先頭

©2009-2025 Movatter.jp