Skip to content

Newcss/Roundcube-Plugin-nextCloud

 
 

Repository files navigation

Roundcube-Plugin-nextcloud

Open nextcloud instance directly in Roundcube with authentication

You can have interactions between mails and nextcloud attachments with the Roundrive plugin

License

This plugin is released under the GNU General Public License Version 3 (http://www.gnu.org/licenses/gpl-3.0.html).

Install

  • Place this plugin folder into plugins directory of Roundcube
  • Add nextcloud to $config['plugins'] in your Roundcube config
  • Upload contents of upload_to_nextcloud_apps into your apps directory for Nextcloud and enable plugin within Nextcloud.

NB: When downloading the plugin from GitHub you will need to create a directory called nextcloud and place the files in there, ignoring the root directory in the downloaded archive directory in the downloaded archive.

  • To avoid cross-domain errors you should use the same url (domain) for Roundcube and nextcloud (See the reverse proxy documentation, to use nextcloud and Roundcube on separate servers with Apache)
  • Add and enable "roundcube_external" apps to your nextcloud instance (in nextcloud/apps/)
  • You can also add melanie2 theme to nextcloud

Configuration

  • In Roundcube plugin you need to rename config.inc.php.dist to config.inc.php. And configure your nextcloud URL and a random DES key of 24 characters.
  • In nextcloud, you need to edit the config.php file and add a 'roundcube_nextcloud_des_key' property with the same DES key.

Known Issues:

  • Will not automatically login at this point. It does logout of your nextcloud seesion when you logout of Roundcube. I just started this thing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 62.7%
  • JavaScript 24.0%
  • CSS 8.1%
  • HTML 5.2%