{"id":15718438,"url":"https://github.com/justintime50/harvey-ui","last_synced_at":"2026-03-03T18:32:10.553Z","repository":{"id":111477121,"uuid":"459435825","full_name":"Justintime50/harvey-ui","owner":"Justintime50","description":"The UI for the the lightweight Docker Compose deployment platform - Harvey.","archived":false,"fork":false,"pushed_at":"2025-04-02T03:37:56.000Z","size":1875,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T16:54:31.622Z","etag":null,"topics":["ci","compose","deployment","docker","frontend","harvey","system","ui"],"latest_commit_sha":null,"homepage":"https://github.com/justintime50/harvey","language":"PHP","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/Justintime50.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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},"funding":{"github":["Justintime50"]}},"created_at":"2022-02-15T05:08:29.000Z","updated_at":"2025-04-02T03:38:00.000Z","dependencies_parsed_at":"2023-12-21T20:26:32.862Z","dependency_job_id":"fe6fd436-2b72-4d14-989d-270cb3a622ae","html_url":"https://github.com/Justintime50/harvey-ui","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":"Justintime50/laravel-template","purl":"pkg:github/Justintime50/harvey-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justintime50%2Fharvey-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justintime50%2Fharvey-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justintime50%2Fharvey-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justintime50%2Fharvey-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Justintime50","download_url":"https://codeload.github.com/Justintime50/harvey-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justintime50%2Fharvey-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30054593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["ci","compose","deployment","docker","frontend","harvey","system","ui"],"created_at":"2024-10-03T21:53:04.066Z","updated_at":"2026-03-03T18:32:10.505Z","avatar_url":"https://github.com/Justintime50.png","language":"PHP","funding_links":["https://github.com/sponsors/Justintime50"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Harvey UI\n\nThe UI for Harvey, the lightweight Docker Compose deployment runner.\n\n[![Build](https://github.com/Justintime50/harvey-ui/workflows/build/badge.svg)](https://github.com/Justintime50/harvey-ui/actions)\n[![Coverage Status](https://coveralls.io/repos/github/Justintime50/harvey-ui/badge.svg?branch=main)](https://coveralls.io/github/Justintime50/harvey-ui?branch=main)\n[![Version](https://img.shields.io/github/v/tag/justintime50/harvey-ui)](https://github.com/justintime50/harvey-ui/releases)\n[![Licence](https://img.shields.io/github/license/justintime50/harvey-ui)](LICENSE)\n\n\u003cimg src=\"https://raw.githubusercontent.com/justintime50/assets/main/src/harvey-ui/showcase.png\" alt=\"Showcase\"\u003e\n\n\u003c/div\u003e\n\n\u003e NOTE: Harvey was used by me for years in production; however, it's a bit rough around the edges still. I eventually had to bite the bullet and switch to Docker Swarm but Harvey remains a viable options for small projects and deployments. I will no longer be actively maintaining the project since I no longer use it daily but welcome any work on the project to smooth over any lingering oddities. A good place to start is the [Harvey Wishlist](https://github.com/Justintime50/harvey/issues/87).\n\n## What is Harvey\n\n[Harvey](https://github.com/Justintime50/harvey) is the lightweight Docker Compose deployment runner. This project serves as a UI on top of the underlying API and service. View your deployment statuses, logs, and runtime history. Lock and unlock deployments as well as redeploy a project with the click of a button.\n\n## Install\n\n```bash\n# Copy the env files, and edit as needed\ncp src/.env-example src/.env \u0026\u0026 cp .env-example .env\n\n# Run the setup script which will bootstrap all the requirements, spin up the service, and migrate the database\njust setup\n```\n\n### Environment Variables\n\n#### Required\n\n- `HARVEY_DOMAIN` (eg: example.com)\n\n#### Optional\n\n- `HARVEY_SECRET` (leave blank if not securing your endpoints)\n- `HARVEY_DOMAIN_PROTOCOL` (`http` vs `https` - defaults to `http`)\n- `HARVEY_TIMEOUT` (defaults to `10` seconds)\n- `HARVEY_PAGE_SIZE` (defaults to `20` records)\n\n## Usage\n\nVisit `harvey.localhost` in a browser to get started.\n\n### Default Login\n\nThe default login is `admin@harvey.com` and `password`. **Make sure to update the email/password after first login!**\n\n## Deploy\n\n```bash\n# Deploy the project locally\njust run\n\n# Deploy the project in production\njust prod\n```\n\n## Development\n\n```bash\n# Get a comprehensive list of development tools\njust --list\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustintime50%2Fharvey-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustintime50%2Fharvey-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustintime50%2Fharvey-ui/lists"}