{"id":43507586,"url":"https://github.com/zextras/carbonio-shell-ui","last_synced_at":"2026-02-03T12:39:31.665Z","repository":{"id":36963702,"uuid":"444891727","full_name":"zextras/carbonio-shell-ui","owner":"zextras","description":"The main Carbonio Web Client interface","archived":false,"fork":false,"pushed_at":"2026-01-12T08:52:30.000Z","size":6032,"stargazers_count":12,"open_issues_count":4,"forks_count":8,"subscribers_count":15,"default_branch":"devel","last_synced_at":"2026-01-12T10:20:45.853Z","etag":null,"topics":["carbonio-component","carbonio-ui"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zextras.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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":"2022-01-05T17:26:52.000Z","updated_at":"2026-01-09T10:59:29.000Z","dependencies_parsed_at":"2023-10-20T10:45:52.733Z","dependency_job_id":"61807765-bc1b-4e8d-81f4-a01ecd4ae9b3","html_url":"https://github.com/zextras/carbonio-shell-ui","commit_stats":null,"previous_names":[],"tags_count":104,"template":false,"template_full_name":null,"purl":"pkg:github/zextras/carbonio-shell-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zextras%2Fcarbonio-shell-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zextras%2Fcarbonio-shell-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zextras%2Fcarbonio-shell-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zextras%2Fcarbonio-shell-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zextras","download_url":"https://codeload.github.com/zextras/carbonio-shell-ui/tar.gz/refs/heads/devel","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zextras%2Fcarbonio-shell-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29046179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T10:09:22.136Z","status":"ssl_error","status_checked_at":"2026-02-03T10:09:16.814Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["carbonio-component","carbonio-ui"],"created_at":"2026-02-03T12:39:28.813Z","updated_at":"2026-02-03T12:39:31.658Z","avatar_url":"https://github.com/zextras.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2021 Zextras \u003chttps://www.zextras.com\u003e\n\nSPDX-License-Identifier: AGPL-3.0-only\n--\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eCarbonio Shell UI\u003c/h1\u003e\n\u003c/div\u003e\n\nThe main Carbonio Web Client interface\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/zextras/carbonio-shell-ui/graphs/contributors\" alt=\"Contributors\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/contributors/zextras/carbonio-shell-ui\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/zextras/carbonio-shell-ui/pulse\" alt=\"Activity\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/commit-activity/m/zextras/carbonio-shell-ui\" /\u003e\u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/license-AGPL%203-green\" alt=\"License AGPL 3\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/project-carbonio-informational\" alt=\"Project Carbonio\"\u003e\n  \u003ca href=\"https://twitter.com/intent/follow?screen_name=zextras\"\u003e\n  \u003cimg src=\"https://img.shields.io/twitter/follow/zextras?style=social\u0026logo=twitter\" alt=\"Follow on Twitter\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003ch3\u003eHow to build\u003c/h3\u003e\n\n\u003ch4\u003eSetup\u003c/h4\u003e\n\n- clone the repo\n\n- install the dependencies:\n\n```\nnvm use\nnpm install\n```\n\n\u003ch4\u003eWatch Mode\u003c/h4\u003e\n\n```\nnpm run start -- -h \u003chost\u003e\n```\n\nThe host parameter is required to proxy requests and content from an existing Carbonio installation.\n\n\u003ch4\u003eDeploy\u003c/h4\u003e\n\nTo deploy to a host:\n\n```\nnpm run deploy -- -h \u003chost\u003e\n```\n\nThe host parameter is required to proxy requests and content from an existing Carbonio installation.\n\n\u003ch4\u003eBuild\u003c/h4\u003e\n\n```\nnpm run build\n```\n\n\u003ch2\u003eLicense\u003c/h2\u003e\n\nReleased under the AGPL-3.0-only license as specified here: LICENSES/AGPL-3.0-only.txt.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzextras%2Fcarbonio-shell-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzextras%2Fcarbonio-shell-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzextras%2Fcarbonio-shell-ui/lists"}