๐Ÿ“ฆ n8n-io / discourse-n8n-wf

Discourse plugin for pretty rendering of n8n workflow code

โ˜… 12 stars โ‘‚ 7 forks ๐Ÿ‘ 12 watching
๐Ÿ“ฅ Clone https://github.com/n8n-io/discourse-n8n-wf.git
HTTPS git clone https://github.com/n8n-io/discourse-n8n-wf.git
SSH git clone git@github.com:n8n-io/discourse-n8n-wf.git
CLI gh repo clone n8n-io/discourse-n8n-wf
Anuj Kapoor Anuj Kapoor Merge pull request #1 from n8n-io/n8n-2902-forum-plugin 93b2753 3 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ assets
๐Ÿ“ config
๐Ÿ“„ plugin.rb
๐Ÿ“„ README.md
๐Ÿ“„ README.md

About

This is a plugin that detects when JSON representing an n8n workflow is present in a post, and replaces it with an interactive rendering of the workflow.

To install Discourse

From https://meta.discourse.org/t/beginners-guide-to-install-discourse-for-development-using-docker/102009

git clone https://github.com/discourse/discourse.git
cd discourse

In the Discourse root dir:

d/boot_dev --init
    # wait while:
    #   - dependencies are installed,
    #   - the database is migrated, and
    #   - an admin user is created (you'll need to interact with this)

# In one terminal:
d/rails s

# And in a separate terminal
d/ember-cli

To install the plugin

cd discourse/plugins
git clone <this repository>

Make sure you also whitelist the domain your iframes are calling in the admin settings of Discourse.