{"id":43771050,"url":"https://github.com/elcajon/app-code-server","last_synced_at":"2026-03-06T02:06:27.260Z","repository":{"id":60072929,"uuid":"534527587","full_name":"elcajon/app-code-server","owner":"elcajon","description":"Advanced Studio Code Server - Home Assistant Add-ons","archived":false,"fork":false,"pushed_at":"2026-01-31T05:08:16.000Z","size":1219,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-31T19:35:01.488Z","etag":null,"topics":["addon","addons","apps","code-server","home-assistant","homeassistant"],"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/elcajon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","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":"2022-09-09T06:35:49.000Z","updated_at":"2026-01-31T05:08:20.000Z","dependencies_parsed_at":"2023-07-22T15:48:41.970Z","dependency_job_id":"ee3a5242-02be-4a28-8f64-20c578e8a563","html_url":"https://github.com/elcajon/app-code-server","commit_stats":null,"previous_names":["elcajon/addon-code-server","elcajon-dev/addon-code-server","homeassistant-apps/app-code-server"],"tags_count":186,"template":false,"template_full_name":null,"purl":"pkg:github/elcajon/app-code-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elcajon%2Fapp-code-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elcajon%2Fapp-code-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elcajon%2Fapp-code-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elcajon%2Fapp-code-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elcajon","download_url":"https://codeload.github.com/elcajon/app-code-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elcajon%2Fapp-code-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29125919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T14:05:12.718Z","status":"ssl_error","status_checked_at":"2026-02-05T14:03:53.078Z","response_time":65,"last_error":"SSL_read: 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":["addon","addons","apps","code-server","home-assistant","homeassistant"],"created_at":"2026-02-05T16:36:08.625Z","updated_at":"2026-02-05T16:36:09.190Z","avatar_url":"https://github.com/elcajon.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Home Assistant Add-on: Advanced Studio Code Server\n\n[![GitHub Release][releases-shield]][releases]\n![Project Stage][project-stage-shield]\n[![License][license-shield]](LICENSE.md)\n\n![Supports aarch64 Architecture][aarch64-shield]\n![Supports amd64 Architecture][amd64-shield]\n\n[![Github Actions][github-actions-shield]][github-actions]\n![Project Maintenance][maintenance-shield]\n[![GitHub Activity][commits-shield]][commits]\n\nStudio Code Server, accessible through the browser.\n\n## About\n\nThis add-on runs [code-server](https://github.com/cdr/code-server), which\ngives you a Visual Studio Code experience straight from the browser. It allows\nyou to edit your Home Assistant configuration directly from your web browser,\ndirectly from within the Home Assistant frontend.\n\nThe add-on has the Home Assistant, MDI icons and YAML extensions pre-installed\nand pre-configured right out of the box. This means that auto-completion works\ninstantly, without the need for configuring anything.\n\n[:books: Read the full add-on documentation][docs]\n\n## Installation\n\nTo install this Add-On, manually add the HA-Addons repository to Home Assistant\nusing [this GitHub repository][ha-addons] or by clicking the button below.\n\n[![Add Repository to HA][my-ha-badge]][my-ha-url]\n\n## Other Features\n\nBasic image based on [Home-Assistant Community Add-on Visual Studio Code][hassio-addons]\nwith the following additional features:\n\n- Host Docker access\n- Material Design icons pre-installed\n- Cron installed and configured\n- Tailscale installed\n- Rclone installed\n- Custom cont-init.d and services.d scripts\n\n[aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg\n[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg\n[commits-shield]: https://img.shields.io/github/commit-activity/y/elcajon/app-code-server.svg\n[commits]: https://github.com/elcajon/app-code-server/commits/main\n[docs]: https://github.com/elcajon/app-code-server/blob/main/code-server/DOCS.md\n[github-actions-shield]: https://github.com/elcajon/app-code-server/workflows/CI/badge.svg\n[github-actions]: https://github.com/elcajon/app-code-server/actions\n[license-shield]: https://img.shields.io/github/license/elcajon/app-code-server.svg\n[maintenance-shield]: https://img.shields.io/maintenance/yes/2026.svg\n[releases-shield]: https://img.shields.io/github/release/elcajon/app-code-server.svg\n[releases]: https://github.com/elcajon/app-code-server/releases\n[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg\n[hassio-addons]: https://github.com/hassio-addons/addon-vscode\n[my-ha-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg\n[my-ha-url]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Felcajon%2Fha-repository-edge\n[ha-addons]: https://github.com/elcajon/ha-repository-edge\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felcajon%2Fapp-code-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felcajon%2Fapp-code-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felcajon%2Fapp-code-server/lists"}