Skip to content

dstadelman/discourse-embed-allowall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

embed-allowall

Plugin for Discourse to allow Discourse discussions to be embedded on any host.

Installation

  • 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/ruffbytes/discourse-embed-allowall.git
  • Rebuild the container
cd /var/discourse
./launcher rebuild app

About

Discourse plugin to allow for any host to embed discourse discussions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages