Custom Nodes.js implementation of the OpenPGP HTTP Keyserver Protocol (HKP), with a few modifications:
index
and vindex
operations are the samenm
(No Modification) and exact
options are ignoredfingerprint
option is always onIf the machine does not have Node or Yarn installed, install Volta first, and it will install Node and Yarn for you.
# Install dependencies
yarn install --immutable
# Create an empty database
yarn prisma db push
# Start the dev server
yarn dev
# Install dependencies, create a database if it does not exist, and start the server
docker-compose up
Please note that data is shared between the dev and production servers through the storage directory.