Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds an https condition to the healthcheck #503

Merged
merged 4 commits into from
Apr 6, 2025

Conversation

Garrulousbrevity
Copy link
Contributor

@Garrulousbrevity Garrulousbrevity commented Apr 5, 2025

Currently, the healthcheck fails on an HTTPS only configuration, which makes the container look unhealthy. This change adds a second check to see if HTTPS is working, ignoring any cert configuration

@SamAcctX
Copy link

SamAcctX commented Apr 5, 2025

Just adding a note that the env var reference is incorrect (it was changed in the v3 release a few days ago). It should now be NEKO_SERVER_BIND.

@Garrulousbrevity
Copy link
Contributor Author

Whoop, good catch, we tested this on V2

@Garrulousbrevity
Copy link
Contributor Author

This has now been properly tested on V3

@m1k1o
Copy link
Owner

m1k1o commented Apr 6, 2025

It should also be changed in the other dockerfiles for nvidia, intel, bookworm etc.

Copy link
Owner

@m1k1o m1k1o left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM.

@m1k1o m1k1o merged commit 2ec35d9 into m1k1o:master Apr 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants