Skip to content

felixbd/gitlab-webhooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitlab-webhooks

docker setup via nix-build (currently broken ...)

nix-build docker.nix -o result
docker load -i ./result
docker images | grep gitlab-webhooks-server
docker run -it -v $(pwd)/app.py:/app.py -p 5000:5000 gitlab-webhooks-server:latest flask run --host=0.0.0.0

nix-shell setup

nix-shell
flask run

test via curl

curl -X POST -H "Content-Type: application/json" -d '{"object_kind": "push", "message": "Example commit message"}' http://localhost:5000/webhook

About

flask web server for gitlabs Webhooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published