{"id":21822238,"url":"https://github.com/ethiclab/codeserver","last_synced_at":"2026-04-09T02:30:56.189Z","repository":{"id":95637389,"uuid":"229792642","full_name":"ethiclab/codeserver","owner":"ethiclab","description":null,"archived":false,"fork":false,"pushed_at":"2019-12-23T17:05:22.000Z","size":5,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-09T14:06:36.217Z","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/ethiclab.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-23T17:05:07.000Z","updated_at":"2019-12-23T17:05:24.000Z","dependencies_parsed_at":"2023-05-21T06:15:41.753Z","dependency_job_id":null,"html_url":"https://github.com/ethiclab/codeserver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ethiclab/codeserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethiclab%2Fcodeserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethiclab%2Fcodeserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethiclab%2Fcodeserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethiclab%2Fcodeserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethiclab","download_url":"https://codeload.github.com/ethiclab/codeserver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethiclab%2Fcodeserver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31582535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"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-11-27T17:13:49.980Z","updated_at":"2026-04-09T02:30:56.166Z","avatar_url":"https://github.com/ethiclab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Code Server\n\n    npm ci\n    npm start -- --options ./options.js\n\n# Options\n\n```javascript\nmodule.exports = {\n  bind: {\n    address: '0.0.0.0',\n    port: 8080\n  },\n  routeFile: './routes.js'\n}\n```\n\n# Routes\n\n```javascript\nmodule.exports = [\n {\n  method: \"get\",\n  path: \"/\",\n  code: (req, res, next) =\u003e {\n    res.send('\u003ch1\u003eHello, World!\u003c/h1\u003e')\n  }\n }\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethiclab%2Fcodeserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethiclab%2Fcodeserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethiclab%2Fcodeserver/lists"}