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   荣锋亮  阅读(534)  评论(0编辑  收藏  举报

相关博文:
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· .NET10 - 预览版1新功能体验(一)
历史上的今天:
2021-02-21 markojs ebay开源的支持基于html+组件化web app的框架
2020-02-21 pgspider clickhouse fdw docker 镜像
2019-02-21 Using Elixir Dynamic Supervisors

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示