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 d37d87fdeb [enh] Make use of ynh_die and YNH_APP_INSTANCE_NAME env var 10 years ago
conf [enh] Pass user/group to php-fpm.conf and remove old dir at upgrade 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] Make use of ynh_die and YNH_APP_INSTANCE_NAME env var 10 years ago
.gitignore [enh] Rewrite install/remove script for ownCloud 9.0 10 years ago
LICENSE [enh] Add LICENSE and some manifest keys 10 years ago
README.md [doc] Remove upgrade warning since it seems to be solved 10 years ago
manifest.json [enh] Update to ownCloud 9.0.2 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

You can upgrade to this package from the command line for testing purpose with:

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

TODO

  • Add a clean argument to the remove script to delete data folder?
  • ...

ownCloud: https://owncloud.org/

YunoHost: https://yunohost.org/