Navigation menu

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The Trashbin (files_trashbin) and Versioning (files_versions) apps do not work with e2ee files. Unencrypted files are still supported.

Installation

You can find the newest E2ee release in the market place:

Image Added

Download

Download the latest e2eeshare version from https://oc3.oem-cloud.com/index.php/s/K7kl1JpPGfLyXna

...

  1. Find you apps folder within your ownCloud installation (Linux: /var/www/oc/apps )

  2. Unzip the e2eeShare package into this folder:

    Code Block
    languagebash
    cd /var/www/oc/apps
    tar -xzf ~/Downloads/e2eeshare-1.69.0.tgz
  3. Verify that the zip is successfully extracted:

    Code Block
    owncloud
    ├── apps
    ...
    │   ├── e2eeshare
    |   |   ├── ajax
    │   │   ├── appinfo
    │   │   ├── controller
    │   │   ├── css
    │   │   ├── db
    │   │   ├── img
    │   │   ├── js
    │   │   ├── l10n
    │   │   ├── lib
    │   │   └── templates
    ...
  4. Login to ownCloud as the admin user. You might be asked for an upgrade, if the E2EE app was installed before.

...