beomjungil / notion-as-ticket-system

Use your favorite tool, Notion as better issue tracker for GitHub

Home Page:https://www.notion.so/Notion-as-ticket-system-578c2caf61094f04ab04094d96c7866d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notion-as-ticket-system

Use your favorite tool, Notion as better issue tracker for GitHub
Example

Features

Check Notion

Issues

Notion Link

Development

  1. Copy setting.example.yaml in same directory and Rename with setting.yaml
  2. Change to valid values
  3. Install Python dependencies
  4. Type ./bin.start on terminal to start

Create Docker Image

# Create Image
$ docker build -t notion-as-ticket-system:<tag> ./

# Start Container with 80 port
$ docker run -d --name <Container Name> -p 80:80 notion-as-ticket-system:<tag>

About

Use your favorite tool, Notion as better issue tracker for GitHub

https://www.notion.so/Notion-as-ticket-system-578c2caf61094f04ab04094d96c7866d


Languages

Language:Python 84.7%Language:HTML 14.6%Language:Dockerfile 0.5%Language:Shell 0.2%