plugins add
siriac opened this issue · 2 comments
Hi,
Please i want to know how add a plugins like jitsi on twake version node community deploy on a local server.And also I would like to know if there is a configuration file to be able to integrate a mail server as it was done on the php version in parameter.php?
Thanks
Hi, for now it is difficult to add plugins. We are working on the plugins container recently to have simple commands to add / remove plugins.
If you can't wait, then you can look at https://github.com/linagora/Twake-Plugins-Jitsi and run it as a separate container. But before to run it you must:
- Create the application on your company in Twake
- Put the content of "display" here https://github.com/linagora/Twake-Plugins-Jitsi/blob/main/plugin.json
- Use the application id and secret in the Jitsi container environment variables
- Run all together
Other plugins are available here: https://github.com/linagora/Twake-Plugins-Giphy https://github.com/linagora/Twake-Plugins-n8n https://github.com/linagora/Twake-Plugin-Onlyoffice and https://github.com/linagora/Twake-Plugins-Webhooks
Thanks @RomaricMourgues
i understood and i begin to deploy but i don't know where i will put id and sercret into file plugin.json.And also the last point which says that we must "Run all together" means to start my server twake version node locally and then to start the container of the plugin jetsi? like in the picture below?
thanks