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; }