Skip to content

marcosrjjunior/cclog

Repository files navigation

CcLog

Make your clients aware of your projects releases.

c-helps c-helps c-helps

  • Your clients doesn't need create a github account.
  • Control logs by release or issue labels.
  • Client can report an error.
  • Langs (en, br).
  • Multiple Projects.

Setup

First, create a new github app, visit GitHub's New OAuth Application page, fill out the form, and grab your client ID, secret and callback URL.

Application name: cclog
Homepage URL: URL
Application description: cclog
Authorization callback URL: http://URL/auth/github/callback

Finally fill the informations in the .env file

GITHUB_ID=XXXXX
GITHUB_SECRET=XXXXXXXXXXXXXXXXXX
GITHUB_CALLBACK_URL=http://URL/auth/github/callback

CCLOG_LOGS_FROM=release OR issue
CCLOG_LABEL_NAME=cclog
CCLOG_REPORT_LABEL_NAME=cclog_report <- Issue label name

About

🔛 Make your clients aware of your project's releases.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages