{"id":25782221,"url":"https://github.com/jamowei/code-server","last_synced_at":"2026-05-29T03:01:35.291Z","repository":{"id":276702510,"uuid":"929963967","full_name":"jamowei/code-server","owner":"jamowei","description":"VS Code in the browser based on Fedora Linux","archived":false,"fork":false,"pushed_at":"2026-04-17T03:21:12.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-17T05:37:32.049Z","etag":null,"topics":["browser","code-server","development","fedora","ide","vscode"],"latest_commit_sha":null,"homepage":"https://code.visualstudio.com/","language":"Dockerfile","has_issues":false,"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/jamowei.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-02-09T19:52:37.000Z","updated_at":"2025-12-19T14:11:48.000Z","dependencies_parsed_at":"2025-11-21T20:02:12.021Z","dependency_job_id":null,"html_url":"https://github.com/jamowei/code-server","commit_stats":null,"previous_names":["jamowei/code-server"],"tags_count":47,"template":false,"template_full_name":null,"purl":"pkg:github/jamowei/code-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamowei%2Fcode-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamowei%2Fcode-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamowei%2Fcode-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamowei%2Fcode-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamowei","download_url":"https://codeload.github.com/jamowei/code-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamowei%2Fcode-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33634611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":["browser","code-server","development","fedora","ide","vscode"],"created_at":"2025-02-27T07:38:54.519Z","updated_at":"2026-05-29T03:01:35.228Z","avatar_url":"https://github.com/jamowei.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# code-server docker\n\n[![Build and Release](https://github.com/jamowei/code-server/actions/workflows/buildAndRelease.yaml/badge.svg)](https://github.com/jamowei/code-server/actions/workflows/buildAndRelease.yaml)\n\nRun [VS Code](https://github.com/Microsoft/vscode) on\nany [Docker](https://www.docker.com/) host and use it in the browser.\n\nThe Docker image is based on latest [Fedora Linux](https://hub.docker.com/_/fedora) image\nand starts the great [code-server](https://github.com/coder/code-server) inside.\n\n## Run it\n\n```\ndocker run --rm --name code-server \\\n -p 8080:8080 \\\n -e PASSWORD=mypassword \\\n -v /home/dev:/my-workspace \\\n ghcr.io/jamowei/code-server:latest\n```\n\nThen open http://localhost:8080/\n\nUsing `sudo` the default password is `changeit`. You can set a new password by running:\n```\necho \"${USER}:new_password\" | sudo chpasswd\n```\n\n## Environment Variables\n\n| Name       | Default Value                                                                                                                                                                                                     | Description                                                                                                               |\n| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |\n| LOCALE     | `en`                                                                                                                                                                                                              | Set the locale of vs-code. See available [here](https://code.visualstudio.com/docs/getstarted/locales#_available-locales) |\n| PASSWORD   | `changeit`                                                                                                                                                                                                        | Password for using code-server                                                                                            |\n| EXTENSIONS | `golang.go\\|ms-python.python\\|ms-python.debugpy\\|eamodio.gitlens\\|humao.rest-client\\|esbenp.prettier-vscode\\|dbaeumer.vscode-eslint\\|ecmel.vscode-html-css\\|pkief.material-icon-theme\\|dreamcatcher45.podmanager` | List of vs-code extensions-ids, separated by `\\|` which gets added to the default ones                                    |\n\n## Build it\n\nGet the latest released `VERSION` of [code-server](https://github.com/coder/code-server)\nfrom [here](https://github.com/coder/code-server/releases).\n```\ndocker build --build-arg VERSION=v4.96.4 -t myrepo/code-server:latest.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamowei%2Fcode-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamowei%2Fcode-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamowei%2Fcode-server/lists"}