mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
* Update DESCRIPTION_fr.md * Auto-update READMEs * Update DESCRIPTION.md * Auto-update READMEs * Update DESCRIPTION_fr.md * Auto-update READMEs --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
55 lines
2.6 KiB
Markdown
55 lines
2.6 KiB
Markdown
<!--
|
|
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|
It shall NOT be edited by hand.
|
|
-->
|
|
|
|
# Nextcloud for YunoHost
|
|
|
|
[](https://ci-apps.yunohost.org/ci/apps/nextcloud/)  
|
|
|
|
[](https://install-app.yunohost.org/?app=nextcloud)
|
|
|
|
*[Read this README in other languages.](./ALL_README.md)*
|
|
|
|
> *This package allows you to install Nextcloud quickly and simply on a YunoHost server.*
|
|
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) 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](https://apps.nextcloud.com/)) 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
|
|
|
|

|
|
|
|
## Documentation and resources
|
|
|
|
- Official app website: <https://nextcloud.com>
|
|
- Official user documentation: <https://docs.nextcloud.com/server/latest/user_manual/en/>
|
|
- Official admin documentation: <https://docs.nextcloud.com/server/stable/admin_manual/>
|
|
- Upstream app code repository: <https://github.com/nextcloud/server>
|
|
- YunoHost Store: <https://apps.yunohost.org/app/nextcloud>
|
|
- Report a bug: <https://github.com/YunoHost-Apps/nextcloud_ynh/issues>
|
|
|
|
## Developer info
|
|
|
|
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/nextcloud_ynh/tree/testing).
|
|
|
|
To try the `testing` branch, please proceed like that:
|
|
|
|
```bash
|
|
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>
|