rader
rader
@vagetablechicken please try our latest version
默认是在docker compose启动服务的当前目录下。如果不确定的话,可以通过` docker inspect` 查看 gitea对应container 的 `Mounts` 信息,例如: ``` "Mounts": [ { "Type": "bind", "Source": "/Users/leida/projects/opencsg/csghub-server/local_only/gitea", "Destination": "/bitnami/gitea", "Mode": "rw", "RW": true, "Propagation": "rprivate" } ], ```
docker-compose 文件应该有挂载。您不是通过 docker compose启动的吗? ``` volumes: - ./gitea:/bitnami/gitea networks: ```
系统预定义标签的管理暂时还没有对接后端,所以这里新增的 system 类型标签会被识别为其它类型。请等待后续更新,谢谢!
@pulltheflower 本机部署不需要mirror,看看是不是 all-in-one 的启动脚本没配置开关
> > @liminngs 前后台项目都有对应的 Dockerfile 文件,你可以参考。唯一需要变化的可能就是 Dockerfile 中使用到的基础镜像,您可能需要自己准备基础镜像。 > > 有了可用的 Dockerfile,你打包就是 run 一个 docker build。 > > 我看到的只有一个dockerfile 文件 请问是前后端通用这一个dockerfile文件 然后修改里面的运行命令嘛? 后端有自己的 docker file:https://github.com/OpenCSGs/csghub-server/tree/main/docker
Hi @inferno333 , Thank you for your feature request! Your suggestion to expand CSGHub's support to include GitLab and GitHub is greatly appreciated. We agree that enhancing integration with these...
@inferno333 `v0.9.0` has added support for Gitaly (the git server used by Gitlab)
@Yiling-J pleas have a look
@zhendi i think we have disabled the "Clone" button if repo not already synced. Can you confirm the release version ?