dory

secret sharing service with auto-expiry as default, doesn't need accounts

home howto

Development Workflow

Go Report Card Build Status

./go-tasks deps

following command will create a ./bin directory an create multi platform binaries there to run will also fetch dependencies if not done already

default it runs at :8080, to run it at any other port (or IP::PORT), export environment variable DORY_HTTP with required listen-at value before running dory in that env scope.

./go-tasks build

curl example


docker build  -t abhishekkr/dory:alpha -f w3assets/Dockerfile .