diff --git a/.gitmodules b/.gitmodules index 202b14c8..94f5d683 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "be.teletask.onvif-java"] path = be.teletask.onvif-java - url = https://gitee.com/18010473990/be.teletask.onvif-java.git + url = https://gitee.com/pan648540858/be.teletask.onvif-java.git diff --git a/DOCKERFILE b/DOCKERFILE index f547428f..083c5da6 100644 --- a/DOCKERFILE +++ b/DOCKERFILE @@ -30,10 +30,10 @@ RUN apt-get update && \ cmake curl vim ca-certificates tzdata libmysqlclient-dev redis-server libssl-dev libx264-dev libfaac-dev ffmpeg WORKDIR /home -RUN git clone https://gitee.com/18010473990/maven.git && \ +RUN git clone https://gitee.com/pan648540858/maven.git && \ cp maven/settings.xml /usr/share/maven/conf/ && \ - git clone https://gitee.com/18010473990/wvp-GB28181.git && \ - git clone https://gitee.com/18010473990/wvp-pro-assist.git + git clone https://gitee.com/pan648540858/wvp-GB28181-pro.git && \ + git clone https://gitee.com/pan648540858/wvp-pro-assist.git # 编译前端界面 WORKDIR /home/wvp-GB28181/web_src diff --git a/README.md b/README.md index 399a4772..07be3052 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![logo](https://gitee.com/18010473990/wvp-GB28181/raw/wvp-28181-2.0/web_src/static/logo.png) +![logo](https://gitee.com/pan648540858/wvp-GB28181-pro/raw/wvp-28181-2.0/web_src/static/logo.png) # 开箱即用的的28181协议视频平台 [![Build Status](https://travis-ci.org/xia-chu/ZLMediaKit.svg?branch=master)](https://travis-ci.org/xia-chu/ZLMediaKit) @@ -34,7 +34,7 @@ docker使用详情查看:[https://hub.docker.com/r/648540858/wvp_pro](https:// [https://github.com/648540858/wvp-GB28181-pro/wiki](https://github.com/648540858/wvp-GB28181-pro/wiki) # gitee同步仓库 -https://gitee.com/18010473990/wvp-GB28181.git +https://gitee.com/pan648540858/wvp-GB28181-pro.git # 截图 ![build_1.png](https://github.com/648540858/wiki/blob/master/images/Screenshot_1.png) @@ -115,7 +115,7 @@ https://gitee.com/18010473990/wvp-GB28181.git # gitee同步仓库 -https://gitee.com/18010473990/wvp-GB28181.git +https://gitee.com/pan648540858/wvp-GB28181-pro.git # 使用帮助 QQ群: 901799015, 690854210(ZLM大群) diff --git a/docker/wvp/Dockerfile b/docker/wvp/Dockerfile index 6728e4ab..b6e26d72 100644 --- a/docker/wvp/Dockerfile +++ b/docker/wvp/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:20.04 AS build -ARG gitUrl="https://gitee.com/18010473990" +ARG gitUrl="https://gitee.com/pan648540858" ARG zlmGitUrl="https://gitee.com/xia-chu/ZLMediaKit" RUN export DEBIAN_FRONTEND=noninteractive &&\ @@ -9,9 +9,9 @@ RUN export DEBIAN_FRONTEND=noninteractive &&\ cmake ca-certificates openssl ffmpeg RUN cd /home && \ - git clone "https://gitee.com/18010473990/maven.git" && \ + git clone "https://gitee.com/pan648540858/maven.git" && \ cp maven/settings.xml /usr/share/maven/conf/ && \ - git clone "${gitUrl}/wvp-GB28181.git" && \ + git clone "${gitUrl}/wvp-GB28181-pro.git" && \ git clone "${gitUrl}/wvp-pro-assist.git" && \ git clone --depth=1 "${zlmGitUrl}" && \ mkdir -p /opt/wvp/config /opt/assist/config /opt/media/www/record