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

Merge branch 'testing' into 24.0.0

This commit is contained in:
ericgaspar 2022-08-12 23:48:13 +02:00
commit 07a59777d1
4 changed files with 5 additions and 9 deletions

View file

@ -19,7 +19,6 @@ Online storage, file sharing platform and various other applications
**Shipped version:** 24.0.3~ynh1
**Demo:** https://demo.nextcloud.com/
## Screenshots

View file

@ -19,7 +19,6 @@ Stockage en ligne, plateforme de partage de fichiers et diverses autres applicat
**Version incluse :** 24.0.3~ynh1
**Démo :** https://demo.nextcloud.com/
## Captures d'écran

View file

@ -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 ) {

View file

@ -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": {
@ -31,7 +32,7 @@
"mysql"
],
"arguments": {
"install" : [
"install": [
{
"name": "domain",
"type": "domain"