mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
[doc] Update README.md with features, limitations and app list update
This commit is contained in:
parent
ad57400bc9
commit
318a58a077
1 changed files with 19 additions and 27 deletions
46
README.md
46
README.md
|
@ -1,43 +1,35 @@
|
||||||
ownCloud for YunoHost
|
ownCloud for YunoHost
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
*This is a work-in-progress package rework to update ownCloud to 9.x
|
[ownCloud](https://owncloud.org) gives you freedom and control over your
|
||||||
and make use of new YunoHost facilities - e.g. helpers - coming with 2.3.x.*
|
own data. A personal cloud which run on your own server. With owncloud
|
||||||
|
you can synchronize your files over your devices.
|
||||||
|
|
||||||
ownCloud gives you freedom and control over your own data. A personal cloud
|
**Shipped version:** 9.0.2
|
||||||
which run on your own server. With owncloud you can synchronize your files
|
|
||||||
over your devices.
|
|
||||||
|
|
||||||
**Shipped version:** 9.0.0
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Installation
|
## Features
|
||||||
|
|
||||||
While it's merged to the official application list, you can install it in order
|
In addition to ownCloud core features, the following are made available with
|
||||||
to try - or use it with caution! - either from the command line:
|
this package:
|
||||||
|
|
||||||
$ sudo yunohost app install https://github.com/jeromelebleu/owncloud_ynh/tree/testing
|
* Integrate with YunoHost users and SSO - i.e. logout button
|
||||||
|
* Allow one user to be the administrator (set at the installation)
|
||||||
|
* Optionally access the user home folder from ownCloud files (set at the installation)
|
||||||
|
* Serve `.well-known` paths for CalDAV and CardDAV - note that they are relative to the installation path
|
||||||
|
|
||||||
or from the Web administration:
|
## Limitations
|
||||||
|
|
||||||
* Go to *Applications*
|
To integrate the logout button to the SSO, we have to patch ownCloud sources
|
||||||
* Click on *Install*
|
until this [feature](https://github.com/owncloud/core/pull/24642) is integrated.
|
||||||
* Scroll to the bottom of the page and put `https://github.com/jeromelebleu/owncloud_ynh/tree/testing`
|
That is going to give you an alert about invalid integrity core code...
|
||||||
under **Install custom app**.
|
|
||||||
|
|
||||||
## Upgrade
|
Also, note we made the choice to disable third-parties applications at the
|
||||||
|
upgrade. It allows to prevent an unstable - and sometimes broken - ownCloud
|
||||||
|
installation. You will just have to manually activate them after the upgrade.
|
||||||
|
|
||||||
You can upgrade to this package from the command line for testing purpose with:
|
## Links
|
||||||
|
|
||||||
$ 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?
|
|
||||||
* ...
|
|
||||||
|
|
||||||
## Links ##
|
|
||||||
|
|
||||||
**ownCloud**: https://owncloud.org/
|
**ownCloud**: https://owncloud.org/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue