Keep your GitHub repositories clean. Detect leaks, mistakes, and vulnerabilities before you even know they exist.
git clone https://github.com/firstdecree/gitfaye
npm install
pnpm install
In order to run GitFaye, it is first necessary to configure it by making adjustments to the example.config.toml (remove the example. part in the name afterwards) file. All of the necessary descriptions for each variable are already included.
After running the command below, visit http://localhost:8080/
node index.js
Updating the plugins (only run once or regularly).
node index.js --update-plugins
- GitFaye Plugins: A collection of GitFaye plugins. These plugins are for scanners, checkers and more.
|
This project is distributed under MIT License


