[GH-ISSUE #1062] Adding Elestio as deployment option #737

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

Originally created by @kaiwalyakoparkar on GitHub (Sep 18, 2024).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1062

Hey team,
I am Kaiwalya, Developer Advocate at Elestio. Elestio has been providing options of fully deploying and managing Healthchecks application as shown here. I think it would be a great idea if we can add it to official readme/documentation here.
🔔 In addition to this, if you are interested we provide partnership opportunities with tools we support by revenue share upon addition of this method in docs. If you would like to collaborate, just shoot me an email at kaiwalya@elest.io :)

Example button:

Deploy on Elestio

Originally created by @kaiwalyakoparkar on GitHub (Sep 18, 2024). Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1062 Hey team, I am Kaiwalya, Developer Advocate at Elestio. Elestio has been providing options of fully deploying and managing Healthchecks application as shown [here](https://elest.io/open-source/healthchecks). I think it would be a great idea if we can add it to official readme/documentation here. 🔔 In addition to this, if you are interested we provide partnership opportunities with tools we support by **revenue share** upon addition of this method in docs. If you would like to collaborate, just shoot me an email at [kaiwalya@elest.io](mailto:kaiwalya@elest.io) :) Example button: [![Deploy on Elestio](https://elest.io/images/logos/deploy-to-elestio-btn.png)](https://elest.io/open-source/healthchecks)
kerem closed this issue 2026-02-25 23:43:25 +03:00
Author
Owner

@cuu508 commented on GitHub (Oct 10, 2024):

I'm happy to link to Elestio from the Third-Party Resources page. Before I add the link, I wanted to try out Healthchecks on Elestio to see how it works. First observations:

  • After I deploy the service, it starts up, and I could log in - nice!
  • It uses linuxserver docker image. I would feel more confident recommending Elestio if it used the official image
  • The default configuration has DEBUG=True. This is insecure, a better default would be DEBUG=False
  • I tried setting a custom domain name but couldn't get it to work. After editing ALLOWED_HOSTS (using the "Update config" feature) and restarting the container it still seems to use the old configuration. I suspect it is some weirdness with the linuxserver image but not sure.
<!-- gh-comment-id:2404606985 --> @cuu508 commented on GitHub (Oct 10, 2024): I'm happy to link to Elestio from the [Third-Party Resources](https://healthchecks.io/docs/resources/) page. Before I add the link, I wanted to try out Healthchecks on Elestio to see how it works. First observations: * After I deploy the service, it starts up, and I could log in - nice! * It uses linuxserver docker image. I would feel more confident recommending Elestio if it used the official image * The default configuration has DEBUG=True. This is insecure, a better default would be DEBUG=False * I tried setting a custom domain name but couldn't get it to work. After editing ALLOWED_HOSTS (using the "Update config" feature) and restarting the container it still seems to use the old configuration. I suspect it is some weirdness with the linuxserver image but not sure.
Author
Owner

@cuu508 commented on GitHub (Oct 10, 2024):

Ah, I figured out the issue with ALLOWED_HOSTS, I was using incorrect syntax when setting it.

I used

- ALLOWED_HOSTS=["example.com"]

I should have used

- ALLOWED_HOSTS=example.com
<!-- gh-comment-id:2404618675 --> @cuu508 commented on GitHub (Oct 10, 2024): Ah, I figured out the issue with ALLOWED_HOSTS, I was using incorrect syntax when setting it. I used - ALLOWED_HOSTS=["example.com"] I should have used - ALLOWED_HOSTS=example.com
Author
Owner

@kaiwalyakoparkar commented on GitHub (Oct 10, 2024):

Hey @cuu508 Thanks for trying it out,

  • We use our images as they are found to be more trusted by our users, also we can fix and release quickly if there is any bug. If you insist on an official image then surely we can make that change. Let me know :)
  • I will inform the team of your suggestion about DEBUG=false for default 🙌
<!-- gh-comment-id:2404846353 --> @kaiwalyakoparkar commented on GitHub (Oct 10, 2024): Hey @cuu508 Thanks for trying it out, - We use our images as they are found to be more trusted by our users, also we can fix and release quickly if there is any bug. If you insist on an official image then surely we can make that change. Let me know :) - I will inform the team of your suggestion about DEBUG=false for default 🙌
Author
Owner

@cuu508 commented on GitHub (Oct 10, 2024):

We use our images as they are found to be more trusted by our users, also we can fix and release quickly if there is any bug

Wait, is Elestio behind linuxserver?

<!-- gh-comment-id:2404864686 --> @cuu508 commented on GitHub (Oct 10, 2024): > We use our images as they are found to be more trusted by our users, also we can fix and release quickly if there is any bug Wait, is Elestio behind linuxserver?
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#737
No description provided.