mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Merge branch '24.0.0' of https://github.com/YunoHost-Apps/nextcloud_ynh into 24.0.0
This commit is contained in:
commit
87ba8d7849
4 changed files with 8 additions and 8 deletions
|
@ -19,6 +19,7 @@ Online storage, file sharing platform and various other applications
|
|||
|
||||
**Shipped version:** 24.0.3~ynh1
|
||||
|
||||
|
||||
**Demo:** https://demo.nextcloud.com/
|
||||
|
||||
## Screenshots
|
||||
|
|
|
@ -17,7 +17,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Stockage en ligne, plateforme de partage de fichiers et diverses autres applications
|
||||
|
||||
**Version incluse :** 24.0.3~ynh1
|
||||
**Version incluse :** 24.0.3~ynh1
|
||||
|
||||
|
||||
**Démo :** https://demo.nextcloud.com/
|
||||
|
||||
|
|
|
@ -62,9 +62,6 @@ location ^~ __PATH__/ {
|
|||
# always provides the desired behaviour.
|
||||
index index.php index.html __PATH__/index.php$request_uri;
|
||||
|
||||
# Default Cache-Control policy
|
||||
expires 1m;
|
||||
|
||||
# Rule borrowed from `.htaccess` to handle Microsoft DAV clients
|
||||
location = __PATH__/ {
|
||||
if ( $http_user_agent ~ ^DavClnt ) {
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
"demo": "https://demo.nextcloud.com/",
|
||||
"admindoc": "https://docs.nextcloud.com/server/stable/admin_manual/",
|
||||
"userdoc": "https://docs.nextcloud.com/server/latest/user_manual/en/",
|
||||
"code": "https://github.com/nextcloud/server"
|
||||
"code": "https://github.com/nextcloud/server",
|
||||
"cpe": "cpe:2.3:a:nextcloud:nextcloud"
|
||||
},
|
||||
"license": "AGPL-3.0",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Add table
Reference in a new issue