{"id":26184000,"url":"https://github.com/torchiaf/code-editor","last_synced_at":"2026-05-18T11:03:33.639Z","repository":{"id":179248022,"uuid":"663187464","full_name":"torchiaf/code-editor","owner":"torchiaf","description":"Deploy code-server on kubernetes, providing authentication and multi-user support","archived":false,"fork":false,"pushed_at":"2024-05-28T08:11:32.000Z","size":458,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-14T20:17:48.800Z","etag":null,"topics":["app","code-editor","code-server","editor","go","helm","kubernetes","web-ide"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/torchiaf.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}},"created_at":"2023-07-06T18:44:40.000Z","updated_at":"2025-03-26T11:15:34.000Z","dependencies_parsed_at":"2023-11-25T11:24:42.989Z","dependency_job_id":"35d1b336-bcb0-4966-a062-ade311da5556","html_url":"https://github.com/torchiaf/code-editor","commit_stats":null,"previous_names":["torchiaf/epinio-code-editor","torchiaf/kode-editor","torchiaf/code-editor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/torchiaf/code-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchiaf%2Fcode-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchiaf%2Fcode-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchiaf%2Fcode-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchiaf%2Fcode-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/torchiaf","download_url":"https://codeload.github.com/torchiaf/code-editor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchiaf%2Fcode-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33175835,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"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":["app","code-editor","code-server","editor","go","helm","kubernetes","web-ide"],"created_at":"2025-03-11T22:52:06.172Z","updated_at":"2026-05-18T11:03:33.621Z","avatar_url":"https://github.com/torchiaf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# code-editor\ncode-editor is an open source application to deploy [code-server](https://github.com/coder/code-server) on Kubernetes, adding a JWT authentication and multi-user support.\n\n## Requirements\n\n- Node\n- Helm\n- k3d\n- kubectl\n- yq\n\n## Quick Start\n\n### Installation\n  \n    # Provide dev tools\n    npm install\n\n    # Create a new cluster using k3d\n    npm run cluster:create\n\n    # Install code-editor using Helm charts\n    npm run code-editor:install\n\n### Using code-editor\n\n  `code-editor` provides http APIs to manage users and code-server instances. Consult the full API list here [Openapi spec](https://github.com/torchiaf/code-editor/blob/main/docs/openapi.yaml)\n\n#### Workflow\n  \n- Login:\n  ```\n  POST https://localhost/code-editor/api/v1/login\n  ```\n- Create `code-server` instance:\n  ```\n  POST https://localhost/code-editor/api/v1/views\n\n  response:\n  {\n    \"viewId\": \"0001\",\n    \"path\": path of the code-server instance UI,\n    \"query-param\": path to the cloned repo provisioned in the code-server instance,\n    \"code-server-session\": code-server instance token to use in the browser\n  }\n  ```\n\n- Go to https://localhost/code-editor/$path/?folder=$query-param and enjoy the power of VSCode in your web browser!\n\n### Console\n\n  The web-gui console is accessible here: https://localhost/code-editor/console .\n  - Admin users can assign new Code Editor instances to the standard users.\n  - Standard Users can use it to access to their code instances.\n\n  Admin console\n\n  ![image](https://github.com/torchiaf/code-editor/assets/26394656/daeeeca8-269d-439a-8549-863943329ed7)\n\n\n  Create Page\n\n  ![image](https://github.com/torchiaf/code-editor/assets/26394656/327b275c-5954-4d7c-89ac-12c0cd99bc86)\n\n\n  Users console\n\n  ![image](https://github.com/torchiaf/code-editor/assets/26394656/dcbcdd78-f83c-4cfd-88b7-b289f636c98a)\n\n\n  VSCode instance\n  \n  ![image](https://github.com/torchiaf/code-editor/assets/26394656/4b36a843-2253-4af3-8a66-69783277a3a3)\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorchiaf%2Fcode-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorchiaf%2Fcode-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorchiaf%2Fcode-editor/lists"}