Go to file
Ken-Håvard Lieng 628dc66685 Go modules! 2018-08-31 03:08:17 +02:00
assets Change Connect button to Add Network 2018-08-23 11:01:44 +02:00
client Change Connect button to Add Network 2018-08-23 11:01:44 +02:00
commands Add command line option for server binding 2018-08-22 09:16:44 +02:00
pkg Fix tests 2018-06-18 16:12:19 +02:00
server Add option to choose which address to listen on, closes #31 2018-08-22 00:31:29 +02:00
storage Add option to hex encode the source IP of a client and use it as the ident, closes #24 2018-08-10 21:02:09 +02:00
vendor Go modules! 2018-08-31 03:08:17 +02:00
.dockerignore
.editorconfig
.gitignore Improved Dockerfile to properly build and ship a runtime image 2018-05-17 15:44:15 -07:00
.travis.yml Go modules! 2018-08-31 03:08:17 +02:00
Dockerfile Improved Dockerfile to properly build and ship a runtime image 2018-05-17 15:44:15 -07:00
LICENSE
README.md Add Sauce Labs credit 2018-05-30 04:42:32 +02:00
config.default.toml Add option to choose which address to listen on, closes #31 2018-08-22 00:31:29 +02:00
go.mod Go modules! 2018-08-31 03:08:17 +02:00
go.sum Go modules! 2018-08-31 03:08:17 +02:00
main.go
release.sh

README.md

dispatch Build Status

Try it!

Dispatch

Features

  • Searchable history
  • Persistent connections
  • Multiple servers and users
  • Automatic HTTPS through Let's Encrypt
  • Client certificates

Usage

There is a few different ways of getting it:

1. Binary

2. Go

This requires a Go environment, version 1.8 or greater.

Fetch, compile and run dispatch:

go get github.com/khlieng/dispatch
dispatch

To get some help run:

dispatch help

3. Docker

docker run -p <http port>:80 -p <https port>:443 -v <path>:/data khlieng/dispatch

Build

Server

cd $GOPATH/src/github.com/khlieng/dispatch
go install

Client

This requires Node.js and yarn.

Fetch the dependencies:

go get github.com/jteeuwen/go-bindata/...
yarn global add gulp@next
cd $GOPATH/src/github.com/khlieng/dispatch/client
yarn

Run the build:

gulp build

The server needs to be rebuilt to embed new client builds.

For development with hot reloading enabled run:

gulp
dispatch --dev

Libraries

The libraries this project is built with.

Server

Client

Big Thanks

Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs