You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jérôme Lebleu 990ae1074f [enh] Use new ynh_backup helper to save files and directories 10 years ago
conf [fix] Correct ldap_email_attr and test config at installation 10 years ago
hooks [fix] Set system group in app hooks 10 years ago
patches [enh] Patch ownCloud to config the logout URL and set it to SSOwat one 10 years ago
scripts [enh] Use new ynh_backup helper to save files and directories 10 years ago
.gitignore [enh] Rewrite install/remove script for ownCloud 9.0 10 years ago
README.md Update README.md 10 years ago
manifest.json [fix] Set system group in app hooks 10 years ago

README.md

ownCloud for YunoHost

This is a work-in-progress package rework to update ownCloud to 9.x and make use of new YunoHost facilities - e.g. helpers - coming with 2.3.x.

ownCloud gives you freedom and control over your own data. A personal cloud which run on your own server. With owncloud you can synchronize your files over your devices.

Shipped version: 9.0.0

Installation

While it's merged to the official application list, you can install it in order to try - or use it with caution! - either from the command line:

$ sudo yunohost app install https://github.com/jeromelebleu/owncloud_ynh/tree/testing

or from the Web administration:

  • Go to Applications
  • Click on Install
  • Scroll to the bottom of the page and put https://github.com/jeromelebleu/owncloud_ynh/tree/testing under Install custom app.

Upgrade

The upgrade from the current official package seems works, BUT:

  • ownCloud 9.0 comes with a rewrite Calendar application, which doesn't seem to import your calendar(s). Take care of exporting them first before doing the upgrade to not lose them!

You can upgrade to this package from the command line, using:

$ sudo yunohost app upgrade -u https://github.com/jeromelebleu/owncloud_ynh/tree/testing owncloud

Again, upgrading from the current official package should be used for testing only - or with care!

TODO

  • Update the external storage plugin configuration - see here
  • Add a clean argument to the remove script to delete data folder?
  • ...

ownCloud: https://owncloud.org/

YunoHost: https://yunohost.org/