jgranick / discourse-opencollective-integration

Opencollective integration for Discourse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/preventing-malicious-linking-plugin

and rebuild docker via

cd /var/discourse
./launcher rebuild app

About

Opencollective integration for Discourse

License:GNU General Public License v2.0


Languages

Language:Ruby 100.0%