dashy/services
dintho a130d6c9e6
Adjusting SSL Portion of HealthCheck
I ran into a issue running dashy in a podman oci container with the default value for public & private key paths  not being set the same way in healthcheck.js vs ssl-server.js

This difference was allowing SSL to start causing the healthcheck to get a 302 redirect to https .

This change adds in the same default path vars and i am going to say similar behavior that ssl-server.js uses. i tried to match the same style as the existing code between the two files

another alternative is to set `SSL_PUB_KEY_PATH` and `SSL_PRIV_KEY_PATH` in the compose file as env vars 

but after seeing #843 which lead me #768 and then finding  
#1410

ill be honest this probably solves #843 and #1410  i dont think this totally solved #768  tbh.  i had a hard time following that thread
2025-03-10 17:03:48 -06:00
..
serverless-functions 🎨 Updates how headers are applied to Netlify CORS proxy 2022-01-01 00:42:55 +00:00
config-validator.js 🦺 Update schema validation, disable strict for multi options 2024-04-28 15:05:53 +01:00
cors-proxy.js 🚑 Rever param change in cors-proxy.js 2024-08-17 15:42:15 +01:00
get-user.js 🛂 Remove page reload on auth failure (#981) 2024-04-28 20:00:17 +01:00
healthcheck.js Adjusting SSL Portion of HealthCheck 2025-03-10 17:03:48 -06:00
print-message.js Better spacing in print-message service 2024-04-13 14:06:33 +01:00
rebuild-app.js 📓 Adds in-code docs to rebiuld app server function 2021-07-12 23:28:11 +01:00
save-config.js Put config backups in own directory 2024-04-21 14:45:52 +01:00
ssl-server.js ️ Moves host variable below imports 2022-07-07 18:05:34 +01:00
status-check.js 🚨 Removes rougue console.log (#581) 2022-04-03 16:04:01 +01:00
system-info.js Adds widget to fetch and display system stats 2021-12-16 04:03:36 +00:00
update-checker.js Refactors console-out into own function 2021-10-24 13:31:48 +01:00