1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00
Nextcloud package for YunoHost
Find a file
2016-05-10 22:57:56 +02:00
conf [fix] Correct ldap_email_attr and test config at installation 2016-04-04 12:30:09 +02:00
hooks [fix] Set system group in app hooks 2016-05-06 23:58:31 +02:00
patches [enh] Patch ownCloud to config the logout URL and set it to SSOwat one 2016-04-04 22:00:04 +02:00
scripts [fix] Do not attempt to fix path app setting at upgrade 2016-05-10 22:57:56 +02:00
.gitignore [enh] Rewrite install/remove script for ownCloud 9.0 2016-04-02 11:43:48 +02:00
LICENSE [enh] Add LICENSE and some manifest keys 2016-05-09 21:43:56 +02:00
manifest.json [enh] Update to ownCloud 9.0.2 2016-05-09 22:08:28 +02:00
README.md Update README.md 2016-05-06 18:31:23 +02:00

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/