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
2024-08-31 13:23:23 +00:00
.github [autopatch] Update issue and PR templates 2021-05-13 17:50:19 +02:00
conf Merge branch 'testing' into helpers-2.1 2024-07-30 21:12:55 +02:00
doc Rework DESCRIPTION.md (#707) 2024-07-18 17:29:39 +02:00
hooks Update post_user_delete 2024-07-01 17:41:20 +02:00
patches/main Fix the patches stuff, there's no need to manually cp stuff, patches are already applied only for the 'main' source 2024-07-01 18:00:53 +02:00
scripts Merge branch 'testing' into helpers-2.1 2024-07-30 21:12:55 +02:00
.gitignore cleaning 2024-07-01 17:35:41 +02:00
ALL_README.md Auto-update READMEs 2024-08-31 13:23:23 +00:00
config_panel.toml Trash the damn fpm_usage/fpm_footprint stuff 2024-07-01 18:04:17 +02:00
LICENSE [enh] Add LICENSE and some manifest keys 2016-05-09 21:43:56 +02:00
manifest.toml Update manifest.toml 2024-08-31 15:23:17 +02:00
README.md Rework DESCRIPTION.md (#707) 2024-07-18 17:29:39 +02:00
README_es.md Rework DESCRIPTION.md (#707) 2024-07-18 17:29:39 +02:00
README_eu.md Rework DESCRIPTION.md (#707) 2024-07-18 17:29:39 +02:00
README_fr.md Rework DESCRIPTION.md (#707) 2024-07-18 17:29:39 +02:00
README_gl.md Rework DESCRIPTION.md (#707) 2024-07-18 17:29:39 +02:00
README_id.md Auto-update READMEs 2024-07-29 08:12:41 +00:00
README_it.md Auto-update READMEs 2024-03-28 15:02:42 +00:00
README_ru.md Auto-update READMEs 2024-08-31 13:23:23 +00:00
README_zh_Hans.md Rework DESCRIPTION.md (#707) 2024-07-18 17:29:39 +02:00
tests.toml migrate system_addressbook_exposed to boolean, fix upgrade test 2024-07-29 11:22:01 +02:00

Nextcloud for YunoHost

Integration level Working status Maintenance status

Install Nextcloud with YunoHost

Read this README in other languages.

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

Nextcloud lets you access and synchronize data, files, contacts and calendars between different devices (PCs or mobiles), or share them with other people (with or without accounts), and also offers advanced communication and collaborative working features. Nextcloud features its own application mechanism (see also Nextcloud's app store) for specific functionalities.

In the context of YunoHost, Nextcloud integrates with the SSO / user portal (YunoHost accounts are automatically connected to Nextcloud).

The /.well-known address will be automatically configured for CalDAV and CardDAV synchronization if no other service such as Baïkal is already using it.

Shipped version: 29.0.4~ynh1

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

Screenshots

Screenshot of Nextcloud

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