codefever是蒲公英团队开源的git server,核心基于PHP开发,同时也包含了部分基于golang 开发的工具
参考运行
- 环境准备
docker-compose 文件
version: '3'
services:
git:
image: pgyer/codefever-community:latest
privileged: true
command: /usr/sbin/init
ports:
- "80:80"
- "2222:22"
- 启动
推荐使用linux 机器运行,mac 目前运行是有问题的,windows 没试过
docker-compose up -d
默认密码:root@codefever.cn 123456
说明
codefever 的界面比较清爽,支持的功能也不少,目前看官方也在计划进行api 的提供,还是值得使用的,目前开源git server 不少(gogos,gitlab)代码也是
值得研究学习的