Skip to content

Conversation

@ssrowe
Copy link

@ssrowe ssrowe commented Jan 14, 2026

Closes OpenIntegrationEngine/engine#238

  • Add plugin installation guide
  • Cover UI and manual install methods
  • Include Docker container install options
  • Link to plugin development resources

Closes OpenIntegrationEngine/engine#238

- Add plugin installation guide
- Cover UI and manual install methods
- Include Docker container install options
- Link to plugin development resources
@ssrowe ssrowe requested a review from tonygermano January 23, 2026 18:04
@ssrowe ssrowe self-assigned this Jan 23, 2026
@ssrowe ssrowe marked this pull request as ready for review January 23, 2026 18:04
@ssrowe ssrowe requested a review from kpalang January 23, 2026 18:04
Copy link
Member

@tonygermano tonygermano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few comments related to docker. Otherwise, this looks great.


#### Option 1: Volume Mount (Recommended)

Mount a host directory containing plugins to the container's extensions directory:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Mount a host directory containing plugins to the container's extensions directory:
Mount a host directory containing plugin zip files to the container's `custom-extensions` directory. The entrypoint script will unzip and install them to the `extensions` directory prior to launching the server:


```bash
docker run -d \
-v /path/to/local/extensions:/opt/oie/extensions \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
-v /path/to/local/extensions:/opt/oie/extensions \
-v /path/to/local/custom-extensions:/opt/engine/custom-extensions \

oie:
image: openintegrationengine/engine:latest
volumes:
- ./extensions:/opt/oie/extensions
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- ./extensions:/opt/oie/extensions
- ./custom-extensions:/opt/engine/custom-extensions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] OIE Plugin Guide

2 participants