Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages