Skip to content

marg51/waf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WAF

Inspiration: waffle.io

waf-new

install

Nginx

There is a template included, you'll have to change two paths in the template.

  • Debian (& ubuntu) the nginx.conf should be located at /etc/nginx/sites-enabled/waf.conf

  • mac (homebrew): /usr/local/etc/nginx/sites-enabled/waf.conf

Don't forget to update the template, instructions are included

Reload nginx: sudo nginx -s reload

Github integration

It uses github login, you'll have to add some tokens:

create a new file ./server/config.js

export const config = {
    client_id: "FROM GITHUB APP",
    client_secret: "FROM GITHUB",
    redirect_uri: "http://localhost:4041/login",
    secret: "CANBEANYTHING$$$$"
}

run

npm install
npm start

then go to http://localhost:4041

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published