{"id":18495350,"url":"https://github.com/pishangujeniya/code-server-docker","last_synced_at":"2026-03-19T04:45:15.339Z","repository":{"id":222427711,"uuid":"757241808","full_name":"pishangujeniya/code-server-docker","owner":"pishangujeniya","description":"Run VSCode in your Browser from anywhere - Docker","archived":false,"fork":false,"pushed_at":"2025-10-17T10:44:14.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-18T13:50:58.576Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/pishangujeniya.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}},"created_at":"2024-02-14T04:45:10.000Z","updated_at":"2025-10-17T10:44:19.000Z","dependencies_parsed_at":"2024-02-14T06:31:09.740Z","dependency_job_id":"e50fad97-de02-41d1-a1b2-9293e907d051","html_url":"https://github.com/pishangujeniya/code-server-docker","commit_stats":null,"previous_names":["pishangujeniya/code-server-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pishangujeniya/code-server-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pishangujeniya%2Fcode-server-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pishangujeniya%2Fcode-server-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pishangujeniya%2Fcode-server-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pishangujeniya%2Fcode-server-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pishangujeniya","download_url":"https://codeload.github.com/pishangujeniya/code-server-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pishangujeniya%2Fcode-server-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29289899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T02:32:08.756Z","status":"ssl_error","status_checked_at":"2026-02-10T02:30:31.937Z","response_time":65,"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":[],"created_at":"2024-11-06T13:24:26.695Z","updated_at":"2026-02-10T03:04:33.735Z","avatar_url":"https://github.com/pishangujeniya.png","language":"Dockerfile","readme":"# Code Server with Ngrok - Docker\n\nThis project aims to facilitate remote development by combining the power of [code-server](https://github.com/cdr/code-server) and [ngrok](https://ngrok.com/) to provide a seamless development experience over the internet.\n\n## Overview\n\nCode Server allows you to run a fully-featured VS Code instance on a remote server accessible via a web browser. Ngrok, on the other hand, creates secure tunnels to localhost, allowing you to expose your local development environment to the internet.\n\nBy integrating code-server with ngrok, you can develop and collaborate on projects remotely without needing to set up complex VPNs or port forwarding.\n\n## Features\n\n- **Remote Development**: Access your development environment from anywhere with an internet connection.\n- **Real-time Collaboration**: Share your development environment with team members for pair programming and collaborative coding sessions.\n- **Secure Access**: Ngrok provides secure HTTPS tunnels, ensuring that your development environment remains protected.\n- **Customizable Setup**: Configure ngrok options and code-server settings to tailor the setup to your specific needs.\n\n## 🔐 Configuration\n\nPlease update the values mentioned in the [./env](./env) file\n\n|Environment Variable | Description |\n|--|--|\n| NGROK_AUTH_TOKEN | The authentication token for the Ngrok Account - [link](https://dashboard.ngrok.com/tunnels/authtokens) |\n| CODE_SERVER_PASSWORD | The password to login to code server and sudo password |\n\n## 🏃‍♀️Getting Started\n\nTo get started with this project, follow these steps:\n\n1. Clone this repository to your local machine.\n2. Update the environment variables in the `.env` file with your Ngrok authentication token in double quotes and code-server password.\n3. Execute `docker compose up` to start the code-server and ngrok.\n4. Access your code-server instance via the ngrok-provided URL in your web browser at [http://localhost:4040](http://localhost:4040).\n\n## Usage\n\nOnce the setup is complete, you can use code-server just like you would use VS Code locally. Here are some common tasks:\n\n- Write and edit code in various programming languages.\n- Install and manage extensions to customize your development environment.\n- Debug your applications using integrated debugging tools.\n- Collaborate with others in real-time by sharing the ngrok URL.\n\n## Contributing\n\nContributions to this project are welcome! If you have any ideas for improvements or new features, feel free to open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE), allowing for both personal and commercial use with attribution.\n\n## Acknowledgments\n\n- The developers of code-server and ngrok for creating such powerful tools.\n- The open-source community for their contributions and support.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpishangujeniya%2Fcode-server-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpishangujeniya%2Fcode-server-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpishangujeniya%2Fcode-server-docker/lists"}