diff --git a/setup_leanote,sh b/setup_leanote,sh index 633ae7d..a93c7b0 100644 --- a/setup_leanote,sh +++ b/setup_leanote,sh @@ -28,7 +28,7 @@ chmod +x /leanote/bin/run.sh # Get leanote app conf rm /leanote/conf/app.conf -wget https://gitlab.dfosd.synology.me/docker-images/ubuntu-leanote/-/raw/master/app.conf -O /leanote/conf/app.conf +wget https://git.dfosd.synology.me/docker/ubuntu-leanote/raw/branch/master/app.conf -O /leanote/conf/app.conf # Modify app conf #64-bit random app.secret @@ -43,4 +43,4 @@ sed -i "s/MONGO_DB/$MONGO_DB/g" /leanote/conf/app.conf # Install nginx and get conf apt install -y nginx rm /etc/nginx/sites-enabled/default -wget https://gitlab.dfosd.synology.me/docker-images/ubuntu-leanote/-/raw/master/nginx_ssl.conf -O /etc/nginx/sites-enabled/nginx_ssl.conf \ No newline at end of file +wget https://git.dfosd.synology.me/docker/ubuntu-leanote/raw/branch/master/nginx_ssl.conf -O /etc/nginx/sites-enabled/nginx_ssl.conf \ No newline at end of file