h-otter / n0bbs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

n0bbs

How to use

1. edit environments in docker-compose.yml

    environment:
      SECRET_KEY: "hogehoge"
      DEBUG: "true"
      ALLOWED_HOST: localhost
      SLACK_INCOMING_HOOK_URL: https://hooks.slack.com/services/***
      SOCIAL_AUTH_GITHUB_KEY: "***"
      SOCIAL_AUTH_GITHUB_SECRET: "***"

2. migrate to the database

make up
make migrate
make down

3. start server

make up

How to contribute

  • please vote to enhancement issues which you want.
  • please issue pull requests after forking this repository.
    • i recommend for you to issue pull requests after discussing on issues.

About


Languages

Language:TypeScript 66.8%Language:Python 28.8%Language:HTML 1.8%Language:Shell 1.2%Language:Makefile 0.5%Language:Dockerfile 0.4%Language:CSS 0.4%