mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 22:34:11 +02:00
New version
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
- Fix : solve AGAIN spam of healthcheck in logs
|
||||||
### 26.0.0-3 (26-03-2023)
|
### 26.0.0-3 (26-03-2023)
|
||||||
- Minor bugs fixed
|
- Minor bugs fixed
|
||||||
- Fix : bug in launcher script status detector if data is in a mounted directory
|
- Fix : bug in launcher script status detector if data is in a mounted directory
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ LABEL \
|
|||||||
#################
|
#################
|
||||||
|
|
||||||
ENV HEALTH_PORT="80" \
|
ENV HEALTH_PORT="80" \
|
||||||
HEALTH_URL="/healthcheck"
|
HEALTH_URL="/robots.txt"
|
||||||
HEALTHCHECK \
|
HEALTHCHECK \
|
||||||
--interval=5s \
|
--interval=5s \
|
||||||
--retries=5 \
|
--retries=5 \
|
||||||
|
|||||||
@@ -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 /healthcheck {
|
|
||||||
proxy_pass http://127.0.0.1:80/status.php;
|
|
||||||
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