https://www.toutiao.com/article/7214487847192183300/
Kooder 是 Gitee 团队开发的一个代码搜索系统,为 Gitee/GitLab/Gitea 提供代码搜索服务。
二、开源协议
使用Apache-2.0开源协议
运行前准备工作
配置文件: kooder.properties
配置 HTTP 服务
http.url Kooder 的网址,该地址用于向 Git 服务注入 Webhook 的链接地址, 必须是 Git 服务可访问的地址,例如:http.url = http://
http.port Kooder 运行的 HTTP 端口
配置 GitLab 服务地址
目前 Kooder 支持 Gitee、GitLab 和 Gitea ,其他服务正在开发中。
gitlab.url 访问 GitLab 的首页
gitlab.personal_access_token Gitlab 管理员账号 root 的 Personal Access Token
更多配置项请看 configuration.md
构建并运行
$ cd Kooder
$ mvn install
### 给执行脚本添加权限
$ chmod +x bin/*.sh
### 启动 gateway
$ bin/gateway.sh
### 浏览器访问 http://localhost:8080
文档更新时间: 2023-03-26 15:52 作者:admin