10.2.1 • Published 1 year ago

verdaccio-google-cloud v10.2.1

Weekly downloads
20
License
MIT
Repository
github
Last release
1 year ago

verdaccio-google-cloud

npm CircleCI codecov FOSSA Status backers discord MIT

☁️📦 Google Cloud storage plugin for verdaccio

⚠️⚠️ This plugin is experimental and might be unstable. It requires further testing. ⚠️⚠️

npm i -g verdaccio-google-cloud
yarn global add verdaccio-google-cloud
pnpm i -g verdaccio-google-cloud

Requirements

  • Google Cloud Platform Account
  • Google Cloud Platform project that is using Google Firestore in Datastore mode
  • Service account with 'Cloud Datastore Owner' role and read/write access to the storage bucket
  • Verdaccio server (see below)
npm install -g verdaccio@latest
yarn global add verdaccio@latest
pnpm -g verdaccio@latest

Configuration

Complete configuration example:

store:
  google-cloud:
   ## google project id
   projectId: project-01 || env (GOOGLE_CLOUD_VERDACCIO_PROJECT_ID)

   ## The namespace for metadata database. Defaults to 'VerdaccioDataStore'.
   # kind: someRandomMetadataDatabaseKey

   ## This plugin does not create the bucket. It has to already exist.
   bucket: my-bucket-name

   ## Google Cloud Platform only recommends using this file for development.
   ## This field is optional.
   # keyFilename: /path/project-01.json || env (GOOGLE_CLOUD_VERDACCIO_KEY)

   ## The default validation is crc32c. It can be overridden using the
   ## https://googleapis.dev/nodejs/storage/latest/global.html#CreateWriteStreamOptions
   ## of https://googleapis.dev/nodejs/storage/latest/File.html#createWriteStream
   # validation: crc32c

   ## Enable/disable resumable uploads to GC Storage
   ## By default it's enabled in `@google-cloud/storage`.
   ## This may cause failures for small package uploads so it is recommended to set it to `false`.
   ## @see https://stackoverflow.com/questions/53172050/google-cloud-storage-invalid-upload-request-error-bad-request
   resumable: false

Define env whether you want load the value from environment variables.

If you are willing to use some of env just do not define properties on config.yaml or let them emtpy. Properties have preceden over env variables.

Disclaimer

⚠️⚠️ This plugin is experimental and might be unstable. It requires further testing. ⚠️⚠️

License

MIT Licensed

FOSSA Status

10.2.1

1 year ago

10.2.0

2 years ago

11.0.0-6-next.10

2 years ago

10.1.0

2 years ago

10.1.1

2 years ago

11.0.0-6-next.9

2 years ago

10.0.2

2 years ago

11.0.0-6-next.8

2 years ago

11.0.0-6-next.7

2 years ago

10.0.1

3 years ago

11.0.0-6-next.6

3 years ago

11.0.0-6-next.5

3 years ago

10.0.0

3 years ago

9.7.2

4 years ago

9.7.1

4 years ago

9.7.0

4 years ago

9.6.1

4 years ago

9.5.0

4 years ago

10.0.0-next.1

4 years ago

10.0.0-next.0

4 years ago

9.4.0

4 years ago

9.3.2

4 years ago

9.3.1

4 years ago

9.3.0

4 years ago

9.0.0

4 years ago

8.5.2

4 years ago

8.5.1

4 years ago

8.5.0

4 years ago

8.4.2

4 years ago

8.3.0

4 years ago

8.2.0

4 years ago

8.2.0-next.0

4 years ago

8.1.2

4 years ago

8.1.1

5 years ago

8.1.0

5 years ago

8.0.1-next.1

5 years ago

8.0.0

5 years ago

8.0.0-next.4

5 years ago

8.0.0-next.3

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago