This commit is contained in:
Alexandre
2023-03-26 15:44:40 +02:00
parent 8fd5621dbe
commit 393a7c5979
3 changed files with 3 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
- Fix : connection with desktop client https://github.com/alexbelgium/hassio-addons/issues/771
- Improve : status check code
- Fix : reinstallation code

View File

@@ -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]"
}
}

View File

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