Sign inSign up

keyvanfatehi/dewdrop-server-node

By keyvanfatehi

Updated almost 11 years ago

Image
1

412

keyvanfatehi/dewdrop-server-node repository overview

dewdrop-server-node

NPM

I got tired of hitting the CloudApp limit, and I suck at deploying PHP apps so I rewrote DewDrop's php server in Node.js

Get the clients here http://dewdrop.dangelov.com/ or if you're on Mac OS X, you can brew cask install dewdrop

Deploy with Docker

Pull the image docker pull keyvanfatehi/dewdrop-server-node

Create and run the container

docker run -d --name dewdrop-server \
  -e SERVER_NAME="http://foo.bar.baz" \
  -e DEWDROP_USER="you" \
  -e DEWDROP_PASS="secret" \
  -v /where/to/store/data:/data \
  -p 44444:3000 \
  keyvanfatehi/dewdrop-server-node

note: dewdrop is unrelated to my other project, dew

Tag summary

Content type

Image

Digest

sha256:10b580034

Size

234.6 MB

Last updated

almost 11 years ago

docker pull keyvanfatehi/dewdrop-server-node