1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Update DESCRIPTION.md

add explanation
This commit is contained in:
Robles Rodolphe 2024-02-09 00:36:13 +01:00 committed by GitHub
parent 42668fdfd5
commit 8f7ae481ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,3 +9,17 @@ In addition to Nextcloud core features, the following are made available with th
* Allow multiple instances of this application * 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) * 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 * Serve `/.well-known` paths for CalDAV and CardDAV on the domain only if it's not already served - i.e. by Baïkal
### Oldstable branch
This branch is followinging old stable release because nextcloud first release are often not totally stable.
Please send your pull request to the [oldstable branch](https://github.com/YunoHost-Apps/nextcloud_ynh/tree/oldstable).
To try the oldstable branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/nextcloud_ynh/tree/oldstable --debug
or
sudo yunohost app upgrade nextcloud -u https://github.com/YunoHost-Apps/nextcloud_ynh/tree/oldstable --debug
```