Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.
/ togelack Public archive
forked from rutan/togelack

Slackまとめ

License

Notifications You must be signed in to change notification settings

weseek/togelack

 
 

Repository files navigation

Togelack

docker-build-automated docker-pulls

Deploy

Slack Summary Service (like togetter).

How to deploy

env

requirement

  • RAILS_ENV
    • "production"
  • MONGOID_ENV
    • "production"
  • SLACK_TOKEN
    • ex. xoxp-1234567-12345-...
  • SLACK_CLIENT_ID
    • App client ID (ex. 1234567)
  • SLACK_CLIENT_SECRET
    • App client secret (ex. abcdef12345)
  • SLACK_TEAM_ID
    • ex. T1234567
  • SLACK_TEAM_NAME
    • ex. toripota
  • MONGO_URL
    • database url(ex. localhost:27017)

optional

  • SLACK_CHANNEL
    • notify slack channel (ex. general)
  • SLACK_ICON
    • notify slack icon (ex. 😄 or http://〜)
  • REDIS_URL
    • use redis cache (ex. redis://localhost)
  • PRIVATE_MODE
    • need slack login (ex. true or false)

LICENSE

MIT

Packages

No packages published

Languages

  • Ruby 58.5%
  • HTML 24.5%
  • JavaScript 9.1%
  • CSS 7.3%
  • Dockerfile 0.6%