Ai
1 Star 0 Fork 1.3K

优秀开源项目收集/docker

forked from Kenny小狼/docker 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
git-http.conf 768 Bytes
一键复制 编辑 原始数据 按行查看 历史
KennyLee 提交于 2019-06-06 11:46 +08:00 . 优化jenkins镜像
<VirtualHost *:80>
ServerName git.kennylee.cn
DocumentRoot /home/git
SetEnv GIT_PROJECT_ROOT /home/git
SetEnv GIT_HTTP_EXPORT_ALL
ScriptAlias /git/ /usr/lib/git-core/git-http-backend/
PerlLoadModule Apache2::Redmine
<Location "/git">
Order allow,deny
Allow from all
AuthType Basic
AuthName "Redmine git repositories"
Require valid-user
PerlAccessHandler Apache::Authn::Redmine::access_handler
PerlAuthenHandler Apache::Authn::Redmine::authen_handler
RedmineDSN "DBI:mysql:database=redmine;host=192.168.1.99:port=5306"
# config your password
RedmineDbUser "redmine"
RedmineDbPass "timekey123456"
RedmineGitSmartHttp yes
</Location>
</VirtualHost>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Docker
1
https://gitee.com/open-repo/docker.git
git@gitee.com:open-repo/docker.git
open-repo
docker
docker
master

搜索帮助