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:
parent
42668fdfd5
commit
8f7ae481ea
1 changed files with 14 additions and 0 deletions
|
@ -9,3 +9,17 @@ In addition to Nextcloud core features, the following are made available with th
|
|||
* 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
|
||||
|
||||
### 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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue