Go to file
Michael Zhang 6b02463308
zzz
2020-11-02 19:56:57 -06:00
ci f 2018-09-17 22:54:31 -05:00
docs documentation 2018-09-17 21:29:50 -05:00
src zzz 2020-11-02 19:56:57 -06:00
.dockerignore woops 2018-09-01 00:48:45 -05:00
.gitignore documentation 2018-09-17 21:29:50 -05:00
.travis.yml documentation 2018-09-17 21:29:50 -05:00
Cargo.lock zzz 2020-11-02 19:56:57 -06:00
Cargo.toml zzz 2020-11-02 19:56:57 -06:00
Dockerfile dockerfile 2018-09-01 00:10:25 -05:00
README.md add documentation link 2018-09-18 15:05:18 -05:00
book.toml documentation 2018-09-17 21:29:50 -05:00
rustfmt.toml Format all code 2020-11-02 18:02:52 -06:00

README.md

Dip: Configurable Webhook Server

Documentation

Express your webhooks in terms of composable blocks such as:

[[handlers]]
type = "github"
secret = "hunter2"

[[handlers]]
type = "command"
command = "cargo build"

Contact

Author: Michael Zhang

License: MIT