A read-only clone of the dehub project, for until dehub.dev can be brought back online.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
dehub/cmd/http-server
mediocregopher a5bee27892 Change all references to 'master' into 'trunk' 4 years ago
..
.gitignore Change all references to 'master' into 'trunk' 4 years ago
Dockerfile add initial implementation of the http-server 4 years ago
README.md add initial implementation of the http-server 4 years ago
nginx.conf add initial implementation of the http-server 4 years ago
pre-receive add initial implementation of the http-server 4 years ago
run.sh add initial implementation of the http-server 4 years ago
start.sh add initial implementation of the http-server 4 years ago

README.md

dehub-server

This directory provides a simple Docker image which can be spun up to run a dehub-enabled server (i.e. one in which incoming commits will be verified prior to being accepted into their branch).

The Dockerfile being used is based on gitbox, so thank you to nmarus for the great work there.