Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

deployd

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deployd

  • 0.4.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
64
increased by18.52%
Maintainers
1
Weekly downloads
 
Created
Source

deployd

modern, distributed, resource server.

documentation

Features

  • Streaming, Any-Size File Storage
  • Queryable JSON Collections
  • Validation
  • Authentication
  • Events

Installation

$ [sudo] npm install deployd -g

Start

You can start the server with the dpd command line interface. For more commands see dpd -h.

$ dpd listen

Remote Administration

Deployd servers do not rely on human created passwords, instead deployd can be administered over http using a randomly generated auth key.

Use the CLI to generate a unique key for remote administration.

$ dpd key

added key:

{_id: "...", ...}

Requests to low level APIs such as /types and /resources will require a x-dssh-header containing a key generated with dpd.

Keys can contain meta data for identifying their owner. This is useful in the case where access should be granted and revoked on a key by key basis.

$ dpd addkey '{"user":"joe"}'

added key: {user: 'joe', _id: '...', ...}

Questions

Consult the documentation or contact ritchie at deployd com.

FAQs

Package last updated on 25 Apr 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc