ZerGabriel / steamstorewidget-onebox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Steam Store Widget as a Discourse plugin

Intro and discussion here: https://meta.discourse.org/t/steam-store-onebox-plugin/35723

Note: Functionality is now included as part of base Discourse/Onebox gem here:

https://github.com/discourse/onebox

Installation

As seen in a how-to on meta.discourse.org, simply add the plugin's repo url to your container's app.yml file:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/fearlessfrog/steamstorewidget-onebox.git
  • Rebuild the container
cd /var/discourse
git pull
./launcher rebuild app

About


Languages

Language:Ruby 100.0%