Skip to content

fearlessfrog/steamstorewidget-onebox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages