codefever蒲公英团队开源的git server

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)代码也是
值得研究学习的

参考资料

https://github.com/PGYER/codefever

posted on 2022-02-21 21:47  荣锋亮  阅读(513)  评论(0编辑  收藏  举报

导航