[GH-ISSUE #1185] Expose only API #812

Closed
opened 2026-02-25 23:43:40 +03:00 by kerem · 4 comments
Owner

Originally created by @drcursor on GitHub (Jul 17, 2025).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1185

Is it possible to expose only specific API endpoints (eg. Telegram and ping) and completely close off the remaining URLs or will this break Healthchecks?

I could not find any information regarding this.

Originally created by @drcursor on GitHub (Jul 17, 2025). Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1185 Is it possible to expose only specific API endpoints (eg. Telegram and ping) and completely close off the remaining URLs or will this break Healthchecks? I could not find any information regarding this.
kerem closed this issue 2026-02-25 23:43:40 +03:00
Author
Owner

@cuu508 commented on GitHub (Jul 18, 2025):

Hello @drcursor, can you please describe your use case, what are you trying to achieve?

You cannot disable endpoints via Healthchecks configuration, but you could either

  • remove specific routes from urls.py files
  • filter access based on URL in reverse proxy configuration
<!-- gh-comment-id:3087140375 --> @cuu508 commented on GitHub (Jul 18, 2025): Hello @drcursor, can you please describe your use case, what are you trying to achieve? You cannot disable endpoints via Healthchecks configuration, but you could either * remove specific routes from `urls.py` files * filter access based on URL in reverse proxy configuration
Author
Owner

@drcursor commented on GitHub (Jul 20, 2025):

I want to confirm that I can open only the paths needed for ping (/ping/) on the proxy server i have in front of healthcheks or if more need to be world accessible. Is there a list of such paths, or should I just check urls.py?

<!-- gh-comment-id:3094682909 --> @drcursor commented on GitHub (Jul 20, 2025): I want to confirm that I can open only the paths needed for ping (/ping/) on the proxy server i have in front of healthcheks or if more need to be world accessible. Is there a list of such paths, or should I just check urls.py?
Author
Owner

@cuu508 commented on GitHub (Jul 21, 2025):

or if more need to be world accessible

Depends on what you want it it to do. Can you please describe your use case, what are you trying to achieve?

<!-- gh-comment-id:3095369254 --> @cuu508 commented on GitHub (Jul 21, 2025): > or if more need to be world accessible Depends on what you want it it to do. Can you please describe your use case, what are you trying to achieve?
Author
Owner

@cuu508 commented on GitHub (Aug 4, 2025):

No reply, closing.

<!-- gh-comment-id:3149309161 --> @cuu508 commented on GitHub (Aug 4, 2025): No reply, closing.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#812
No description provided.