{"id":25606745,"url":"https://github.com/niradler/hotpod","last_synced_at":"2026-04-20T03:33:14.207Z","repository":{"id":276224828,"uuid":"928630466","full_name":"niradler/hotpod","owner":"niradler","description":"Hotpod is a lightweight Go-based process management tool that allows you to start, stop, and manage long-running commands with support for keep-alive functionality. It is designed to run shell commands in a controlled manner and ensure reliability for daemon-like processes.","archived":false,"fork":false,"pushed_at":"2025-03-22T13:17:27.000Z","size":32,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-05T06:34:46.329Z","etag":null,"topics":["container","docker","k8s"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/niradler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-07T00:29:58.000Z","updated_at":"2025-02-21T00:06:20.000Z","dependencies_parsed_at":"2025-10-09T00:02:26.306Z","dependency_job_id":null,"html_url":"https://github.com/niradler/hotpod","commit_stats":null,"previous_names":["niradler/hotpod"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/niradler/hotpod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niradler%2Fhotpod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niradler%2Fhotpod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niradler%2Fhotpod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niradler%2Fhotpod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niradler","download_url":"https://codeload.github.com/niradler/hotpod/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niradler%2Fhotpod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32031587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["container","docker","k8s"],"created_at":"2025-02-21T19:16:00.337Z","updated_at":"2026-04-20T03:33:14.186Z","avatar_url":"https://github.com/niradler.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HotPod\n\n## Overview\n\nHotPod is a lightweight Go-based process management tool that allows you to start, stop, and manage long-running commands with support for keep-alive functionality. It is designed to run shell commands in a controlled manner and ensure reliability for daemon-like processes.\n\n## Features\n\n- Start and stop processes safely\n- Prevent multiple instances of the same process from running\n- Graceful shutdown with `SIGTERM`, fallback to `SIGKILL`\n- Keep-alive functionality to keep the processes running\n- Thread-safe implementation using Go’s sync mechanisms\n\n## Usage\n\nDownload the binary from releases page.\n\n[https://github.com/niradler/hotpod/releases](https://github.com/niradler/hotpod/releases)\n\nRun a command using the process manager:\n\n```sh\n./hotpod -command \"python -m http.server 8000\" -shell \"sh\" -keepalive=true -host localhost -port 8080\n```\n\n[Example docker file](https://github.com/niradler/hotpod/blob/master/Dockerfile)\n\n## API\n\n[Swagger/Openapi](https://github.com/niradler/hotpod/blob/master/swagger.yaml)\n\n## Configuration Options\n\n| Option        | Description                                    | Default |\n|--------------|-------------------------------------------------|---------|\n| `-command`   | The command to run                              | `\"\"`    |\n| `-shell`     | The shell to execute the command (e.g., `sh`)   | `sh`    |\n| `-keepalive` | Keep the processes running                      | `false` |\n| `-host`      | The host to listen on                           | `localhost` |\n| `-port`      | The server port                                 | `8080` |\n\n## Contributing\n\nWe welcome contributions from the community! To contribute:\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature-name`)\n3. Commit your changes (`git commit -m 'Add new feature'`)\n4. Push to your branch (`git push origin feature-name`)\n5. Create a Pull Request\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Community \u0026 Support\n\nIf you encounter any issues or have feature requests, feel free to open an issue on GitHub.\n\nHappy coding! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniradler%2Fhotpod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniradler%2Fhotpod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniradler%2Fhotpod/lists"}