diff --git a/librespeed/Dockerfile b/librespeed/Dockerfile index ed416bb58..c1456f30b 100644 --- a/librespeed/Dockerfile +++ b/librespeed/Dockerfile @@ -115,18 +115,18 @@ LABEL \ RUN \ # Handle Apache configuration if [ -d /etc/apache2/sites-available ]; then \ - for file in /etc/apache2/sites-*/*.conf; do \ - sed -i '/ /etc/nginx/nginx.conf.new && \ - mv /etc/nginx/nginx.conf.new /etc/nginx/nginx.conf; \ + awk '/http \{/{print; print "map $http_user_agent $dontlog {\n default 0;\n \"~*HealthCheck\" 1;\n}\naccess_log /var/log/nginx/access.log combined if=$dontlog;"; next}1' /etc/nginx/nginx.conf > /etc/nginx/nginx.conf.new && \ + mv /etc/nginx/nginx.conf.new /etc/nginx/nginx.conf; \ fi -ENV HEALTH_PORT="8090" \ +ENV HEALTH_PORT="8096" \ HEALTH_URL="" HEALTHCHECK \ --interval=5s \ diff --git a/librespeed/README.md b/librespeed/README.md index 469f33c66..6a138221a 100644 --- a/librespeed/README.md +++ b/librespeed/README.md @@ -48,6 +48,8 @@ Configurations can be done through the app webUI, except for the following optio PGID: user GPID: user TZ: timezone +PASSWORD: "" # optional +CUSTOM_RESULTS: false # optional localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS... networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas cifsusername: "username" # optional, smb username, same for all smb shares diff --git a/librespeed/stats.png b/librespeed/stats.png deleted file mode 100644 index fa80f0073..000000000 Binary files a/librespeed/stats.png and /dev/null differ