{"id":35591258,"url":"https://github.com/haloydev/haloy","last_synced_at":"2026-04-01T21:52:43.546Z","repository":{"id":323225479,"uuid":"1091673526","full_name":"haloydev/haloy","owner":"haloydev","description":"Deploy to your own servers, minus the platform overhead","archived":false,"fork":false,"pushed_at":"2026-03-04T20:39:01.000Z","size":8475,"stargazers_count":131,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-05T02:25:17.128Z","etag":null,"topics":["deployment","devops","docker","self-hosted","vps"],"latest_commit_sha":null,"homepage":"https://haloy.dev","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/haloydev.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-11-07T10:55:18.000Z","updated_at":"2026-03-04T20:39:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/haloydev/haloy","commit_stats":null,"previous_names":["haloydev/haloy"],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/haloydev/haloy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haloydev%2Fhaloy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haloydev%2Fhaloy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haloydev%2Fhaloy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haloydev%2Fhaloy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haloydev","download_url":"https://codeload.github.com/haloydev/haloy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haloydev%2Fhaloy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30278153,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T20:45:49.896Z","status":"ssl_error","status_checked_at":"2026-03-08T20:45:49.525Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["deployment","devops","docker","self-hosted","vps"],"created_at":"2026-01-04T23:14:58.612Z","updated_at":"2026-04-01T21:52:43.535Z","avatar_url":"https://github.com/haloydev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"./images/haloy-logo-text-dark.svg\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"./images/haloy-logo-text-light.svg\"\u003e\n    \u003cimg src=\"./images/haloy-logo-text-light.svg\" alt=\"Haloy\" width=\"220\"\u003e\n  \u003c/picture\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eTurn any VPS into a production-ready app platform in minutes.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eZero-downtime deploys, automatic HTTPS, and instant rollbacks, without complex setup or vendor lock-in.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://haloy.dev\"\u003eWebsite\u003c/a\u003e ·\n  \u003ca href=\"https://haloy.dev/docs\"\u003eDocs\u003c/a\u003e\n\u003c/p\u003e\n\n## ✨ Features\n\nHaloy helps you deploy apps with:\n\n- Fast setup on a fresh VPS\n- Automatic HTTPS\n- Zero-downtime deploys\n- Simple rollbacks\n- Preview environments\n- No Kubernetes required\n- No vendor lock-in\n\n## 🚀 Quickstart\n\n### Prerequisites\n\n- **Server**: Any modern Linux server\n- **Local**: Docker for building your app\n- **Domain**: A domain or subdomain pointing to your server for secure API access\n\n### 1. Install haloy\n\n**Install script:**\n\n```bash\ncurl -fsSL https://sh.haloy.dev/install-haloy.sh | sh\n```\n\n**Homebrew (macOS / Linux):**\n\n```bash\nbrew install haloydev/tap/haloy\n```\n\n**npm/pnpm/bun**\n```bash\nnpm i -g haloy\n\npnpm add -g haloy\n\nbun add -g haloy\n```\n\n### 2. Server Setup\n\nSSH into your server and run the install script with your API domain:\n\n```bash\ncurl -fsSL https://sh.haloy.dev/install-haloyd.sh | API_DOMAIN=haloy.yourserver.com sh\n```\n\n**Note:** If you're not logged in as root, use `| sudo sh` instead of `| sh`.\n\nAfter installation completes, copy the API token from the output and add the server to your local machine:\n\n```bash\nhaloy server add haloy.yourserver.com \u003ctoken\u003e\n```\n\nFor detailed options, see the [Server Installation](https://haloy.dev/docs/server-installation) guide.\n\n### 3. Create haloy.yaml\nCreate a `haloy.yaml` file:\n\n```yaml\nname: \"my-app\"\nserver: haloy.yourserver.com\ndomains:\n  - domain: \"my-app.com\"\n    aliases:\n      - \"www.my-app.com\" # Redirects to my-app.com\n```\n\nThis will look for a Dockerfile in the same directory as your config file, build it and upload it to the server. This is the Haloy configuration in its simplest form.\n\nCheck out the [examples repository](https://github.com/haloydev/examples) for complete configurations showing how to deploy common web apps like Next.js, TanStack Start, static sites, and more.\n\n### 4. Deploy\n\n```bash\nhaloy deploy\n\n# Check status\nhaloy status\n```\n\nThat's it! Your application is now deployed and accessible at your configured domain.\n\n## Learn More\n- [Configuration Reference](https://haloy.dev/docs/configuration-reference)\n- [Commands Reference](https://haloy.dev/docs/commands-reference)\n- [Architecture](https://haloy.dev/docs/architecture)\n- [Examples Repository](https://github.com/haloydev/examples)\n\n## Development\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for development setup and contribution guidelines.\n\nLocal builds can embed Git-derived version metadata:\n\n```bash\nmake build\n```\n\nReleases are tag-driven. To cut a release:\n\n```bash\n./tools/create-release-tag.sh --next\n\n# Or provide an explicit tag\n./tools/create-release-tag.sh v0.1.0-beta.43\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaloydev%2Fhaloy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaloydev%2Fhaloy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaloydev%2Fhaloy/lists"}