f09c145edc
.btn-social.steam:before content is now: "\f1b6" |
||
---|---|---|
LICENSE | ||
README.md | ||
omniauth-steam.rb | ||
plugin.rb |
README.md
Discourse Steam Login
-
Add your STEAM WEB API KEY obtainable from steamcommunity.com/dev/apikey. E.g. domain name:
forum.example.org
-
SSH into your server.
-
cd /var/docker
-
Open
containers/app.yml
and make the following changes: -
Add the API key to your Discourse Docker configuration file located at
/var/docker/containers/app.yml
. It needs to go underenv:
in the formatSTEAM_WEB_API_KEY: 'KEY'
-
Add the git clone of this plugin to the plugin list under
hooks:
below the Discourse Docker Manager plugin like so:- git clone https://github.com/defaye/discourse-steam-login.git
-
Exit and save changes
-
Run
./launcher rebuild app
to apply the changes.