mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-22 08:41:50 +02:00
Fix : client connection https://github.com/alexbelgium/hassio-addons/issues/771
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
- Fix : connection with desktop client https://github.com/alexbelgium/hassio-addons/issues/771
|
||||||
- Improve : status check code
|
- Improve : status check code
|
||||||
- Fix : reinstallation code
|
- Fix : reinstallation code
|
||||||
|
|
||||||
|
|||||||
@@ -106,6 +106,6 @@
|
|||||||
"slug": "nextcloud_ocr",
|
"slug": "nextcloud_ocr",
|
||||||
"uart": true,
|
"uart": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
|
||||||
"version": "26.0",
|
"version": "26.0.0-2",
|
||||||
"webui": "https://[HOST]:[PORT:443]"
|
"webui": "https://[HOST]:[PORT:443]"
|
||||||
}
|
}
|
||||||
@@ -1,11 +1,5 @@
|
|||||||
add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;";
|
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 {
|
location = /.well-known/host-meta {
|
||||||
return 301 $scheme://$http_hostpublic.php?service=host-meta;
|
return 301 $scheme://$http_hostpublic.php?service=host-meta;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user