gowooks

module
v0.0.0-...-cf47736 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2020 License: MIT

README

gowooks

Go report Build Status Coverage Status

A lightweight secure git webhook server

Quickstart

You can easily build and run using predefined makefile rules. The .env file contains variables and secrets for your server.

# copy .env file. 
# You have to update it with your own values
cp DEV.env .env

# test
make test

# build
make build

# run
make run

Env file

Below the description of all parameters

  • SECRET: contains the secret you have set up in your Git server
  • PORT: Contains the port the server will be listening on
  • ROUTE: The route the server must listening your hook on

Licence

The MIT Licence

Directories

Path Synopsis
src

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL