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.
yalh76 c127427dfd
Update manifest.json
5 years ago
conf fix ldap admin page 5 years ago
hooks Normalization from example_ynh 7 years ago
scripts Update _common.sh 5 years ago
sources Small patch fix 6 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 Upgrade to version 20.0.7 5 years ago
README_fr.md Upgrade to version 20.0.7 5 years ago
actions.toml Add action add_multimedia_directories 6 years ago
check_process Fix linter 5 years ago
config_panel.toml Use ynh_get_scalable_phpfpm 6 years ago
manifest.json Update manifest.json 5 years ago
pull_request_template.md Upgrade to 2.0.6 5 years ago

README.md

Nextcloud for YunoHost

Integration level
Install Nextcloud with YunoHost

Lire ce readme en français.

This package allow you to install Nextcloud quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

Nextcloud gives you freedom and control over your own data. A personal cloud which runs on your own server. With Nextcloud you can synchronize your files over your devices.

Shipped version: 20.0.7

Screenshots

Demo

Documentation

Configuration

Configure OnlyOffice integration

Starting from Nextcloud 18, it features a direct integration of OnlyOffice (an online rich text document editor) through a Nextcloud app. To install and configure it:

  • Install Community Document Server application in your Nextcloud. That's the part that runs OnlyOffice server.
  • Install ONLYOFFICE application. That's the client part that will connect to an OnlyOffice server.
  • Then in Settings -> ONLYOFFICE (https://yourdomain.tld/nextcloud/settings/admin/onlyoffice), if you want to configure which file formats should be opened by OnlyOffice.
  • Here you go :) You should be able to create new type of documents and open them.

NB: OnlyOffice is only available for x86 architecture - ARM architecture is not supported (Raspberry Pi, OLinuXino...)

YunoHost specific features

In addition to Nextcloud core features, the following are made available with this package:

  • Integrate with YunoHost users and SSO - i.e. logout button
  • Allow one user to be the administrator (set at the installation)
  • Allow multiple instances of this application
  • Optionally access the user home folder from Nextcloud files (set at the installation, the sharing is enabled by default)
  • Serve /.well-known paths for CalDAV and CardDAV on the domain only if it's not already served - i.e. by Baïkal

Multi-users support

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

Limitations

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 upgrade. It allows to prevent an unstable - and sometimes broken - Nextcloud installation. You will just have to manually activate them after the upgrade.

Finally, the following error message in Nextcloud logs can be safely ignored:

Following symlinks is not allowed ('/home/yunohost.multimedia/user/Share' -> '/home/yunohost.multimedia/share/' not inside '/home/yunohost.multimedia/user/')

Additionnal informations

occ command usage

If you need/want to use Nextcloud occ command¹, you need to be in /var/www/nextcloud/ folder (or /var/www/nextcloud__n/ depending on your instance number in case of multiple concurrent installations), then use sudo -u nextcloud php7.3 occ instead of occ (as an alternative, you can use /var/www/nextcloud/occ to run the command from another directory).

NB: You may need to adapt php7.3 to the PHP version that Nextcloud is using. Starting from Nextcloud 18, YunoHost uses php7.3, it used before php7.0.

¹ See https://docs.nextcloud.com/server/18/admin_manual/configuration_server/occ_command.html Use this only if you know what you're doing :)


Developers infos

Please do your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/nextcloud_ynh/tree/testing --debug
or
sudo yunohost app upgrade nextcloud -u https://github.com/YunoHost-Apps/nextcloud_ynh/tree/testing --debug