| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
sync•gw is the one and only fully portable server software available providing synchronization service between nearly any mobile device and your web server.
With this Plugin you can specify in your RoundCube installation which address books, calendars, task lists and notes you want to synchronize with your cell phone / smart phone. For address boks you can specify whether you want to synchronize only contacts with a phone number specified or if you want to synchronize all contacts within this address book.
Requirements
To use this plugin, you need a functional RoundCube installation. To enable some post installation scrips you need to edit your composer.json file and add somewhere the following lines of code
"scripts": {
"post-package-install" : [
"syncgw\\lib\\Setup::postInstall"
],
"post-package-update" : [
"syncgw\\lib\\Setup::postInstall"
],
"post-package-uninstall" : [
"syncgw\\lib\\Setup::postUninstall"
]
}
This script links vendor/syncgw/core-bundle/src/sync.php to sync.php or public_html/sync.php which is the script used for synchronization and configuration of sync•gw.
Installation
Please install sync•gw plugin.
composer require syncgw/roundcube_plugin
If you want to synchronize address books, then you don't need any additional RoundCube plugin.
If you want to use shared address books, then you need to install globaladdressbook-Plugin.
composer require johndoh/globaladdressbook
If you want to synchronize calendar, then you need to install calender plugin.
composer require kolab/calendar
If you want to synchronize tasklis, then you need to install tasklist plugin.
composer require kolab/tasklist
Caution: If you use the plugin and receive a error message in RoundCube log file, then please check file plugins/tasklist/config.inc.php. There $config['tasklist_driver'] = 'database'; should be specified.
If you want to synchronize notes, then you need to install ddnotes plugin.
composer require dondominio/ddnotes
Activate our plugin by adding plugin name in file config/config.inc.php
$config['plugins'] = array( ... 'roundcube_plugin', [the other optional plugins] ... );
Finally you need the sync•gw synchonization and GUI interface. Please go to your RoundCube installation directoy and copy the file
copy (or cp) vendor\syncgw\core-bundle\src\sync.php .
Usage
Start sync•gw web interface by typing into your browser's URL bar http://[your-domain.tld]/[path to application directory]/sync.php.
Go to menu Settings and configure synchronization settings by selecting Synchronization settings.If this selection does not appear, then you did not install sync•gw in RoundCube root directory.
Now you're ready to synchronize your selected data with your cell phone / smart phone. If you need some help how to configure you device, take a look a sync•gw FAQ.
Trouble shooting hints
Please enjoy!
This plugin is released under the GNU General Public License v3.0.
If you like this software and you want support my work, feel free to send me a donation:
[Documentation] [System requirements] [Available bundles] [List of all changes] [Additional Downloads] [Frequently asked questions]
| Back | FazBrowse Home | New Git URL |