1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00
Nextcloud package for YunoHost
Find a file
2022-11-03 12:37:28 +00:00
.github Add templates 2021-05-24 10:12:36 +02:00
conf Remove default expires policy in nginx (breaking API calls by caching them) (fix #484) 2022-05-09 06:56:08 +00:00
doc Create screenshot.png 2021-05-24 10:18:47 +02:00
hooks Get rid of ynh_replace_string and multimedia helper now official 2021-05-25 20:38:05 +02:00
scripts 24.0.7 2022-11-03 13:37:18 +01:00
sources Update app-02-Allow-for-eval-in-JS-scripts-for-YunoHost-tile.patch 2022-05-03 13:00:50 +02:00
.gitignore [enh] Rewrite install/remove script for ownCloud 9.0 2016-04-02 11:43:48 +02:00
actions.toml Add action add_multimedia_directories 2020-08-14 12:01:51 +02:00
check_process Update check_process 2022-07-16 12:25:35 +02:00
config_panel.toml Merge branch 'testing' into config-panel-v1 2022-08-25 15:16:51 +02:00
LICENSE [enh] Add LICENSE and some manifest keys 2016-05-09 21:43:56 +02:00
manifest.json 24.0.7 2022-11-03 13:37:18 +01:00
README.md Auto-update README 2022-11-03 12:37:28 +00:00
README_fr.md Auto-update README 2022-11-03 12:37:28 +00:00

Nextcloud for YunoHost

Integration level Working status Maintenance status
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: 24.0.7~ynh1

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

Screenshots

Screenshot of Nextcloud

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