{"id":43507565,"url":"https://github.com/zextras/carbonio-ws-collaboration-ce","last_synced_at":"2026-02-03T12:39:28.531Z","repository":{"id":250146149,"uuid":"582648655","full_name":"zextras/carbonio-ws-collaboration-ce","owner":"zextras","description":"Carbonio Workstream Collaboration CE","archived":false,"fork":false,"pushed_at":"2026-01-26T03:27:41.000Z","size":6036,"stargazers_count":0,"open_issues_count":10,"forks_count":1,"subscribers_count":9,"default_branch":"devel","last_synced_at":"2026-01-26T18:40:10.354Z","etag":null,"topics":["carbonio-component"],"latest_commit_sha":null,"homepage":"","language":"Java","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":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":"2022-12-27T13:22:01.000Z","updated_at":"2026-01-15T14:52:11.000Z","dependencies_parsed_at":"2024-11-18T10:36:14.259Z","dependency_job_id":"202ed347-11e5-4431-94ed-f97a66ae6a71","html_url":"https://github.com/zextras/carbonio-ws-collaboration-ce","commit_stats":null,"previous_names":["zextras/carbonio-ws-collaboration-ce"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/zextras/carbonio-ws-collaboration-ce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zextras%2Fcarbonio-ws-collaboration-ce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zextras%2Fcarbonio-ws-collaboration-ce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zextras%2Fcarbonio-ws-collaboration-ce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zextras%2Fcarbonio-ws-collaboration-ce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zextras","download_url":"https://codeload.github.com/zextras/carbonio-ws-collaboration-ce/tar.gz/refs/heads/devel","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zextras%2Fcarbonio-ws-collaboration-ce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29046177,"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"],"created_at":"2026-02-03T12:39:25.966Z","updated_at":"2026-02-03T12:39:28.526Z","avatar_url":"https://github.com/zextras.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Carbonio Workstream Collaboration CE\n\nThis is the official repository for Carbonio Workstream Collaboration CE.\n\n## 🔧 How to Build\n\nBuild using maven:\n\n```shell\nmake compile\n```\n\n---\nIf you also want to generate all artifacts, run\n\n```shell\nmvn clean install -P artifacts\n```\n\n---\nIf you want to generate only the artifact for a specific distro\n\n```shell\nmvn clean install -P artifacts -D distro=\u003c1\u003e\n```\n\nWhere\n\n1. distro value is the distro name (ubuntu or rocky-8)\n\n---\nIf you want to generate only the artifact for a specific distro and deploy it in\na test server\n\n```shell\nmvn clean install -P artifacts -D distro=\u003c1\u003e -D deployOn=\u003c2\u003e -D debugMode=\u003c3\u003e\n```\n\nWhere\n\n1. distro value is the distro name (ubuntu or rocky-8)\n2. deployOn value is the domain name or IP of the server to deploy the artifact\n3. debugMode is a boolean value to indicate whether the installed Chat\n   environment should have the debug port active\n\nThere's also a `noDocker` option which will build artifacts using a local pacur\ninstance instead of using the docker image, which is useful for CI pipeline.\n\n---\n\n## 🚀 How to Run\n\nWith the generated fat-jar:\n\n```shell\njava -jar ./boot/target/zextras-ws-collaboration-ce-*-fatjar.jar\n```\n\n## Docker\n\nTo run the service using Docker, you can use the provided `docker-compose.yml`\nfile.\nMake sure you have Docker and Docker Compose installed on your machine.\nAlso make a copy of `.env.example` to `.env` and set the required\nenvironment variables.\n\nthen run:\n\n```shell\nmake docker-up\n```\n\nIf you want to stop:\n\n```shell\nmake docker-down\n```\n\n## License 📚\n\nWorkstream Collaboration CE backend service for Zextras Carbonio.\n\nReleased under the AGPL-3.0-only license as specified here: [COPYING](COPYING).\n\nCopyright (C) 2022 Zextras \u003chttps://www.zextras.com\u003e\n\n\u003e This program is free software: you can redistribute it and/or modify\n\u003e it under the terms of the GNU Affero General Public License as published by\n\u003e the Free Software Foundation, version 3 only of the License.\n\u003e\n\u003e This program is distributed in the hope that it will be useful,\n\u003e but WITHOUT ANY WARRANTY; without even the implied warranty of\n\u003e MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n\u003e GNU Affero General Public License for more details.\n\u003e\n\u003e You should have received a copy of the GNU Affero General Public License\n\u003e along with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n\nSee [COPYING](COPYING) file for the project license details\n\nSee [THIRDPARTIES](THIRDPARTIES) file for other licenses details\n\n## Copyright and Licensing notices\n\nAll non-software material (such as, for example, names, images, logos,\nsounds) is owned by Zextras and is licensed under\nCC-BY-NC-SA \u003chttps://creativecommons.org/licenses/by-nc-sa/4.0/\u003e.\nWhere not specified, all source files owned by Zextras are licensed\nunder AGPL-3.0-only.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzextras%2Fcarbonio-ws-collaboration-ce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzextras%2Fcarbonio-ws-collaboration-ce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzextras%2Fcarbonio-ws-collaboration-ce/lists"}