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.
Alexandre Aubin 792378c463 Get rid of ynh_replace_string and multimedia helper now official 5 years ago
.github [autopatch] Update issue and PR templates 5 years ago
conf Get rid of ynh_replace_string and multimedia helper now official 5 years ago
doc Create screenshot.png 5 years ago
hooks Get rid of ynh_replace_string and multimedia helper now official 5 years ago
scripts Get rid of ynh_replace_string and multimedia helper now official 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 Auto-update README 5 years ago
README_fr.md Auto-update README 5 years ago
actions.toml Add action add_multimedia_directories 6 years ago
check_process 21.0.2 5 years ago
config_panel.toml Fix spacing 5 years ago
manifest.json Get rid of ynh_replace_string and multimedia helper now official 5 years ago

README.md


Nextcloud for YunoHost

Integration level Install nextcloud with YunoHost

Lire ce readme en français.

This package allows you to install nextcloud quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Online storage, file sharing platform and various other applications

Shipped version: 21.0.2~ynh1

Demo: https://demo.nextcloud.com/

Screenshots

Disclaimers / important information

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

Documentation and resources

Developer info

Please send 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

More info regarding app packaging: https://yunohost.org/packaging_apps