From 393a7c5979a9c2bbd58f9cf22026c5dfb5f486f2 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 26 Mar 2023 15:44:40 +0200 Subject: [PATCH] Fix : client connection https://github.com/alexbelgium/hassio-addons/issues/771 --- nextcloud/CHANGELOG.md | 1 + nextcloud/config.json | 4 ++-- nextcloud/rootfs/defaults/nginx_addition | 6 ------ 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index c34cd125b..47abd7564 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,4 @@ +- Fix : connection with desktop client https://github.com/alexbelgium/hassio-addons/issues/771 - Improve : status check code - Fix : reinstallation code diff --git a/nextcloud/config.json b/nextcloud/config.json index 81cbbeb49..209e80088 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -106,6 +106,6 @@ "slug": "nextcloud_ocr", "uart": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "26.0", + "version": "26.0.0-2", "webui": "https://[HOST]:[PORT:443]" -} +} \ No newline at end of file diff --git a/nextcloud/rootfs/defaults/nginx_addition b/nextcloud/rootfs/defaults/nginx_addition index 7703a8dc2..b5cf94ba0 100644 --- a/nextcloud/rootfs/defaults/nginx_addition +++ b/nextcloud/rootfs/defaults/nginx_addition @@ -1,11 +1,5 @@ add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;"; -location = /status.php { - try_files $uri $uri/ /index.php$request_uri; - access_log off; - log_not_found off; -} - location = /.well-known/host-meta { return 301 $scheme://$http_hostpublic.php?service=host-meta; }