11 changed files with 121 additions and 118 deletions
-
31README.md
-
1conf/mount.json
-
8conf/nextcloud-deps.control
-
0conf/nextcloud.cron
-
36manifest.json
-
42scripts/_common.sh
-
4scripts/backup
-
44scripts/install
-
12scripts/remove
-
20scripts/restore
-
41scripts/upgrade
@ -1,38 +1,43 @@ |
|||||
ownCloud for YunoHost |
|
||||
|
Nextcloud for YunoHost |
||||
--------------------- |
--------------------- |
||||
|
|
||||
[ownCloud](https://owncloud.org) gives you freedom and control over your |
|
||||
own data. A personal cloud which run on your own server. With owncloud |
|
||||
|
**This is a work-in-progress Nextcloud package for YunoHost.** |
||||
|
|
||||
|
[Nextcloud](https://nextcloud.com) gives you freedom and control over your |
||||
|
own data. A personal cloud which run on your own server. With Nextcloud |
||||
you can synchronize your files over your devices. |
you can synchronize your files over your devices. |
||||
|
|
||||
**Shipped version:** 9.0.2 |
|
||||
|
**Shipped version:** 9.0.51 |
||||
|
|
||||
|
 |
||||
|
|
||||
|
## TODO |
||||
|
|
||||
 |
|
||||
|
* Manage the upgrade from ownCloud |
||||
|
|
||||
## Features |
## Features |
||||
|
|
||||
In addition to ownCloud core features, the following are made available with |
|
||||
|
In addition to Nextcloud core features, the following are made available with |
||||
this package: |
this package: |
||||
|
|
||||
* Integrate with YunoHost users and SSO - i.e. logout button |
* Integrate with YunoHost users and SSO - i.e. logout button |
||||
* Allow one user to be the administrator (set at the installation) |
* Allow one user to be the administrator (set at the installation) |
||||
* Optionally access the user home folder from ownCloud files (set at the installation) |
|
||||
|
* Optionally access the user home folder from Nextcloud files (set at the installation) |
||||
* Serve `/.well-known` paths for CalDAV and CardDAV on the domain only if it's |
* Serve `/.well-known` paths for CalDAV and CardDAV on the domain only if it's |
||||
not already served - i.e. by Baïkal |
not already served - i.e. by Baïkal |
||||
|
|
||||
## Limitations |
## Limitations |
||||
|
|
||||
To integrate the logout button to the SSO, we have to patch ownCloud sources. |
|
||||
Since this upstream [pull-request](https://github.com/owncloud/core/pull/24642) |
|
||||
will not be integrated, the code source integrity checking has been disabled to |
|
||||
prevent the warning message. |
|
||||
|
To integrate the logout button to the SSO, we have to patch Nextcloud sources. |
||||
|
In waiting an upstream integration, the source code integrity checking has been |
||||
|
disabled to prevent the warning message. |
||||
|
|
||||
Also, note we made the choice to disable third-parties applications at the |
Also, note we made the choice to disable third-parties applications at the |
||||
upgrade. It allows to prevent an unstable - and sometimes broken - ownCloud |
|
||||
|
upgrade. It allows to prevent an unstable - and sometimes broken - Nextcloud |
||||
installation. You will just have to manually activate them after the upgrade. |
installation. You will just have to manually activate them after the upgrade. |
||||
|
|
||||
## Links |
## Links |
||||
|
|
||||
* Report a bug: https://dev.yunohost.org/projects/apps/issues |
* Report a bug: https://dev.yunohost.org/projects/apps/issues |
||||
* ownCloud website: https://owncloud.org/ |
|
||||
|
* Nextcloud website: https://nextcloud.com/ |
||||
* YunoHost website: https://yunohost.org/ |
* YunoHost website: https://yunohost.org/ |
||||
@ -1 +0,0 @@ |
|||||
{"user":{"all":{"\/$user\/files\/Home":{"class":"\\OC\\Files\\Storage\\Local","options":{"datadir":"\/home\/$user"}}}}} |
|
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue