-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: How do plugins work? #119
Comments
Hey @kylelaverty, thank you for bringing this up. Currently the plugins have to be installed in the virtual environment that the app uses. For running this in docker, you would have to build your own docker image with the specific environment. To make this a little easier to implement for a plugin user, a volume could be mounted in the container e.g. into I will look into that |
Hey, Thanks for the quick response. I guess I had incorrectly thought there was a specific folder to create and the wiki would scan for it and load what was there but given the use of pip this explanation makes a lot of sense. |
The entrypoint.sh checks /plugins and /app-data/plugins for plugins to install. Added an example using docker-compose and the existing plugin examples. The lack of documentation or examples for installing plugins was brought up in #119.
With the change to the This improvement will we included in the next release. Thanks for bringing this up! |
With the v2.4.3 the docker image installs plugins from either |
Looking at the existing docs around the plugins it is not exactly clear what to do with the sample plugins. Where do I put them? How do I get them to work with the Docker image?
Some enhancements to the docs would be greatly appreciated.
The text was updated successfully, but these errors were encountered: