By: tsukaeru
This zimlet allows user to share files directly from their RushFiles account. A new public link (optionally password protected) is automatically created for each selected file/folder and added to the email.
Download the zimlet files from "Download" button below. Downloaded zip file contains both server side (rushfiles.jar/config.properties) and browser side (zimbra-zimlet-rushfiles.zip) parts of the zimlet. Extract them on your Zimbra server and follow the instructions to install both of them.
rushfiles.jar
and config.properties
file to /opt/zimbra/lib/ext/rushfiles/
su - zimbra -c 'zmmailboxdctl restart'
cat /opt/zimbra/log/mailbox.log | grep -i rushfiles
su - zimbra -c 'zmzimletctl undeploy zimbra-zimlet-rushfiles'
zimbra-zimlet-rushfiles.zip
file to /opt/zimbra/zimlets/zimbra-zimlet-rushfiles.zip
su - zimbra -c 'zmzimletctl deploy /opt/zimbra/zimlets/zimbra-zimlet-rushfiles.zip'
zmzimletctl getConfigTemplate /opt/zimbra/zimlets/zimbra-zimlet-rushfiles.zip > /tmp/config_template.xml
/tmp/config_template.xml
file - only necessary if server side of the extension is installed in non-default location.zmzimletctl configure /tmp/config_template.xml
su - zimbra -c 'zmmailboxdctl restart'
RushFiles API authorization is done through OAuth2 protocol. Settings should be stored in config.properties
file. In the config, you need to replace the following placeholders: CLIENT_ID, CLIENT_SECRET, HOST. At first, fill out HOST only. The remaining values should be replaced after OAuth client registration.
To register the zimlet as RushFiles client, please contact RushFiles support: support@tsukaeru.net. You should specify the following in the request:
In the answer, you will get the client id and the client secret that should replace CLIENT_ID and CLIENT_SECRET.
At last, restart zimbra to apply new config:
su - zimbra -c 'zmmailboxdctl restart'
Rating | No ratings or reviews |
Downloads | 433 |
Latest Version | 1.0.0 |
Categories | Photos and Files |
Compatibility | ZCS 9.0.x , ZCS 10.0.x |
License | NA |
Created | on 12/22/21 |
Updated | on 3/27/22 |