Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

OctoHubOSS/Octoflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

164 Commits

Repository files navigation

Git Logs

Rewrite of the original Github webhook logger (Git Logs).


Supported Events

See here for a list of all events.

Please see here for a list of all supported events.

More coming soon


The Stack

  • bot -> the frontend bot that allows configuration of the webhook logger
  • webserver -> the webserver that hosts the webhook logger

Self Hosting

Database

Run the following in psql to create the database:

CREATE DATABASE github;
\c github
\i schema.sql

Compiling

Fill out bot/.env and webserver/.env (see the .env.sample files there)

  • Run make selfhost to build the bot.
  • Enter the webserver folder and run make to build the webserver.

Running

You should ideally make this 2 systemd services in production.

  • Run the bot with make run (in the bot folder).
  • Run the webserver with ./webserver (in the webserver folder).

Note that a 206 status code is returned if repo_url is not added to the webhook


License

This project is licensed under the MIT License

About

Stay in the flow with every commit!

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

AltStyle によって変換されたページ (->オリジナル) /