Skip to content

ictsc/n8n-nodes-growi

Repository files navigation

n8n-nodes-growi

Information can be retrieved via Growi's API and incorporated into the n8n workflow.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials Compatibility Resources Development

Installation

Follow the installation guide in the n8n community nodes documentation.

Community Install

  1. Open n8n
  2. Go to Settings
  3. Go to Community Nodes
  4. Click on Install
  5. Input @icttroacon/n8n-nodes-growi in the input field

Manual Install

npm install @icttroacon/n8n-nodes-growi

Operations

Get Page

  • Get subordinated pages

Get Subordinated Pages

  • Get subordinated pages from Growi.

Credentials

  1. Access Token
    • Access Token for Growi
  2. Host
    • Host for Growi

Image

スクリーンショット 2023-03-06 18 59 02

n8n image

Compatibility

  • n8n: 0.218.0~

Resources

Development

Getting Started by Using Docker Compose

1. Copy .env.example to .env and set the environment variables.

cp .env.example .env

2. Run the following command to start the container.

docker compose up -d

3. Reload the Growi Node in n8n.

npm run build && docker compose restart && docker compose logs -f