This is a Discourse plugin for integrating Opencollective.com. Find more about the plugin on Discourse Meta
- Grant a badge for the Open Collective Backers
- Add Open Collective backers into a seperate user group
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