TwiN / gatus

⛑ Automated developer-oriented status page
https://gatus.io
Apache License 2.0
6.12k stars 408 forks source link

Provide precompiled binaries for execution directly on the host #831

Open tazz4843 opened 2 months ago

tazz4843 commented 2 months ago

Describe the feature request

Provide single binaries alongside all releases to allow users to download and execute natively on the host instead of having to install Docker or Podman.

Why do you personally want this feature to be implemented?

I've been searching for a project I can use to monitor my services. I plan to deploy it on a very low power server that I would strongly prefer not to install docker or podman on, and would want to deploy a single binary that way I don't have to leave a mess of executable runtimes on it. This project seems perfect for fulfilling the latter requirement but the former is difficult to do, especially given I cannot compile anything on the server as it's so low power, nor would I like to install go on another system and have to copy the binary over (although that is likely what I will do for now).

How long have you been using this project?

No response

Additional information

No response