Perq
HHomarr
•Created by Perq on 9/6/2024 in #💬・get-help
Blank System Health Monitoring window
I've checked and it is not forced, but I also only used ssl over reverse proxy on nginx, I've switched to https in omv (non forced), but that doesn't seem to change anything
17 replies
HHomarr
•Created by Perq on 9/6/2024 in #💬・get-help
Blank System Health Monitoring window
I do have https on omv, that is true
17 replies
HHomarr
•Created by Perq on 9/6/2024 in #💬・get-help
Blank System Health Monitoring window
did that, doesn't seem to work
17 replies
HHomarr
•Created by Perq on 9/6/2024 in #💬・get-help
Blank System Health Monitoring window
Logs:
Error: 'sharp' is required to be installed in standalone mode for the image optimization to function correctly. Read more at: https://nextjs.org/docs/messages/sharp-missing-in-production
ℹ Saving updated configuration of 'default' config.
ℹ Local icons repository directory exists and contains 0 icons
ℹ Saving updated configuration of 'default' config.
ERROR Unexpected response: write EPROTO 001884E84B7F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354:
ERROR Unexpected response: write EPROTO 001884E84B7F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354:
ERROR Unexpected response: write EPROTO 001884E84B7F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354:
ERROR Unexpected response: write EPROTO 001884E84B7F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354:
ERROR Unexpected response: write EPROTO 001884E84B7F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354:
ℹ Saving updated configuration of 'default' config.
ℹ Detected credential change of private secret. Value will be overwritten in configuration
System: Docker
Version: 0.15.4
Docker-compose:
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /docker/homarr/configs:/app/data/configs
- /docker/homarr/icons:/app/public/icons
- /docker/homarr/data:/data
ports:
- '7575:7575'
17 replies