Git Product home page Git Product logo

openteam's Introduction

GitHub Open Team


What is this solving?

This node server will grant permissions to any user to the team it is configured to do so. This is useful for code events where crowds will gather to code. This server will make easy to share a link to let the users autoinvite themselves to the github team.

Running It

$ npm run setup
$ npm start

Alternatively you can use the istareldritch/openteam docker image.

Configuration

You can configure the server using the default config file located in config/default.json following the same structure of config/custom-environment-variables.json or using the following environment variables:

  • HOST (required) Github will redirect the user to the host this service is running on. You need to provide the external ip or domain of the host.
  • PORT (defaults to 3000)
  • GITHUB_ADMIN_TOKEN (required) This should be a token created by one of the owners of the organization with the admin:org scope.
  • GITHUB_CLIENT_ID (required)
  • GITHUB_CLIENT_SECRET (required)
  • GITHUB_ORG (required) The github organization name.
  • GITHUB_TEAM (required) The github team within the organization.
  • FINAL_REDIRECTION Where do you want to send the user after the process finish? Defaults to the github organization page.

openteam's People

Contributors

istar-eldritch avatar

Stargazers

Bruno Vieira avatar

Watchers

James Cloos avatar  avatar

Forkers

bionode-hack

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.