Skip to content

rkretzschmar/verdaccio-gae-ah

Repository files navigation

verdaccio-gae-ah

A Verdaccio middleware plugin that handles Google App Engine /_ah/* requests like /_ah/warmup.

Installation

First, install Verdaccio as a project, see How to install Verdaccio.

Then, within the Verdaccio project folder:

$ npm i verdaccio-gae-ah

Configuration

Add the following to the middlewares section of the Verdaccio config.yaml file:

middlewares:
  gae-ah:
    enabled: true

If enabled is true Verdaccio server is answering requests like /_ah/start or /_ah/warmup with HTTP 200 and the following JSON response:

{
  "ready": true
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published