Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 884 Bytes

File metadata and controls

29 lines (22 loc) · 884 Bytes

Discourse-OpenCollective Integration

This is a Discourse plugin for integrating Opencollective.com. Find more about the plugin on Discourse Meta

image

Features

  1. Grant a badge for the Open Collective Backers
  2. Add Open Collective backers into a seperate user group

Installation

To install using docker, add the following to your app.yml in the plugins section:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/sudaraka94/discourse-opencollective-integration

and rebuild docker via

cd /var/discourse
./launcher rebuild app