{"id":31048940,"url":"https://github.com/benniux/opengrok-multiproject","last_synced_at":"2026-04-18T14:04:06.039Z","repository":{"id":313151005,"uuid":"1050228519","full_name":"BenNiuX/opengrok-multiproject","owner":"BenNiuX","description":"Enhance opengrok docker image to support multiproject. Fork from https://github.com/oracle/opengrok/","archived":false,"fork":false,"pushed_at":"2025-09-04T06:23:53.000Z","size":33617,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-04T08:38:11.273Z","etag":null,"topics":["aosp","docker-image","opengrok"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/repository/docker/niubenxy/opengrok","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BenNiuX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-adaic.org.txt","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-04T06:14:12.000Z","updated_at":"2025-09-04T06:27:21.000Z","dependencies_parsed_at":"2025-09-04T08:49:15.529Z","dependency_job_id":null,"html_url":"https://github.com/BenNiuX/opengrok-multiproject","commit_stats":null,"previous_names":["benniux/opengrok-multiproject"],"tags_count":318,"template":false,"template_full_name":null,"purl":"pkg:github/BenNiuX/opengrok-multiproject","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenNiuX%2Fopengrok-multiproject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenNiuX%2Fopengrok-multiproject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenNiuX%2Fopengrok-multiproject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenNiuX%2Fopengrok-multiproject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BenNiuX","download_url":"https://codeload.github.com/BenNiuX/opengrok-multiproject/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenNiuX%2Fopengrok-multiproject/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275169483,"owners_count":25417310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["aosp","docker-image","opengrok"],"created_at":"2025-09-14T21:24:45.981Z","updated_at":"2026-04-18T14:04:01.334Z","avatar_url":"https://github.com/BenNiuX.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nCopyright (c) 2006, 2025 Oracle and/or its affiliates. All rights reserved.\n\n\n# OpenGrok - a wicked fast source browser\n[![Github actions build](https://github.com/oracle/opengrok/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/oracle/opengrok/actions)\n[![Coverage status](https://sonarcloud.io/api/project_badges/measure?project=org.opengrok%3Aopengrok-top\u0026metric=coverage)](https://sonarcloud.io/summary/new_code?id=org.opengrok%3Aopengrok-top)\n[![SonarQube status](https://sonarcloud.io/api/project_badges/measure?project=org.opengrok%3Aopengrok-top\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=org.opengrok%3Aopengrok-top)\n[![License](https://img.shields.io/badge/License-CDDL%201.0-blue.svg)](https://opensource.org/licenses/CDDL-1.0)\n\n- [OpenGrok - a wicked fast source browser](#opengrok---a-wicked-fast-source-browser)\n  - [1. Introduction](#1-introduction)\n  - [2. OpenGrok install and setup](#2-Installation)\n  - [3. Information for developers](#3-information-for-developers)\n  - [4. Authors](#4-authors)\n  - [5. Contact us](#5-contact-us)\n  - [6. Run as container](#6-run-as-container)\n\n## 1. Introduction\n\nOpenGrok is a fast and usable source code search and cross reference\nengine, written in Java. It helps you search, cross-reference and navigate\nyour source tree. It can understand various program file formats and\nversion control histories of many source code management systems.\n\nOfficial page of the project is on:\n\u003chttps://oracle.github.io/opengrok/\u003e\n\n## 2. Installation\n\nSee https://github.com/oracle/opengrok/wiki/How-to-setup-OpenGrok\n\n### 2. 1. Updating\n\nOpenGrok uses [semantic versioning](https://semver.org/) and the version components further indicate more details about updating to newer version. The version scheme is *major.minor.micro* and change in any component is interpreted as:\n\n- major - major backwards incompatible update, will require full reindex as well as configuration changes\n- minor - full clean reindex of your repositories is needed (e. g. index format has changed)\n- micro - redeploy web application\n\nGenerally it is possible to go backward only within the micro version.\n\n## 3. Information for developers\n\nSee https://github.com/oracle/opengrok/wiki/Developer-intro and https://github.com/oracle/opengrok/wiki/Developers\n\n## 4. Authors\n\nThe project has been originally conceived in [Sun Microsystems](https://en.wikipedia.org/wiki/Sun_Microsystems) by Chandan B.N.\n\nFor full list of contributors see https://github.com/oracle/opengrok/graphs/contributors\n\n## 5. Contact us\n\nUse the [Github Discussions](https://github.com/oracle/opengrok/discussions).\n\n## 6. Run as container\n\nYou can run OpenGrok as a Docker container as described [here](docker/README.md).\n\n## Contributing\n\nThis project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)\n\n## Security\n\nPlease consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process\n\n## License\n\nCopyright (c) 2006, 2025 Oracle and/or its affiliates.\n\n## Powered by\n\n[![IntelliJ IDEA logo.](https://resources.jetbrains.com/storage/products/company/brand/logos/IntelliJ_IDEA.svg)](https://jb.gg/OpenSourceSupport)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenniux%2Fopengrok-multiproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenniux%2Fopengrok-multiproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenniux%2Fopengrok-multiproject/lists"}