SteveLTN / https-portal

A fully automated HTTPS server powered by Nginx, Let's Encrypt and Docker.
MIT License
4.41k stars 295 forks source link

Feature request: Healthcheck. #333

Closed jupegarnica closed 1 year ago

jupegarnica commented 1 year ago

@SteveLTN, have you considered implementing a healthcheck in order to know if the proxy is working as expected?

I mean, I just implemented a custom healthcheck with curl to ensure the trafic is hitting my api-rest. But it would be nicer to have a https-portal healthcheck implemented in the Dockerfile.

jupegarnica commented 1 year ago

Btw. Great work. I just found it, and I feel in love :D. If i can help I will.

jupegarnica commented 1 year ago

I just open a PR: #334

SteveLTN commented 1 year ago

Hi! Thanks for the PR! I will have a test tomorrow!

jupegarnica commented 1 year ago

Version 1.23.0 closes the issue