{"id":15357200,"url":"https://github.com/gera2ld/garfield","last_synced_at":"2025-09-13T08:51:37.729Z","repository":{"id":65379272,"uuid":"66450770","full_name":"gera2ld/garfield","owner":"gera2ld","description":"Web server to execute commands.","archived":false,"fork":false,"pushed_at":"2018-02-28T15:26:37.000Z","size":213,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-07T05:20:06.205Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gera2ld.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-24T09:28:30.000Z","updated_at":"2019-06-22T03:44:31.000Z","dependencies_parsed_at":"2023-01-20T08:45:46.390Z","dependency_job_id":null,"html_url":"https://github.com/gera2ld/garfield","commit_stats":null,"previous_names":["gera2ld/web-commander"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/gera2ld/garfield","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Fgarfield","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Fgarfield/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Fgarfield/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Fgarfield/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gera2ld","download_url":"https://codeload.github.com/gera2ld/garfield/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Fgarfield/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274238264,"owners_count":25247105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"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":[],"created_at":"2024-10-01T12:33:56.659Z","updated_at":"2025-09-13T08:51:37.703Z","avatar_url":"https://github.com/gera2ld.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Garfield\n===\n\nThis is a lite server to execute commands according to web requests.\n\nUsage\n---\n1. Start:\n\n   ``` sh\n   # Default address is `0.0.0.0:2333`\n   $ npm start\n   ```\n\n   Configuration can be overridden by `config.yml` or environment variables.\n   See [src/server/config.js](src/server/config.js).\n\n1. Open dashboard, then add projects and commands.\n\n1. Make a request:\n\n   ```\n   POST http://server.address/cmd/command_name/command_type\n   ```\n\nConfig\n---\nDefault configurations can be overridden by environment variables.\n\n* `HOST`\n\n  The server host, default as `''`.\n\n* `PORT`\n\n  The server port, default as `2333`.\n\n* `DATA_DIR`\n\n  The directory to store data, also as current working directory to start each task. Default as `data`.\n\n  `DATA_DIR` can either be a path relative to current working directory or an absolute path.\n\n* `SUPER_USERS`\n\n  A list of user IDs. Users with IDs in the list will have super user permissions temporarily.\n\n* `GITHUB_CLIENT_ID` \u0026 `GITHUB_CLIENT_SECRET`\n\n  Required to log in with GitHub.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgera2ld%2Fgarfield","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgera2ld%2Fgarfield","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgera2ld%2Fgarfield/lists"}