Skip to content

Geordi (La Forge) is a small GitHub webhook receiver written in python publishing Puppet modules to the Forge

License

Notifications You must be signed in to change notification settings

mayflower/geordi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geordi

Geordi (La Forge) is a small GitHub webhook receiver written in python publishing Puppet modules to the Forge

Geordi La Forge

Usage

Run webhook receiver

  • Use build.sh to prepare a virtual environment.
  • Puppet Forge credentials need to be configured via environment variables:
export FORGE_USER=your-forge-username
export FORGE_PASS=your-forge-password
  • run geordi: python app.py

Running in Docker

  • Build the Docker image: docker build --tag geordi .
  • Run a container: docker run -p 5000:5000 -e FORGE_USER=user -e FORGE_PASS=pass geordi:latest

Configure GitHub

Once you start geordi it will bind to 0.0.0.0:5000 and listen for payloads on http://0.0.0.0:5000/github

Credits

Created by:

Based on the work done by @sashasimkin (https://github.com/sashasimkin/hook-receiver)

License

GPLv3, see LICENSE for details.

About

Geordi (La Forge) is a small GitHub webhook receiver written in python publishing Puppet modules to the Forge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published