Is there a way via API to get plugins and load into Mirth setup? #4723
-
In our Docker setup, I'm trying to figure out how to programmatically pull plugins from a repo to then copy into the Docker container. Does NextGen provide a way to pull these plugins over an API? A solution we are exploring is to store the plugins in S3 and use S3 storage driver to get these plugins. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Currently, there is no way to programmatically pull the extensions from NextGen, the Success Community doesn't support that kind of workflow. You have to grab them manually from the NextGen Success Community. We did recently add support in the official Connect Docker image for pulling extensions in as part of starting the container. Search for |
Beta Was this translation helpful? Give feedback.
Currently, there is no way to programmatically pull the extensions from NextGen, the Success Community doesn't support that kind of workflow. You have to grab them manually from the NextGen Success Community. We did recently add support in the official Connect Docker image for pulling extensions in as part of starting the container. Search for
EXTENSIONS_DOWNLOAD
in the DockerHub page. Basically, you zip up the extension zips that you grab from the Success Community, place the zip of zips somewhere that your Docker instance has access to (S3?), and set theEXTENSIONS_DOWNLOAD
environment variable to that location and the zip will be pulled down and the extensions will be unzipped into the…