Plugin for Discourse to allow Discourse discussions to be embedded on any host.
- Add the plugin's repo url to your container's
app.ymlfile
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