{"id":44871989,"url":"https://github.com/zextras/carbonio-docs-core","last_synced_at":"2026-02-17T13:14:30.894Z","repository":{"id":337795244,"uuid":"590511502","full_name":"zextras/carbonio-docs-core","owner":"zextras","description":"Carbonio core components for Docs Editor","archived":false,"fork":false,"pushed_at":"2026-02-11T16:30:34.000Z","size":60,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":7,"default_branch":"devel","last_synced_at":"2026-02-11T18:03:09.771Z","etag":null,"topics":["carbonio","carbonio-component","carbonio-docs","collaboration","collaboration-suite","email","email-server","oss"],"latest_commit_sha":null,"homepage":"https://zextras.com/carbonio","language":"Shell","has_issues":false,"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":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2023-01-18T15:30:32.000Z","updated_at":"2026-02-11T09:29:18.000Z","dependencies_parsed_at":"2026-02-11T18:03:27.059Z","dependency_job_id":null,"html_url":"https://github.com/zextras/carbonio-docs-core","commit_stats":null,"previous_names":["zextras/carbonio-docs-core"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/zextras/carbonio-docs-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zextras%2Fcarbonio-docs-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zextras%2Fcarbonio-docs-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zextras%2Fcarbonio-docs-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zextras%2Fcarbonio-docs-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zextras","download_url":"https://codeload.github.com/zextras/carbonio-docs-core/tar.gz/refs/heads/devel","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zextras%2Fcarbonio-docs-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29545340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T13:00:00.370Z","status":"ssl_error","status_checked_at":"2026-02-17T12:57:14.072Z","response_time":100,"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":["carbonio","carbonio-component","carbonio-docs","collaboration","collaboration-suite","email","email-server","oss"],"created_at":"2026-02-17T13:14:28.095Z","updated_at":"2026-02-17T13:14:30.886Z","avatar_url":"https://github.com/zextras.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2022 Zextras \u003chttps://www.zextras.com\u003e\n\nSPDX-License-Identifier: CC-BY-NC-SA-4.0\n--\u003e\n\n# Carbonio Docs Core\n\nCarbonio Docs Core is the build and packaging repository for the LibreOffice-based document processing engine that powers the Zextras Carbonio Docs collaborative editing feature. It compiles a headless, server-optimized LibreOffice core along with the POCO C++ networking libraries, producing DEB and RPM packages for deployment.\n\n## Overview\n\nThis repository contains packaging definitions (PKGBUILD files) and build configurations for two main components:\n\n- **docs-core** - A customized, headless LibreOffice core (v25.04.3) configured for server-side document processing. GUI, desktop integration, and optional features are disabled to produce a lean document conversion and rendering engine.\n- **poco** - The POCO C++ class libraries (v1.14.1) for network-centric applications, required as a dependency by Carbonio Docs Server.\n\nPackages are installed under `/opt/zextras/docs/` with LibreOfficeKit headers in `/opt/zextras/common/include/LibreOfficeKit` and PyUNO Python bindings symlinked into the system Python path.\n\n## Quick Start\n\n### Prerequisites\n\nBuilding requires `yap` and `podman` installed on the host system. The PKGBUILD files declare all distribution-specific build and runtime dependencies, which are resolved automatically during the build process.\n\n**Ubuntu (APT) build dependencies** include: autoconf, automake, bison, clang, flex, cmake, ninja-build, and various development libraries.\n\n**RHEL (YUM) build dependencies** include: automake, bison, clang, cmake, ninja-build, gcc-c++, and various development libraries.\n\nSee the `PKGBUILD` files in `docs-core/` and `poco/` for the complete dependency lists.\n\n### Dependencies\n\nThis project requires custom packages from\n[carbonio-thirds](https://github.com/zextras/carbonio-thirds) (e.g.\n`carbonio-openssl`, `carbonio-curl`). To build them locally:\n\n```bash\ngit clone https://github.com/zextras/carbonio-thirds.git ../carbonio-thirds\ncd ../carbonio-thirds\nmake build TARGET=ubuntu-noble\ncd -\n```\n\nThen pass the artifacts directory when building this project (see below).\n\n### Building Packages\n\n```bash\n# Build all packages for Ubuntu 24.04 (with local dependencies)\nmake build TARGET=ubuntu-noble DEPS_DIR=../carbonio-thirds/artifacts\n\n# Build for Rocky Linux 9\nmake build TARGET=rocky-9 DEPS_DIR=../carbonio-thirds/artifacts\n```\n\n### Supported Targets\n\n- `ubuntu-jammy` - Ubuntu 22.04 LTS\n- `ubuntu-noble` - Ubuntu 24.04 LTS\n- `rocky-8` - Rocky Linux 8\n- `rocky-9` - Rocky Linux 9\n\nRun `make help` to see all available options.\n\n## Installation\n\nThese packages are distributed as part of the [Carbonio platform](https://zextras.com/carbonio). To install:\n\n### Ubuntu (Jammy/Noble)\n\n```bash\napt-get install \u003cpackage-name\u003e\n```\n\n### Rocky Linux (8/9)\n\n```bash\nyum install \u003cpackage-name\u003e\n```\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for information on how to contribute to this project.\n\n## License\n\nThis project is licensed under the GNU Affero General Public License v3.0 - see the [LICENSE.md](LICENSE.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzextras%2Fcarbonio-docs-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzextras%2Fcarbonio-docs-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzextras%2Fcarbonio-docs-core/lists"}