Skip to content

anomali/discourse-slack-official

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Add this repository's git clone url to your container's app.yml file, at the bottom of the cmd section:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/discourse/discourse-slack-official.git

Rebuild your container:

cd /var/discourse
git pull
./launcher rebuild app

Configuration

https://meta.discourse.org/t/configuring-slack-for-discourse-slack-plugin/52990

Todo

  • Enable unfurling on private Discourse instances
  • Handle content OneBoxing on the Discourse end

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 84.9%
  • JavaScript 9.3%
  • HTML 5.2%
  • CSS 0.6%