git-on-epaper icon indicating copy to clipboard operation
git-on-epaper copied to clipboard

Display last GitLab project git commit. Page is optimized for an e-paper device.

git-on-epaper

A gitlab webhook for push notifications on a project. The webhook serves a HTML that shows the last push on the project with the following information:

  • commit title
  • commit author
  • added/deleted lines

Here's a screenshot of the page, shown on a e-paper device from Visionect:

Screenshot

To compile, clone and run

go build ./...

The webhook listens on port 8001 where / is the webhook URL and /page the HTML template.