foodsoft/plugins/discourse
Patrick Gansterer ea2862fdef Run rubocop --fix-layout and remove encoding comments 2021-03-02 09:12:19 +01:00
..
app Run rubocop --fix-layout and remove encoding comments 2021-03-02 09:12:19 +01:00
config Run rubocop --fix-layout and remove encoding comments 2021-03-02 09:12:19 +01:00
lib Run rubocop --fix-layout and remove encoding comments 2021-03-02 09:12:19 +01:00
README.md Switch license to AGPL (fixes #496, PR #513) 2017-11-10 17:02:35 +01:00
Rakefile Run rubocop --fix-layout and remove encoding comments 2021-03-02 09:12:19 +01:00
foodsoft_discourse.gemspec Add Discourse plugin 2017-09-22 13:58:00 +02:00

README.md

FoodsoftDiscourse

This plugin adds the possibility to log in via Discourse or act as and SSO provider for Discourse. A new button is added to the login screen if enabled.

This plugin is enabled by default in foodsoft, so you don't need to do anything to install it. If you still want to, for example when it has been disabled, add the following to foodsoft's Gemfile:

gem 'foodsoft_discourse', path: 'plugins/foodsoft_discourse'

This plugin introduces the foodcoop config option discourse_url, which takes the URL for the Discourse installation (e.g. https://forum.example.com) and the config option discourse_sso_secret, which must be set to the same values as configured in the sso secret setting of the Discourse installation. The plugin will be disabled if not both config options are set.

If discourse_sso is set to true Foodsoft will act as an SSO provider for Discourse. The sso url for Discourse is /discourse/sso relative to root url of Foodsoft (e.g. https://foodsoft.example.com/f/discourse/sso).

This plugin is part of the foodsoft package and uses the AGPL-3 license (see foodsoft's LICENSE for the full license text).