Skip to content

h-otter/n0bbs

Repository files navigation

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.