mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
53 lines
1.8 KiB
Markdown
53 lines
1.8 KiB
Markdown
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](https://doc.owncloud.org/server/9.0/admin_manual/configuration_server/occ_command.html#files-external-label)
|
|
* Add a *clean* argument to the remove script to delete data folder?
|
|
* ...
|
|
|
|
## Links ##
|
|
|
|
**ownCloud**: https://owncloud.org/
|
|
|
|
**YunoHost**: https://yunohost.org/
|