Skip to content

teamxinc/docker-verdaccio-s3-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-verdaccio-s3

This is a Private NPM container that can backup to s3 (or any object storage provider compatible with s3a)

The container will sync content down upon starting, and perform a backup sync every 5 minutes.

docker run  --name verdaccio \ 
            -e S3_BUCKET=<s3 bucket name> \
            -p 80:4873 \
            teamxinc/verdaccio-s3-github

Required Environment Variables

Variable Name Required Default Value
GITHUB_OAUTH_CLIENT_ID Yes
GITHUB_OAUTH_CLIENT_SECRET Yes
VERDACCIO_PROTOCOL No http
GITHUB_OAUTH_ORG No 4873

About

Verdaccio + s3 storage + github authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors