Prerequesites

You need access to the server running ownCloud in order to install the e2ee plugin.

Download

Download the latest e2eeshare version from https://epikshare.com/downloads/

Manual Installation

  1. Find you apps folder within your ownCloud installation (Linux: /var/www/oc/apps )
  2. Unzip the e2eeShare zip package into this folder:

    cd /var/www/oc/apps
    unzip ~/Downloads/e2eeshare-1.0.zip
  3. Verify that the zip is successfully extracted:

    owncloud
    ├── apps
    ...
    │   ├── e2eeshare
    │   │   ├── appinfo
    │   │   ├── controller
    │   │   ├── css
    │   │   ├── db
    │   │   ├── img
    │   │   ├── js
    │   │   ├── l10n
    │   │   ├── lib
    │   │   └── templates
    ...
  4. Patch the guest plugin by editing app/guest/settings/admin.php (line ~46)

    ....
     
    getSectionID() {
      return "sharing";
    }
     
    ....

    You must patch the guest plugin, otherwise you will not be able to enable e2ee for guests!

     

     

  5. Login to ownCloud with the admin user and finish installation by running the database upgrade

  6. Enter your license key in the configuration under 
     
  7. Create a group for all e2ee users and add it within the group setup: