Go to file
Ken-Håvard Lieng 77543e3aed Switch to bbolt
2020-04-23 01:06:36 +02:00
assets Update dependencies 2019-06-09 02:01:48 +02:00
client Bump eslint-utils from 1.3.1 to 1.4.3 in /client 2019-10-31 10:55:29 +00:00
commands Implement old storage.Path API 2020-04-20 03:02:15 +02:00
config Implement old storage.Path API 2020-04-20 03:02:15 +02:00
pkg Update dependencies 2019-06-09 02:01:48 +02:00
server Implement old storage.Path API 2020-04-20 03:02:15 +02:00
storage Switch to bbolt 2020-04-23 01:06:36 +02:00
vendor Switch to bbolt 2020-04-23 01:06:36 +02:00
version
.dockerignore
.editorconfig
.gitignore
.goreleaser.yml
.travis.yml Turn modules off when installing go-bindata on travis 2020-04-20 02:07:12 +02:00
config.default.toml
Dockerfile
go.mod Switch to bbolt 2020-04-23 01:06:36 +02:00
go.sum Switch to bbolt 2020-04-23 01:06:36 +02:00
install.sh
LICENSE
main.go
README.md Switch to bbolt 2020-04-23 01:06:36 +02:00

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.10 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

go install

Client

This requires Node.js and yarn.

Fetch the dependencies:

GO111MODULE=off go get github.com/jteeuwen/go-bindata/...
yarn global add gulp
cd client
yarn

Run the build:

gulp build

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

For development with hot reloading start the frontend:

gulp

And then the backend in a separate terminal:

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