Adding Integrations
After running the above command to start the Docker container, a directory named beaver-iot
will be created in the path where the command was executed. This directory is used to store persistent data for Beaver IoT, such as databases and logs.
To install integrations for Beaver IoT, create a folder named plugins
in this directory, place the integration files with the .jar
extension into it, and then run the command docker restart beaver-iot
to restart the service and apply the changes.