html2rss / html2rss-web

🕸 Create custom RSS feeds from any website with ease! Quick setup with Docker. Use built-in configs or tailor your own. Stay updated effortlessly.
https://html2rss.github.io/components/html2rss-web
MIT License
86 stars 11 forks source link

feat(health_check): add HTTP Basic authentication to `GET /health_check.txt` #559

Closed gildesmarais closed 1 year ago

gildesmarais commented 1 year ago

BREAKING CHANGE

Previous default was no required auth. This changes with this PR: default is to have HTTP basic auth on GET /health_check.txt.

Please set username and password with the HEALTH_CHECK_* environment variables as described in the README. If no username + password are set, values will be auto-generated on every start. These generated values are printed once to the logs.