PGYER / codefever

CodeFever 是完全免费开源的 Git 代码托管服务,支持一行命令安装到自己服务器!CodeFever Community Edition (A Self-hosted Git Services)!
https://codefever.cn
MIT License
2.69k stars 281 forks source link

webhook不触发,查看记录也没有 #127

Closed mcyrj closed 1 year ago

mcyrj commented 1 year ago

webhook不触发,查看记录也没有

cubicwork commented 1 year ago

@mcyrj 您好,请访问 /admin 确认是否所有服务都已经启动。 还有,您的安装方式需要告诉我一下 docker / docker-compose / 从头安装 这三种的哪一种。

mcyrj commented 1 year ago

docker-compose启动的程序。没有报错。后台有sendmail和crond没有启动。其他的都是正常的

cubicwork commented 1 year ago

@mcyrj 你需要登录到 shell 里面手动启动 sendmail 和 crond 服务,crond 服务控制着 webhook 发送。 具体参照 https://github.com/PGYER/codefever/blob/master/doc/zh-cn/admin/dashboard.md

mcyrj commented 1 year ago

好的。谢谢

mcyrj commented 1 year ago

docker容器里是不是没有安装crond服务

cubicwork commented 1 year ago

docker容器里是不是没有安装crond服务

容器中应该包含了 crond 服务,如果没有的话,你可能需要手动安装。 如果使用 docker 镜像安装,我们自带镜像中肯定是包含 crond 服务的,详细:https://github.com/PGYER/codefever/blob/master/doc/zh-cn/installation/install_via_docker.md